data structure multiple choice questions DSS2

By: Prof. Dr. Fazal Rehman | Last updated: April 30, 2025

10
Score: 0
Attempted: 0/10
Subscribe
1. . A ……… is a variable that stores the address where another object resides



2. . A member function that examines but does not change the state of its object is an ……..



3. . A member function that changes the state is a ……..



4. . The initialization list is used to initialize the …….. directly



5. . Data members are declared private, thus restricting access to internal details of the class, while methods intended for general use are made public. This is known as ……



6. . log A/B = ……..



7. . Suppose you have a group of N numbers and would like to determine the kth largest. This is known as the ……..



8. . The two most common ways of proving statements in data-structure analysis are proof by ……. and proof by ……



9. . A function that is defined in terms of itself is called …….. C++ allows functions to be recursive



10. . In addition to the return-by-value and return-by-constant-reference idioms, functions can use return-by………



 

 

Data Structures MCQs

Basic Concepts

  1. Introduction to Data Structures
  2. Complexity Analysis MCQs

Linear Data Structures MCQs

  1. Arrays MCQs
  2. Linked Lists MCQs
  3. Stacks MCQs
  4. Queues MCQs

Non-Linear Data Structures MCQs

  1. Trees MCQs
  2. Heaps MCQs
  3. Graphs MCQs

Hashing MCQs MCQs

  1. Hash Tables

Sorting and Searching Algorithms MCQs 

  1. Sorting Algorithms MCQs
  2. Searching Algorithms MCQs

Miscellaneous

  1. Memory Management in data structures MCQs
  2. String Manipulation Algorithms MCQs
  1. Data Structures MCQs 1
  2. Data Structures MCQs 2
  3. Data Structures MCQs 3
  4. Data Structures MCQs 4
  5. Data Structures MCQs 5
  6. Stacks Solved MCQs
  7. Queues MCQs
  8. pointer mcqs
  9. Array MCQs

 

Computer Science Repeated MCQs Book Download

Leave a Comment

All Copyrights Reserved 2025 Reserved by T4Tutorials