Data Abstraction Book Back Questions & Answers

Unit 2 > Computer Science > Class 12 > Samacheer Kalvi - English Medium

    Choose the correct answer

  • 1. Which of the following functions that build the abstract data type?

    (a) Constructors

    (b) Destructors

    (c) Recursive

    (d) Nested

    Correct answer: (a) Constructors

    View explanation


  • 2. Which of the following functions that retrieve information from the data type?

    (a) Constructors

    (b) Selectors

    (c) Recursive

    (d) Nested

    Correct answer: (b) Selectors

    View explanation


  • 3. The data structure which is a mutable ordered sequence of elements is called

    (a) Built in

    (b) List

    (c) Tuple

    (d) Derived data

    Correct answer: (b) List

    View explanation


  • 4. A sequence of immutable objects is called

    (a) Built in

    (b) List

    (c) Tuple

    (d) Derived data

    Correct answer: (c) Tuple

    View explanation


  • 5. The data type whose representation is known are called

    (a) Built in data type

    (b) Derived data type

    (c) Concrete data type

    (d) Abstract data type

    Correct answer: (c) Concrete data type

    View explanation


  • 6. The data type whose representation is unknown are called

    (a) Built in data type

    (b) Derived data type

    (c) Concrete data type

    (d) Abstract data type

    Correct answer: (d) Abstract data type

    View explanation


  • 7. Which of the following is a compound structure?

    (a) Pair

    (b) Triplet

    (c) Single

    (d) Quadrat

    Correct answer: (a) Pair

    View explanation


  • 8. Bundling two values together into one can be considered as

    (a) Pair

    (b) Triplet

    (c) Single

    (d) Quadrat

    Correct answer: (a) Pair

    View explanation


  • 9. Which of the following allow to name the various parts of a multi item object?

    (a) Tuples

    (b) Lists

    (c) Classes

    (d) quadrats

    Correct answer: (c) Classes

    View explanation


  • 10. Which of the following is constructed by placing expressions within square brackets?

    (a) Tuples

    (b) Lists

    (c) Classes

    (d) quadrats

    Correct answer: (b) Lists

    View explanation