You can type comments to yourself in the _____ for a specific slide while working in Normal view.

Answers

Answer 1
Answer: You can do this with a special something called Note Pane. As your question states, this allows you to type specific comments to yourself in normal view!
Hope this helps with your question!

Related Questions

Worth 3 Points Write the definition of a public class WeatherForecast that provides the following behavior (methods) A method called setSkies that has one parameter, a string o A method called setHigh that has one parameter, an int A method called setLow that has one parameter, an int. o A method called getSkies that has no parameters and that returns the value that was last used as an argument in setSkies that was last used as an argument in setHigh was last used as an argument in setLow o A method called getHigh that has no parameters and that returns the value o A method called getLow that has no parameters and that returns the value that No constructor need be defined. Be sure to define instance variables as needed by your "getter"/"setter" methods-initialize all numeric variables to 0 and any String variables to the empty string 1
1. Default tab stops are set in Word every _______ inch. A. 1B. 1/2 C. 1/4 D. 3/42. Once you've saved a block of text or graphics for easy insertion in other documents, you'll see it in the _______ gallery.A. Photo SpaceB. ClipArtC. Multimedia Online D. Quick Parts3. To set up Automatic Backup on your computer, what option would you choose from the Word Options screen?A. GeneralB. Customize Ribbon C. BackupD. Advanced4. Suppose you want to view a document that has several headings. What view would you use? A.DraftB. ReadC. OutlineD. Web5. _______ allows you to add formatting such as shapes and colors to text. A. WordShapesB. WordDrawC. WordArtD. WordDesign6. What is the default file extension for a file saved in Word 365? A. .docxB. .docextC. .docD. .doc3657. To recover a deleted document, what would you choose in the Info window? A. UndeleteB. RetrieveC. Manage VersionsD. Uninstall8. Which of the following is the shortcut key combination for pasting copied text? A. Ctrl+CB. Ctrl+XC. Ctrl+VD. Ctrl+P9. _______ allows you to specify how a photo is positioned in the text of your document. A. Align PhotoB. Wrap TextC. Align TextD. Wrap Photo10. _______ view focuses on the text and content of a document, without much information on the page layout.A. Draft B. Print C. Outline D. Read11. How do you access the dictionary and thesaurus in Word?A. Click the Dictionary/Thesaurus icon in the upper-left page.B. In the View tab, click the Dictionary icon.C. In the Review tab, click the Define icon next to the Spelling & Grammar tool. D. In the Insert tab, click the Help icon to the left of the Spelling & Grammar tool.12. Users with a Microsoft account have access to an online storage and sharing system known as A.OfficeAnywhere.B. Producer.C. OneDrive.D. WebApps.13. In Word, a red wavy underline indicates a/an A.AutoCorrect suggestion.B. hard page break.C. possible grammatical error.D. possible misspelled word.14. When pointed over text within a paragraph, the cursor takes the shape of a/an A. right-pointing arrow.B. I-beam.C. left-pointing arrow.D. four-headed arrow.15. You send a report to your boss for feedback and she returns it to you with her edits noted in the electronic file. This Word feature is calledA. Markup Changes. B. Online Markup. C. Track Changes. D. Online Edits.16. To remove any hidden data from your document before sharing it, what should you do?A. Click the View tab and then click Protect Document.B. Click the File tab, click Check for Issues, and then click Inspect Document.C. Click the File tab, click Check for Issues, and then click Check Accessibility.D. Click the File tab, click Check for Issues, and then click Protect Document.17. If you want to insert a column into an existing table, what would you do? A. Click Column in the Insert tab.B. Click one of the insert buttons in the Rows & Columns group of the Layout tab.C. Click one of the insert buttons in the Data group of the Layout tab.D. Click in the Table Style Options group of the Design tab.18. To ensure that your computer is saving files by default to your hard drive, A. choose Save in theOptions window and check the box next to Save by default.B. choose Options from the File Info screen, choose Save in the Word Options window, and make sure the box next to Save to Hard Drive is checked.C. click on File, choose Options, click on Save, and make sure the box next to Save to Hard Drive is checked.D. choose Options from the File Info screen, choose Save in the Word Options window, and make sure the box next toSave to Computer by default is checked.19. How do you change the top and bottom margins of an entire document? A. Click the Page Layout tab and then the Orientation button.B. Click on the Tools tab and then on Options.C. Click on the View tab and then on Header and Footer. D. Click the Page Layout tab and then theMargins button.20. Which of the following allows you to view and access important information about your document all in one location?A. Menu barB. Backstage view C. Status barD. Help iconComputer1. B2. Between B and C3. D4. C5. C6. A7. B8. C9. B10. A11. C12. C13. D14. Between B and C15. C16. B17. Between B and D18. D19. D20. Bcan you check this for me please
A device in electricity that is analogous to a restriction in a water pipe is:
In database software, a record is a
describe three ways in which the internet can change the manner in which companies do business with their customers

The use of short, direct sentences with no fluff is known as what?

Answers

The question ask to complete the said sentence and provide the necessary word that could support the said sentence in your question and base on the question, my answer would be that it is known as a Business Style.  I hope that you are satisfied with my answer and feel free to ask for more 

Answer: A-  

Business style

Explanation:

In stranger things 3 hopper said" to turn back the clock" which is a spoiler for season 4. (Something's gonna reset the clocks and all of what happens will begin again)

Answers

Maybe the upside down can be used as a wormhole of sorts

The common programming structure that implements "conditional statements" is called an____ statement.

Answers

Answer:

An if statement

Explanation:

Conditional statements are important aspects of programming where decisions are made depending on the outcome of one or more conditions.

Generally, the conditional statements are called selection control structure but because of the general syntax which it operates on, they are regarded as if statement.

There's no limit to the number of if statement a program can have.

The syntax of an if statement goes thus:

if(condition 1) {

statements

}

else if(condition 2)

{

statements

}

.....

.....

....

else

{

statement

}

An example is a c++ program segment that compares and prints the larger number between two variables

if(x > y)

{

cout<<x<<" is greater than "<<y;

}

else if (y>x)

{

cout<<y<<" is greater than "<<x;

}

else

{

cout<<"Both numbers are equal";

}

What is a set of transmissions that are understood to contain data needed by applications and services on the network?A)Java
B)SaaS
C)protocol
D) Systems Interconnection

Answers

Answer:

C) protocol

Explanation:

Protocol is the set of rules on how communication will take place between the parties involved. Protocol is the "language" of computers, that is, a kind of language that follows certain norms and standards. It is through protocols that communication between one or more computers is possible.

Your organization employs a group of traveling salespeople who need to access the corporate home network through the internet while they are on the road. You want to funnel remote access to the internal network through a single server, which of the following solution would be best to implement?

Answers

Answer:

VPN concentrator

Explanation:

A VPN concentrator (Virtual Private Network Concentrator) is a sort of communication system that ensures stable VPN connections are established and  messages are transmitted across VPN nodes.

It is a form of networking device designed primarily for VPN  communication network development and management.

It mainly enhances a VPN router's features by  incorporating specialized communications data and network security.

When pasting a circle drawn by the presentation software drawing tool into a spreadsheet, that circle will go into the selected cell in the spreadsheet.(Points : 2)
True
False

Answers

The answer is ............................ False

the answer is false!!!!!

i took quiz

good luck