Answer the following statements true (T) or false (F)
1. Memory management is concerned with managing the computer’s available pool of
memory, allocating space to application routines and making sure that they do not
interfere with each other.
2. Processor management is concerned with managing the processor’s time.
3. Some routines, such as the ones that control physical I/O, directly support application
programs as they run and thus must be transient.
4. Resident routines are stored on disk and read into memory only when needed.
5. The transient area is where resident operating system routines are loaded.
1. True
2. True
3. False
4. False
5. False
You might also like to view...
Translating an algorithm into a programming language is called ________
A) interpreting B) executing C) compiling D) coding
Any file that you put in a trusted location can be opened without being checked by the Trust Center security feature
Indicate whether the statement is true or false
function prototypes void selectSort( int list[], int n); void printList ( const int list[], int len, const string&);
const int MAX_SIZE = 100; const int SENT = -1; What will be an ideal response?
Which of the following is not one of the options to printing all slides?
A) 9 Slides Vertical B) 3 Slides C) 9 Slides Horizontal D) 12 Slides Vertical