The left side of the status bar displays the ____.
A. Insert bar
B. Tag selector
C. Property inspector
D. Multiple Document Interface
Answer: B
You might also like to view...
Which of the following is not true regarding numbered and bulleted lists?
a. If the bullets were removed, then you clicked the Bullets button instead of the Bullets button arrow. b. The color of the numbers is determined by the font color used within the text of the bulleted point. c. You can customize a bullet by changing its style, color, and size. d. The presentation theme includes default styles for the bullet points in content placeholders.
Given the linked list below, and if the data field of the above nodes is called data and the pointer field is called link, which of the following is not a correct way to reference the data field of node C.
a) s->data
b) r->link->data
c) q->link->link->data
d) p->link->link->link->data