What happens if you are in the last cell of a table and press the Tab key?

A) Nothing. You will remain in that cell.
B) You return to the first cell in the first row.
C) A new column is created and the cursor moves to that new column.
D) A new row is created.

D

Computer Science & Information Technology

You might also like to view...

A __________ is a variable that receives an argument that is passed into a method.

a. parameter b. argument c. reference d. none of these

Computer Science & Information Technology

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

1) A queue is a FIFO structure. 2) It is only possible to implement a queue using an array-based structure. 3) In a circular array-based implementation of a queue, the elements must all be shifted when the dequeue operation is called. 4) Java provides a Queue class that implements a queue collection 5) A queue reverses the order of the elements that it processes

Computer Science & Information Technology