Case-Based Critical Thinking QuestionsCase 5-1Ethan is teaching his younger brother James the basics of Microsoft Excel. Please answer the following questions.Ethan starts by saying that a worksheet will always consist of _____.

A. ranges and active cells
B. rows and columns
C. formulas and calculations
D. values and labels


Answer: B

Computer Science & Information Technology

You might also like to view...

The ____ data type is used for linked or embedded objects that are created in another program.

A. Import B. Lookup C. OLE Object D. Hyperlink

Computer Science & Information Technology

What will the following code display?

``` #include using namespace std; void doSomething(int); int main() { int x = 2; cout << x << endl; doSomething(x); cout << x << endl; return 0; } void doSomething(int num) { num = 0; cout << num << endl; } ``` a. 2 0 2 b. 2 2 2 c. 0 0 0 d. 2 0 0

Computer Science & Information Technology

The term ____ means the language of formal logic.

A. graphical scheme B. natural language C. logic scheme D. formal language

Computer Science & Information Technology

InDesign allows you to add horizontal rules below text only.

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

Computer Science & Information Technology