Table ____ are horizontal and vertical lines that surround the table.

A. gridlines
B. borders
C. lines
D. edges

Answer: B

Computer Science & Information Technology

You might also like to view...

Arguments to methods always appear within __________.

a. brackets b. parentheses c. curly braces d. quotation marks

Computer Science & Information Technology

Which of the following is false?

a) Arrays can be maintained in sorted order. b) Linked lists can be maintained in sorted order. c) Insertion and deletion in a sorted array (while maintaining sorted order) is efficient. d) Once the insertion point or the node to be deleted has been located, insertion or deletion in a sorted linked list (while maintaining sorted order) is efficient.

Computer Science & Information Technology