Which of the following is NOT a basic operation performed on a data structure?
2024
Which of the following is NOT a basic operation performed on a data structure?
Answer: A. Encryption — Basic operations on data structures include insertion, deletion, searching, and traversal. These are fundamental to managing data in structures like arrays,…
- A.
Encryption
- B.
Deletion
- C.
Insertion
- D.
More than one of the above
- E.
None of the above
Attempted by 2851 students.
Show answer & explanation
Correct answer: A
Basic operations on data structures include insertion, deletion, searching, and traversal. These are fundamental to managing data in structures like arrays, linked lists, stacks, and queues. Encryption, however, is a security mechanism used to protect data, not a standard operation for manipulating data structures. It is not performed as part of the core functionality of data structures. Therefore, encryption is not a basic operation.