Data structure multiple choice questions

Home > Multiple choice questions > Data structure MCQs

Data structure (20 questions) Data structure (10 questions)
C++ part 1 (20 questions) Oops (20 questions)
Placement papers on Data Structure - Set 1 Placement papers on Data Structure - Set 2
Placement papers on Data Structure - Set 3 Placement papers on Data Structure - Set 4
Data Structure placement model papers

These tests include data structure topics such as

Data structure arrays Data structure linked list Data structure sorting & searching
Data structure stack & queue Data structure trees  
Latest data structure interview questions and answers

What is a data structure? What are the types of data structures?
Define in brief an array. What are the types of array operations?
What is an iterative algorithm?
What is the Huffman algorithm?
What is the difference between a stack and a Queue?
Is it possible to insert different type of elements in a stack? How?  



Write your comment - Share Knowledge and Experience

Discussion Board
programming subjects

iam improve my knowledge

Harisha 10-12-2014 07:00 AM

More multiple choice questions

C++ multiple choice questions
Mysql multiple choice questions
Sql server multiple choicequestions
Linux multiple choice questions
Oracle multiple choice questions
ASP.NET multiple choice questions
VB.NET multiple choice questions
XML multiple choice questions


Career 12-19-2011 04:46 AM

Data structure multiple choice questions

Looking forward to see more questions on Data structure

Rahul 11-5-2011 07:38 AM

Data structure multiple choice questions

Which of the following statements hold true for binary trees?

The left subtree of a node contains only nodes with keys less than the node's key
The right subtree of a node contains only nodes with keys greater than the node's key.
Both a and b above
Noth left and right subtree nodes contains only nodes with keys less than the node's key

ramnaresh 11-5-2011 06:36 AM