You can press the ____ keys to copy a selected object.

A. Shift+C
B. Ctrl+C
C. Ctrl+Esc
D. Ctrl+F6


Answer: B

Computer Science & Information Technology

You might also like to view...

Which output flag is set to guarantee that a decimal point will be printed when printing a floating point value?

A. fixed B. showpoint C. precision D. setw

Computer Science & Information Technology

By default, hyperlinked text is displayed with an underline and in a color that is part of the color scheme.

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

Computer Science & Information Technology

A relationship where a record in the first table can have many associated records in the second table is a ________ -to-many relationship

Fill in the blank(s) with correct word

Computer Science & Information Technology

In C++ a reference parameter is declared with the syntax:

a. dataType referenceName& b. dataType* referenceName c. dataType* referenceName& d. dataType& referenceName

Computer Science & Information Technology