Answer the following statements true (T) or false (F)

1. Pre-paging occurs when the system finds itself spending so much time swapping pages
into and out from memory that little time is left for useful work.
2. Memory mapping is a technique for managing memory.
3. Traditionally, the key measure of multiprogramming effectiveness is response time.
4. The system operator manages the processor’s time by determining which application
program is executed next.
5. On many systems, a control block is created to hold a partition’s key control flags,
constants, and variables.

1. False
2. False
3. False
4. False
5. True

Computer Science & Information Technology

You might also like to view...

A network technician wants to baseline traffic flows on a specific network. Which of the following will provide the GREATEST level of detail?

A. Network flow information B. SNMP traps C. Debug level syslog D. Protocol analyzer

Computer Science & Information Technology

The conversion from an object of a wrapper class to a value of its associated primitive type is called:

a. Boxing b. Unboxing c. Converting d. Reinstantiating

Computer Science & Information Technology