subject

What is the difference between paper size and page margins in Word? There is no difference, both are presets for how much content you can fit on a page.
Paper size refers to the outside area of the page that can be made bigger or smaller to fit content, while page margins are the areas of the document where text is aligned.
Paper size refers to the size of the paper you will be printing your document on, while page margins refer to the outside area of a page that can be made bigger or smaller to fit content.
Paper size refers to the orientation of the page—for example, landscape or portrait—while page margins refer to the outside area of a page that can be made bigger or smaller to fit content.

Adam has to write a paper where the margins need to be set to these measurements:

Left: 1.5"

Right: 4"

Bottom: 1"

Top: 1"

How could he go about setting these measurements up?

Launch the Page Setup dialog box from the Page Setup group; in the Margins section, enter the page margin values and click OK.
Click on the Margins button in the Page Setup group; select a preset margin option that matches the margin values.
Launch the Page Setup dialog box from the Page Setup group; in the Paper size section, enter the page margin values and click OK.
None of the above options are correct
Which method will successfully launch the Spelling and/or Grammar Checker dialog box?

Click the Review tab on the ribbon; in the Proofing group, click on the Spelling & Grammar button.
Press the F7 key on your keyboard.
Right-click a word that is marked with a spelling or grammar error, and select Spelling or Grammar from the menu list.
All the above statements are correct.

Steve is creating a document with proper nouns, which Word continues to identify as being misspelled.

Which of these steps should he do in this situation?

Skip the Spell Checker.
Right-click the noun and choose Ignore All.
Right-click and Add to dictionary.
B and C are correct.

Katherine would like to insert specific words at the top of every page on a multipage essay.

Which way is the easiest to do this?

Type the words onto the first page of the document, and copy and paste it onto all of the other pages
Type the words onto the first page of the document, and click on the Header button to repeat it on all of the other pages
Type the words onto the first page after selecting the header region of the document by clicking the top edge of the page; it will automatically be repeated in all subsequent header regions of the document
None of the above options are correct.

Which item cannot be inserted into a header or footer of a document?

automatic page numbers
tables with columns and rows
pictures, shapes, and clipart
All the above items can be inserted into either a header or a footer

Which shortcut key in Microsoft Word 2016 will launch Spell Checker?

F8
F7
Shift+F6
none of the above

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 15:50
The file sales data.xlsx contains monthly sales amounts for 40 sales regions. write a sub that uses a for loop to color the interior of every other row (rows 3, 5, etc.) gray. color only the data area, columns a to m. (check the file colors in excel.xlsm to find a nice color of gray.)
Answers: 2
question
Computers and Technology, 23.06.2019 09:30
Given a link with a maximum transmission rate of 32.8 mbps. only two computers, x and y, wish to transmit starting at time t = 0 seconds. computer x sends filex (4 mib) and computer y sends filey (244 kib), both starting at time t = 0. statistical multiplexing is used, with details as follows packet payload size = 1000 bytes packet header size = 24 bytes (overhead) ignore processing and queueing delays assume partial packets (packets consisting of less than 1000 bytes of data) are padded so that they are the same size as full packets. assume continuous alternating-packet transmission. computer x gets the transmission medium first. at what time (t = ? ) would filey finish transmitting? give answer in milliseconds, without units, and round to one decimal places (e.g. for an answer of 0.013777 seconds you would enter "13.8" without the quotes)
Answers: 3
question
Computers and Technology, 23.06.2019 19:00
This question involves a class named textfile that represents a text file. public class textfile { private string filename; private string filename; private arraylist words; // constructors not shown // postcondition: returns the number of bytes in this file public int filesize() { } // precondition: 0 < = index < words.size() // postcondition: removes numwords words from the words arraylist beginning at // index. public void deletewords(int index, int numwords) { } // precondition: 0 < = index < = words.size() // postcondition: adds elements from newwords array to words arraylist beginning // at index. pub lic voidaddwords(int index, string[] newwords) { } // other methods not shown } complete the filesize() method. the filesize() is computed in bytes. in a text file, each character in each word counts as one byte. in addition, there is a space in between each word in the words arraylist, and each of those spaces also counts as one byte. for example, suppose the words arraylist stores the following words: { mary had a little lamb; its fleece was white as snow. } the filesize() method would compute 4 + 3 + 1 + 6 + 5 + 4 + 6 + 3 + 5 + 2 + 5 as the sum of the lengths of each string in the arraylist. the value returned would be this sum plus 10, because there would also be 10 spaces in between the 11 words. complete the filesize() method below: // postcondition: returns the number of bytes in this file public int filesize() { }
Answers: 1
question
Computers and Technology, 23.06.2019 22:30
The output voltage of a power supply is assumed to be normally distributed. sixteen observations are taken at random on voltage are as follows: 10.35, 9.30, 10.00, 9.96, 11.65, 12.00, 11.25, 9.58, 11.54, 9.95, 10.28, 8.37, 10.44, 9.25, 9.38, and 10.85
Answers: 1
You know the right answer?
What is the difference between paper size and page margins in Word? There is no difference, both ar...
Questions
question
Mathematics, 02.03.2021 14:00
question
Mathematics, 02.03.2021 14:00
question
Mathematics, 02.03.2021 14:00
Questions on the website: 13722361