Which of the following is NOT an example of a toggle?
A) Caps Lock key
B) Num Lock key
C) Show/Hide button
D) Tab key
D
Computer Science & Information Technology
You might also like to view...
Within a paragraph, you do not need to press ________ to create new lines
Fill in the blank(s) with correct word
Computer Science & Information Technology
What, if anything is required to make the following code valid? int x = 0; do x += 15; while (x < 100);
A. nothing; the code is valid B. add beginning and end braces C. remove the parentheses around the condition D. initialize x to a non-zero value
Computer Science & Information Technology