You use different Office apps to accomplish specific tasks, such a creating a newsletter or producing a sales presentation, yet all the programs have a similar ____.

A. look and feel
B. size
C. file extension
D. file name


Answer: A

Computer Science & Information Technology

You might also like to view...

Describe the user interface. Is it attractive and easy to use? Why or why not?

What will be an ideal response?

Computer Science & Information Technology

The main method executes in the ________ thread of execution.

a. starting b. main c. local d. None of the above.

Computer Science & Information Technology

Lisa, a network technician, is troubleshooting a new wireless network that has been dropping connections. She notices another wireless network in the area. Which of the following BEST explains the reason for the dropped connections?

A. Latency B. SSID mismatch C. Interference D. Encryption type

Computer Science & Information Technology

Given the following code, what is the final value of i?

int i; for(i=0; i<=4;i++) { cout << i << endl; } a. 3 b. 4 c. 5 d. 0

Computer Science & Information Technology