Case-Based Critical Thinking QuestionJohn is using PowerPoint to create an extensive marketing presentation and he keeps modifying the same slide layout by adding new placeholders for pictures and adjusting the text indents in the content placeholder. John wants to modify his presentation so he can work more efficiently.
Which of the following should John move in order to change the space between the bullet and text in an indent level?

A. First line indent marker.
B. Left indent marker.
C. Right indent marker.
D. Hanging indent marker.

Answer: D

Computer Science & Information Technology

You might also like to view...

Aleks is having trouble getting the system to boot from an external hard drive. What BIOS/UEFI setting should Aleks check?

A) Disable execute bit B) LoJack C) Secure boot D) Drive encryption

Computer Science & Information Technology

To ensure that your function recurses correctly and the proper result is reached, you must ensure that

a. all stopping cases are correct b. all recursive calls lead to one of the stopping cases c. for each case that involves recursion, that case returns the correct value provided all recursive calls in that case return the correct value. d. all of the above e. none of the above

Computer Science & Information Technology