Which of the following is not true about creating speaker notes?
A) Speaker notes enable you to write the words you will say during the presentation and store them separate file that you can print prior to the presentation.
B) Speaker notes are displayed in the Notes pane of the PowerPoint window.
C) You can print the notes for reference during the presentation.
D) If you are using a dual display screen system, or are projecting your presentation, you can show the audience the slides, while you view the notes in Presenter view.
A
You might also like to view...
An organization is using a tool to perform a source code review. Which of the following describes the case in which the tool incorrectly identifies the vulnerability?
A. False negative B. True negative C. False positive D. True positive
Write a statement that will sets the flag valid data to false when both of the following conditions are true. Assume that valid data has been initialized as true.
• large_data_set is true • count is greater than 100 Hint: Build an expression that evaluates to true for the conditions given. Temporarily place a NOT operator in front of it to make the expression false for the given conditions.