Which of the following means the operating system automatically configures new devices as users install them?
A. Virtual memory
B. Operational buffering
C. Page logging
D. Plug and Play
Answer: D
You might also like to view...
In a condition str1 == str2, where str1 and str2 are String handles, the == operator compares the Strings to which the handles refer.
Answer the following statement true (T) or false (F)
In a switch statement:
a. A break is required after each case. b. Multiple actions in a case do not need to be enclosed in braces. c. A default case is required. d. A break is required after the default case.
If a user chooses the Different First Page check box, Word will hide or ________ the footer information on the first page
Fill in the blank(s) with correct word
Strings can be manipulated by using string class functions or the ____ functions.
a. character-at-a-time b. C-string c. c_str d. cin