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. EncryptionBasic operations on data structures include insertion, deletion, searching, and traversal. These are fundamental to managing data in structures like arrays,…

  1. A.

    Encryption

  2. B.

    Deletion

  3. C.

    Insertion

  4. D.

    More than one of the above

  5. 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.

Explore the full course: Rssb Basic Computer Instructor

Loading lesson…