Describe three features available for headers and/or footers
What will be an ideal response?
A header and/or footer can appear at the top and/or bottom of every printed page of a workbook. You can create different headers or footers on different pages. You can create a header or footer that is different on the first page than on all other pages. You can also include your name, the date of the worksheet, and page numbers.
You might also like to view...
What is the value in wordSize after line 4 is run?
``` 1 string sentence = “C++ is my favorite programming language.”.; 2 string word; = “favorite” 3 int sentSize = sentence.size(); 4 int wordSize = word.size(); 5 int wordInSentence = sentence.find(word); ``` A. 8 B. 7 C. 6 D. 40
Which of the following commands can you use to change the stacking order of objects on a slide?
A. Bring Forward B. Send Backward C. Send Forward D. Bring to Back
What is the modulo operator?
What will be an ideal response?
?Which of the following methods of the Math operator roundsxup to the next highest integer?
A. ?Math.round(x)
B. ?Math.ceil(x)
C. ?Math.rand(x)
D. ?Math.floor(x)