Match the following terms to their meanings:
I. Command
II. Scroll bar
III. Point
IV. Click
V. Scroll box
A. the box within a scroll bar
B. press the left mouse button
C. an instruction to a computer program
D. move the mouse pointer over something
E. displays in a window that has information not visible
C, E, D, B, A
Computer Science & Information Technology
You might also like to view...
Which of the following is considered an encapsulation protocol? (Choose two.)
a. Frame Relay b. GRE c. IPv4 d. IPsec e. MPLS f. IPv6
Computer Science & Information Technology
Which of the following statements would display the phrase C++ is fun?
a. std::cout << "Thisis fun\rC++ "; b. std::cout << '++ is fun'; c. std::cout << "\"C++ is fun\""; d. std::cout << C++ is fun;
Computer Science & Information Technology