In the accompanying figure, which line of code sets the font size of figure captions?
A. 4
B. 5
C. 1
D. 2
Answer: B
You might also like to view...
Answer the following statements true (T) or false (F)
1) The three primary control structures are int, double, and char. 2) Repetition structures choose one of several alternatives based on a condition. 3) Sequential execution is the default control structure. 4) The following program fragment exchanges the values of x and y if x is less than y initially. ``` if (x < y) { y = x; x = y; } ``` 5. If the value of flag is 2, the following switch statement will cause a run-time error. ``` switch (flag) { case 0: cout << "Program execution successful"; break; case 1: cout << "Error in data format -- program exiting."; } ```
The statement cin.getline(message, MAXCHARS, ‘x') will stop accepting character input whenever the RETURN key is pressed.
Answer the following statement true (T) or false (F)
A user has asked for your assistance in restoring the wizard windows and confirmation messages that they've checked the "Do not show this again" option. Where can this setting be found?
A. Under the Hyper-V Settings dialog box, within the "User" section. B. Under the Hyper-V Settings dialog box, within the "Server" section. C. Under the Actions menu, "Reset Check Boxes" option. D. Under the virtual machine settings window, in the "Management" section.
In accordance with the Electronic Communications Privacy Act ("ECPA"), when may a person lawfully monitor another's telephone call?
A. Only when both parties to the call have given their consent B. Monitoring telephones call is illegal under all circumstances C. Ten days after providing notice of the monitoring to both parties of the call D. When one of the parties to the call has given his consent