Capitalization errors usually are caused by accidental use of the ________ key.

A. Shift
B. Caps Lock
C. Tab
D. Num Lock


Answer: B

Computer Science & Information Technology

You might also like to view...

The correct function name for overloading the addition (+) operator is:

a. operator+ b. operator(+) c. operator:+ d. operator_+

Computer Science & Information Technology

Use of an incorrect formula to produce a desired result is a type of __________ error.

Fill in the blank(s) with correct word

Computer Science & Information Technology

Concerning return statements that functions can have:

a. Value returning functions can have the statement return computed_value; b. void functions can have the statement return void; c. void functions must have a return; statement, with no argument. d. void functions may terminate using a return; statement without an argument, or they may have no return statement at all, terminating by falling off the end of the function block.

Computer Science & Information Technology

A Social Security Number which appears in the format 123-456-7891 is an example of a(n) ____.

A. field value B. predefined input mask C. aggregate function D. variance

Computer Science & Information Technology