The simplest type of stream cipher, one in which one letter or character is exchanged for another, is known as what?

A. shift
B. substitution
C. lock
D. loop

Answer: B

Computer Science & Information Technology

You might also like to view...

Which statement accurately describes the function of a query?

A) Queries manipulate data stored in tables, displaying only those records which match the query's criteria B) Queries manipulate data stored in tables, hiding only those records which match the query's criteria C) Queries delete data stored in tables, displaying only those records which match the query's criteria D) Queries edit data stored in tables, displaying only those records which match the query's criteria

Computer Science & Information Technology

Given the following pseudocode, what is stored in Puppy[3]?

```Declare Puppy[12] As Character Set Puppy = “ROVER”``` a. R b. O c. V d. E e. R

Computer Science & Information Technology