A program is executed in 200 ms, during which 250 million instructions are executed. What is the average MIPS rating for this program?
What will be an ideal response?
Because 250 million instructions are executed in 200 ms (1/5 s), the MIPS rating is 5 × 250 = 1,250.
You might also like to view...
When you place an action in one frame that causes the animation to go back to an earlier frame, the frame action is indicated by a small ____ in the frame.
A. x B. o C. a D. p
A laser printer has had paper jams for some time, but now they have become so frequent the user is extremely frustrated. What two things should the technician do to fix this problem? (Select two.)
A) Use a degaussing coil. B) Use the Windows Devices and Printers Control Panel Advanced tab. C) Clean and inspect the paper path. D) Use a maintenance kit. E) Replace the fuser.
In the following switch statement, what is the expected output? ? switchval = 83-23; switch (switchval) { case 30: cout
A. switchval is 30 B. switchval is 40 C. switchval is 50 D. switchval is more than 50
Answer the following statements true (T) or false (F)
1) Examples of human readable external I/O devices are printers, terminals, and keyboards. 2) The use to which a device is put does not have an influence on the software and polices in the operating system and supporting utilities. 3) Direct memory access is the dominant form of transfer that must be supported by the operating system. 4) The hierarchical philosophy is that the functions of the operating system should be separated according to their complexity, their characteristic time scale, and their level of abstraction. 5) The actual queuing and scheduling of I/O operations occurs at the logical I/O module.