To copy selected text using the keyboard, press ____.

A. [Ctrl][C]
B. [Ctrl][S]
C. [Ctrl][P]
D. [Ctrl][V]


Answer: A

Computer Science & Information Technology

You might also like to view...

How many times will the following loop display "Looping!"?

for (int i = 20; i > 0; i--) cout << "Looping!" << endl; a. 20 b. 19 c. 21 d. an infinite number of times

Computer Science & Information Technology

One of the most effective ways of increasing computer performance is to add more RAM

Indicate whether the statement is true or false

Computer Science & Information Technology

The function of the router is found at which level in the OSI model?

A) Transport B) Data link C) Network D) Session

Computer Science & Information Technology

A native app is written for mobile devices running a particular mobile phone operating system.

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

Computer Science & Information Technology