Which of the following ciphers substitutes the first letter of the alphabet with the last letter of the alphabet?

A) Caesar cipher
B) ROT13
C) At bash cipher
D) Vigenère


C) At bash cipher

Computer Science & Information Technology

You might also like to view...

Compute the diameter of a circle with a circumference of 12 inches

What will be an ideal response?

Computer Science & Information Technology

The score of students in a subject is inserted in B2 cell and the passing score for the subject is 60. Which of these functions will you insert in C2 cell to check if the student has passed or failed?

a. =IF(B2>=60, "Pass", "Fail") b. =OR(B2>=60, "Pass", "Fail" c. =AND(B2>=60, "Pass", "Fail") d. =NOT(OR((B2>=60, "Pass", "Fail"))

Computer Science & Information Technology

One of the properties of the ArrayList class is ____.  It Gets or sets the number of elements that the ArrayList can contain.

A. Length B. Capacity C. Rank D. Count

Computer Science & Information Technology

A DTD can be used to enforce a specific data structure on document content.

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

Computer Science & Information Technology