In the figure above, the number _____ refers to the video window.
A. 1
B. 2
C. 3
D. 4
E. ?5
Answer: A
Computer Science & Information Technology
You might also like to view...
What is wrong with the following for loop?
for(int i=0;i<10;i--) { cout << "Hello\n"; } a. can not use a for-loop for this b. i is not initialized c. infinite loop d. off-by-one error
Computer Science & Information Technology
____________________ colors are used for lighting, video, and computer monitors.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology