What is the keyboard shortcut for cutting text?

A. [Ctrl][X]
B. [Ctrl][C]
C. [Ctrl][Q]
D. [Ctrl][A]


Answer: A

Computer Science & Information Technology

You might also like to view...

GDI+ ________.

a) is a graphics API b) provides classes for creating and manipulating two-dimensional vector graphics c) allows you to create graphics without worrying about the details of hardware d) is comprised, in part, of the System.Drawing namespace e) All of the above.

Computer Science & Information Technology

Write single C++ statements or portions of statements that do the following:

a) Input unsigned int variable x with cin and >>. b) Input unsigned int variable y with cin and >>. c) Declare unsigned int variable i and initialize it to 1. d) Declare unsigned int variable power and initialize it to 1. e) Multiply variable power by x and assign the result to power. f) Preincrement variable i by 1. g) Determine whether i is less than or equal to y. h) Output integer variable power with cout and <<.

Computer Science & Information Technology

Many countries in Europe use the 12-hour clock for displaying dates and times.?

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

Computer Science & Information Technology

____________________ objectives answer the question, "What do the trainees need to know as a result of this training session?"

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology