Excel has many Page Setup options. Please briefly describe each of the following: Portrait orientation, Landscape orientation, Gridlines, and Worksheet headings.

What will be an ideal response?


- Portrait orientation prints a worksheet on a vertically oriented page.
- Landscape orientation prints a worksheet on the page sideways (horizontally).
- Gridlines-the lines that separate one cell from another-can be printed to create visual boundaries for rows and columns.
- Worksheet headings are the column letters and row numbers.

Computer Science & Information Technology

You might also like to view...

Write a complete Java program that prompts the user for two nonnegative integer numbers. Your program should handle bad input data.

What will be an ideal response?

Computer Science & Information Technology

Write single C++ statements or portions of statements that do the following:

a) Input integer variable x with cin and >>. b) Input integer variable y with cin and >>. c) Set integer variable i to 1. d) Set integer variable power to 1. e) Multiply variable power by x and assign the result to power. f) Preincrement variable i by 1. g) Determine whether i is less than or equal to y. h) Output integer variable power with cout and <<.

Computer Science & Information Technology

Which of the following is NOT true regarding comments in the Code window?

A) Comments can take an entire line of the Code window or begin after another statement in the Code window. B) The Visual Basic Editor changes the font color of any commented text to blue. C) Commenting only works on a line-by-line basis. D) The apostrophe character tells the Visual Basic Editor to ignore any text following the apostrophe on a line of the Code window.

Computer Science & Information Technology

Which of the following setup options can not be set in the page setup dialog box?

Select one: A. Orientation B. Printer selection C. Vertical or horizontal placement D. Row and column titles

Computer Science & Information Technology