Which of the following ciphered text would have used transposition cipher for encryption of the plain text "DATASTRUCTURE"?
A. DATAURCTTSRUE
B. TSDTCAUREUERT
C. DTAURCTEDSUTRR
D. RTEUDAATSTRCR
Answer: Option A
Solution (By Examveda Team)
Option A: "DATAURCTTSRUE"This option is a rearrangement of the letters in "DATASTRUCTURE". It has the same letters but in a different order, so it could be the result of a transposition cipher.
Option B: "TSDTCAUREUERT"
This option does not match the exact number of each letter in the plaintext. It includes extra 'T's and missing letters, so it is not a valid transposition cipher result.
Option C: "DTAURCTEDSUTRR"
This option does not match the exact number of each letter in the plaintext. It includes extra 'D's and missing letters, so it is not a valid transposition cipher result.
Option D: "RTEUDAATSTRCR"
This option contains repeated letters and is missing some letters from the original plaintext. It does not match the plaintext letter count, so it is not a valid transposition cipher result.
Conclusion:
The correct options where the ciphertext is a rearrangement of "DATASTRUCTURE" using a transposition cipher is:
Option A: DATAURCTTSRUE
Related Questions on Miscellaneous on Data Structures
Which data structure is used to implement a binary heap efficiently?
A. Array
B. Linked List
C. Stack
D. Queue
In which scenario would you use a Bloom Filter?
A. For implementing a stack-based algorithm
B. To maintain a balanced binary tree
C. For efficient sorting of elements
D. To test membership in a large dataset
A. Queue
B. Stack
C. Heap
D. Array

Join The Discussion