A worksheet ____________________ will display behind worksheet data on the screen, but it will not print behind the worksheet data.

Fill in the blank(s) with the appropriate word(s).


background

Computer Science & Information Technology

You might also like to view...

The _______________________ puzzle is a favorite of computer scientists because of its elegant recursive solution.

a) Tower of Hanoi b) Sudoku c) Tetris d) Tic-Tac-Toe e) none of the above

Computer Science & Information Technology

Name the organizational scheme in each of the following examples

a. The Yellow Pages in a US telephone book. b. A stock brokerage home page that gives users the options of getting a stock quote, buying, selling or searching a stock, and the ability to review their portfolios. c. A home page for a tile manufacturer that has links for customers, retailers, distributors and suppliers. d. A music CD retailing site offering selections in Rock, Pop, Country and Western, Jazz, and Classical. e. A interior designer’s site set up as a well-appointed home, with different rooms displaying available services and a portfolio of previous projects.

Computer Science & Information Technology

A hands-free computer used for health monitoring is an example of a(n) ________computer

Fill in the blank(s) with correct word

Computer Science & Information Technology

When the computer executes the statement area = length * width; it uses whatever values are stored in the variables length and width at the time the assignment is executed. If no values have been specifically assigned to these variables before they are used in the expression length * width, the computer looks ahead to see the values you assign to these variables later in the program.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology