Answer the following statements true (T) or false (F)
1. Multi-tasking allows a single CPU to run many programs at the same time.
2 Pre-emptive multi-tasking uses a hardware interrupt to instruct the CPU to run another program such as the operating system. [
3. Process context switching is more efficient than thread context switching
4. Concurrent programming involves writing sets of program instructions that can execute at the same time independently of one another.
5. Each unique instance of an executing program is called a process
1. [True]
2. True]
3. [False]
4. [True]
5. [True]
You might also like to view...
To clear an area of the worksheet selected for printing you should use the _____ button.
A. Deselect Area B. Worksheet Area C. Clear Area D. Print Area
When you type the wrong character, you can press the ____ key to erase all the characters back to and including the one that is incorrect.
A. ENTER B. DELETE C. BACKSPACE D. HOME
A distribution share installation is always faster than a DVD boot installation.
Answer the following statement true (T) or false (F)
What is the data structure in the Rabin-Karp algorithm similar to?
a. Hash table b. Linked list c. Priority queue d. Queue