If you enter a command and want to terminate its execution before it is finished, what key press should you use?

A. Ctrl+C
B. Ctrl+V
C. Ctrl+B
D. Ctrl+X


Answer: A

Computer Science & Information Technology

You might also like to view...

Must you be the super-user to lower your process’s nice value (i.e., to raise the process’s priority)?

What will be an ideal response?

Computer Science & Information Technology

To add BigInteger b1 to b2, you write _________.

a. b1.add(b2); b. b2.add(b1); c. b2 = b1.add(b2); d. b2 = b2.add(b1); e. b1 = b2.add(b1);

Computer Science & Information Technology

What is the biggest drawback of B Y O D for an organization?

What will be an ideal response?

Computer Science & Information Technology

An administrator is deploying 1000 new servers in a datacenter. A vendor will install the servers on racks and connect cables. Which of the following technologies would BEST for the administrator to use to install operating systems to all 1000 servers in the shortest time possible? (Select two.)

A. SFTP B. TFTP C. PXE D. UDP E. USB F. DVD

Computer Science & Information Technology