Match the following terms to their meanings:

I. Command that places a copy of the selected file on the Clipboard A. Paste
II. Keyboard shortcut for copy B. Ctrl + V
III. Holds one piece of information at a time C. Copy
IV. Keyboard shortcut for paste D. Ctrl + C
V. Command that inserts Clipboard copy somewhere else E. Clipboard


C, D, E, B, A

Computer Science & Information Technology

You might also like to view...

The more the statements contribute to the same job, the less the functional cohesion of the method.

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

Computer Science & Information Technology

________ is a web-based suite of Microsoft Office applications including Word, Excel, PowerPoint, and OneNote

A) Office Online B) OneDrive C) This PC D) InPrivate Browsing

Computer Science & Information Technology

Class functions are referred to as data members or member data.

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

Computer Science & Information Technology

Endianness: Let’s say you want to write a program for comparing two strings. You have a choice of using a 32-bit byte-addressable Big-endian or Little-endian architecture to do this. In either case, you can pack 4 characters in each word of 32-bits. Which one would you choose and how will you write such a program? [Hint: Normally, you would do string comparison one character at a time. If you can do it a word at a time instead of a character at a time, that implementation will be faster.]

What will be an ideal response?

Computer Science & Information Technology