An original intelligible message fed into the algorithm as input is known as _________ , while the coded message produced as output is called the __________ .

A) decryption, encryption
B) plaintext, ciphertext
C) ciphertext, plaintext
D) encryption, decryption


B) plaintext, ciphertext

Computer Science & Information Technology

You might also like to view...

The addCollisionStartListener method requires two arguments.

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

Computer Science & Information Technology

Which of the following statements are true?

``` Segment 1 Segment 2 int i = 0; for (int i = 0; i <= 20; i++) { while (i < 20) { System.out.println(i); i++; } System.out.println(i); } ``` a. The output from these segments is not the same. b. The scope of the control variable i is different for the two segments. c. Both (a) and (b) are true. d. Neither (a) nor (b) is true.

Computer Science & Information Technology

Choose the sentence that demonstrates correct punctuation.?

A. ?Winona saw "Romeo and Juliet," Shakespeare's famous play. B. ?Winona saw Romeo and Juliet, Shakespeare's famous play. C. ?Winona saw Romeo and Juliet, Shakespeare's famous play.

Computer Science & Information Technology

The footprints of a PC case are rubber protectors mounted to the bottom of a case that will rest on the floor.

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

Computer Science & Information Technology