You can select multiple words by using the ____ key(s) repeatedly.

A. CTRL+A
B. CTRL+SHIFT+RIGHT ARROW
C. SHIFT+RIGHT ARROW
D. CTRL+SHIFT+END


Answer: B

Computer Science & Information Technology

You might also like to view...

Over a period of several years, an organization has exceeded the capacity of its emergency electric generator. The organization should:

a. Increase UPS capacity to make up the difference b. Purchase a larger generator that can handle the entire workload c. Purchase an additional generator so that the old and new generators together will generate enough power d. Decrease UPS capacity to make up the difference

Computer Science & Information Technology

You can format slide text by changing the ____.

A. font B. color C. point size D. style

Computer Science & Information Technology

Which of the following loops prints "Welcome to Java" 10 times?

``` A: for (int count = 1; count <= 10; count++) { System.out.println("Welcome to Java"); } B: for (int count = 0; count < 10; count++) { System.out.println("Welcome to Java"); } C: for (int count = 1; count < 10; count++) { System.out.println("Welcome to Java"); } D: for (int count = 0; count <= 10; count++) { System.out.println("Welcome to Java"); } ``` a. BD b. ABC c. AC d. BC e. AB

Computer Science & Information Technology

The ____________________ is a special tool that allows you to copy custom views, tables, filters, data maps, forms, calendars, macros, toolbars, and other customizations from one project file to another.

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

Computer Science & Information Technology