Instead of clicking commands, you can use a ____ to perform a task, which is pressing a combination of  keys on the keyboard.

A. keyboard sequence
B. keyboard rule
C. keyboard shortcut
D. keyboard series


Answer: C

Computer Science & Information Technology

You might also like to view...

Which line of code will check if any character in the string variable pword is the letter X and return true for the variable check?

``` var check = false; for (i = 0; i < pword.length; i++) { _____???_______ check = true; } ``` a. ``` if (var charX == "X"); ``` b. ``` if (var charX == charX.charAt[i]); ``` c. ``` if (var charX.charAt[i] == "X"); ``` d. ``` if (var charX.charCodeAt[i] == "X"); ```

Computer Science & Information Technology

A hard disk diagnostic program can be used to test for errors or any potential problems within a drive

Indicate whether the statement is true or false

Computer Science & Information Technology

All online word processing applications are as fully featured as installed versions.

A. True B. False

Computer Science & Information Technology

Use the ________ element to associate JavaScript with a web page.

a. object b. script c. embed d. canvas

Computer Science & Information Technology