Why is an MIS so important to a company that has several types and/or levels of managers? Provide at least two examples to support your response.
What will be an ideal response?
A management information system (MIS) is a set of software tools that enables managers to gather, organize, and evaluate information. Management information systems meet the needs of the different categories of managers by producing different kinds of reports drawn from the organization's database. An efficient MIS summarizes vast amounts of business data into information that is useful to each type of manager. At a call center, for example, a supervisor may need to see a daily report detailing the number of calls received, the types of requests made, and the production levels of individual staff members. However, a mid-level manager, such as a branch manager, may need to see only a monthly summary of this data shown in comparison to previous months, with a running total or average.
You might also like to view...
If the name of a file to open is in the string variable name fileName, which of the following will correctly open the file for output?
a. out_file.open(fileName); b. out_file.open("fileName"); c. fileName.open(outfile); d. out_file.open(fileName.c_str());
The ____ extension on a filename indicates that the file contains Visual Basic code.
A. .vb B. .bvs C. .vbs D. .vbsrc
Which arithmetic operator signifies exponentiation?
A. # B. * C. / D. ^
Use a(n) ____ to maintain constant power to a file server in the event of a power problem.
A. UPS B. surge protector C. power strip D. encryption program