?If a Word outline was used to create the slide shown in the accompanying figure, which of the following was Heading 1 in the Word document?
?

A. ?$4.50/SFT
B. ?Ash and Cherry Flooring Options
C. ?Species
D. ?Engineered hardwood


Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a. A runnable thread can enter the timed waiting state for a specified interval of time. It transitions back to the runnable state when that time interval expires or when the event it’s waiting for occurs. b. Timed waiting threads and waiting threads can use a processor, if one is available. c. A runnable thread can transition to the timed waiting state if it provides an optional wait interval when it’s waiting for another thread to perform a task. Such a thread returns to the runnable state when it’s notified by another thread or when the timed interval expires—whichever comes first. d. Another way to place a thread in the timed waiting state is to put a runnable thread to sleep—a sleeping thread remains in the timed waiting state for a designated period of time (called a sleep interval), after which it returns to the runnable state.

Computer Science & Information Technology

The ________ in Windows 10 is where notifications appear and most settings are located

A) Action Center B) taskbar notification area C) navigation pane D) contextual tab

Computer Science & Information Technology

Items in ____ lists appear with bullets beside them by default.

A. organized B. unordered C. ordered D. random

Computer Science & Information Technology

The ____ is also known as the escape character.

A. pound character (#) B. ampersand character (&) C. backslash character (\) D. bang character (!)

Computer Science & Information Technology