You can change page orientation by clicking the Page Orientation button in the Page Setup group on the _____ tab.

A. Insert
B. Page Layout
C. Review
D. Home


Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following is a parameterized stream manipulator used to format output?

a. setw b. right c. left d. fixed

Computer Science & Information Technology

You can begin a single-line comment with a(n) ____.

A. double quotation mark (“) B. single quotation mark (‘) C. asterisk (*) D. slash (/)

Computer Science & Information Technology

What is wrong with the following code?

```int TVset::GetScreen(int scr) { screen = scr; } int main( ) { TVset myTV; int myscreen; myscreen = myTV.GetScreen( ); }``` A. should be myscreen = myTV->GetScreen(); B. Nothing is wrong with the code. C. GetScreen does not return a value. D. None of the above.

Computer Science & Information Technology

Which of these was the first computer incident-response team?

a. Computer Emergency Response Team b. F-Secure c. SANS Institute d. Microsoft Security Advisor

Computer Science & Information Technology