A ____ is a horizontal or vertical bar that appears when the contents of an area may not be visible completely on the screen.
A. tilt wheel
B. gesture
C. scroll bar
D. scroll box
Answer: C
You might also like to view...
What is the output of the following code fragment if the input values are 1 and 2?
``` int x; int y; cin >> x; cin >> y; cout << x << endl; cout << y << endl; ``` a. 1 2 b. 1 2 c. 12 d. xy
Which of the following is not a bitwise operator?
a. ^ b. >> c. ~ d. *
Given the absolute pathname /tutorial02/index.htm, the index.htm file is in the ____ folder.
A. home B. tutorial02 C. index D. tutorial
Sometimes a risk assessment report is prepared for a specific IT project at the request of the project manager, either because it is required by organizational policy or because it is good project management practice. _________________________
Answer the following statement true (T) or false (F)