Which of the following provides improved access to quality data for operational decision making, elimination of costly and inflexible legacy systems, and simplified consolidation of financial data?

a. An enterprise resource planning system
b. A customer relationship management system
c. A risk and threat management system
d. A disaster and safety management system


a. An enterprise resource planning system
An enterprise system is used to ensure that business transactions are processed efficiently and accurately and that the resulting information can be accessed by end users and managers in all business areas. The primary benefits of implementing an enterprise resource planning system include improved access to quality data for operational decision making, improvement of work processes, elimination of costly and inflexible legacy systems, an opportunity to upgrade and standardize technology, and simplified consolidation of financial data.

Computer Science & Information Technology

You might also like to view...

Assume the file Alphabet.txt contains 26 records, the lowercase letters of the alphabet in ascending order. What happens when the following code is executed?

``` Dim letter As String Dim sr As IO.StreamReader = IO.File.OpenText"Alphabet.txt" Do While Not sr.EndOfStream letter = sr.ReadLine Dim sw As IO.StreamWriter = IO.File.CreateText(letter.ToUpper & "txt" sw.WriteLine(letter.ToUpper & "xt" sw.Close() Loop sr.Close() ``` (A) A"too many files open"error is produced. (B) Twenty-six files are created and named with one of the uppercase letters of the alphabet and each containing only its own file name. (C) A file called z is created containing all of the letters of the alphabet in lowercase. (D) An "nvalid file name"error is produced.

Computer Science & Information Technology

In the figure above, if you wanted the right margin larger than the left margin you would ____.

A. enter a larger number under right margin B. enter a larger number under horizontal margin C. drag the right margin visual aid D. drag the left margin visual aid

Computer Science & Information Technology

Which of the following are capable of processing many trillions of instructions in a single second?

A. desktop computers B. notebook computers C. midrange servers D. supercomputers

Computer Science & Information Technology

While checking the print queue, a technician determines that a print job at the top of the queue requires a paper size not loaded in the printer. Which of the following is the BEST option to get the other print jobs to print until the issue can be resolved?

A. Force the job to print on the paper that is loaded in the printer. B. Lower the priority of the jammed print job. C. Delete all print jobs and have all the users resubmit the print jobs. D. Increase the priority of all other jobs in the print queue.

Computer Science & Information Technology