Cryptography is the process of converting plaintext, which is readable text, into unreadable or encrypted text called which if the following?

A. ciphertext
B. cleartext
C. maskedtext
D. subtext


Answer: A

Computer Science & Information Technology

You might also like to view...

The loop can best be categorized as a

a. sentinel-controlled loop b. counter-controlled loop c. general conditional loop d. increment controlled loop

Computer Science & Information Technology

Which statement about operator overloading is false?

a. Operator overloading is the process of enabling C++'s operators to work with class objects. b. C++ overloads the addition operator (+) and the subtraction operator (-) to perform differently, depending on their context in integer, floating-point and pointer arithmetic with data of fundamental types. c. You can overload all C++ operators to be used with class objects. d. When you overload operators to be used with class objects, the compiler generates the appropriate code based on the types of the operands.

Computer Science & Information Technology

One way to force a loop to end is to have the user enter a special item, called a(n) ___________ __________ which acts as a signal that input is complete.

Fill in the blank(s) with correct word

Computer Science & Information Technology

Depending on the size of an image, rendering a bitmap image to a(n) ____ image requires significant processing power from your computer.

A. raster B. integrated C. vector D. embedded

Computer Science & Information Technology