A process contains one or more threads, and Windows XP can concurrently execute those threads using a technique called __________.
a. multitasking
b. multithreading
c. context switching
d. multiprogramming
b. multithreading
You might also like to view...
What is one way the user can tell that records cannot be deleted in a form?
A) There is no way to tell if records cannot be deleted. B) The Delete command is grayed out. C) The Delete command has a line through it. D) The Delete command is not visible.
Answer the following statements true (T) or false (F)
1. In a Do…Loop Until statement, the loop body is not always executed. 2. The Exit For statement causes immediate exit from the For…Next statement. 3. The Exit statement terminates a program. 4. The Continue statement is used to undo the effects of the Exit statement. 5. The Exit and Continue statements cannot be used in nested repetition statements.