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
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"); ```
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
All online word processing applications are as fully featured as installed versions.
A. True B. False
Use the ________ element to associate JavaScript with a web page.
a. object b. script c. embed d. canvas