All of the following are special keys, except _____.

A. Ctrl
B. Enter
C. Esc
D. Alt


Answer: B

Computer Science & Information Technology

You might also like to view...

The following code should print whether integer value is odd or even:

``` switch (value % 2) { case 0: cout << "Even integer" << endl; case 1: cout << "Odd integer" << endl; } ```

Computer Science & Information Technology

Visual Studio 2010 displays a pop-up message in the corner of the work area whenever it detects an error in your code.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which of the following is NOT a task that must be performed if an employee is terminated?

A. former employee must return all media B. former employee's home computer must be audited C. former employee's office computer must be secured D. former employee should be escorted from the premises

Computer Science & Information Technology

In the figure above, how many spreads are shown?

What will be an ideal response?

Computer Science & Information Technology