In Word, you can insert Office applications, known as ________, that help you individualize your Word documents and gain access to the Internet faster while remaining in Word

A) Word apps
B) Office apps
C) Internet apps
D) Add-ins

B

Computer Science & Information Technology

You might also like to view...

What is the output of the following code?

int list[5]; for (int i = 0; i < 5; i++) list[i] = i + 4; cout << list[0] << “ “ << list[4];

Computer Science & Information Technology

To remove an embedded chart, you should ____ it and press the DELETE key.

A. move B. drag C. hide D. click

Computer Science & Information Technology