A ________ is an electronic file that contains a grid of columns and rows

Fill in the blank(s) with correct word


spreadsheet

Computer Science & Information Technology

You might also like to view...

Viewing each layer of abstraction as an independent black box is useful because it allows you to work with the layers __________.

a. one at a time b. in sets of two or more c. interactively d. The premise of this question is false.

Computer Science & Information Technology

When performing a SWOT analysis, during the ________ analysis you determine your competition or the obstacles that are in your way

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following is NOT a way to set a startup form?

A. Use Access Options B. Create an AutoExec macro C. Name a form Startup D. Each of these methods creates a startup form

Computer Science & Information Technology

Suppose that ch1 and ch2 are char variables, and alpha is an int variable. The input is: ? A 18 ? What are the values after the following statement executes? ? cin.get(ch1); cin.get(ch2); cin >> alpha; ?

A. ch1 = 'A', ch2 = ' ', alpha = 18 B. ch1 = 'A', ch2 = '1', alpha = 8 C. ch1 = 'A', ch2 = ' ', alpha = 1 D. ch1 = 'A', ch2 = '\n', alpha = 1

Computer Science & Information Technology