To align two or more selected controls along their left, right, top, or bottom borders, you would use the ____ menu.
A. Edit
B. Format
C. Align
D. View
Answer: B
Computer Science & Information Technology
You might also like to view...
A cross-reference functions as an internal ________, so you can move quickly to a specific location in the document
A) comment B) marker C) hyperlink D) quick style
Computer Science & Information Technology
Which of the following statements is false?
a) The LinkedList class is a singly linked list. b) The LinkedList class’s enumerator loops over the values of the nodes, not the nodes themselves. c) One LinkedListNode cannot be a member of more than one LinkedList. d) Method Find performs a linear search on the list and returns the first node that contains a value equal to the passed argument.
Computer Science & Information Technology