As a function of normal, paper-based reading habits, the user's eye moves from ____ and back again.

A. top to bottom
B. bottom to top
C. left to right
D. right to left


Answer: C

Computer Science & Information Technology

You might also like to view...

By right-clicking the file name and selecting the ____ option, you can open a file by selecting the application used.

A. Share B. Create shortcut C. Copy D. Open with

Computer Science & Information Technology

Your company decides to implement hashing to ensure that several crucial files are not changed. Which security tenet will this cover?

A. Confidentiality B. Integrity C. Availability D. Accountability

Computer Science & Information Technology

C automatically declares and defines three streams: stdin, stdout, and stdtemp.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

For a stack, the push method places a new item onto the stack. What method for the queue would do a similar task?

a. dequeue b. isEmpty c. enqueue d. peek

Computer Science & Information Technology