• الصفحة الرئيسية
  • إتصل بنا
  • سياسة الخصوصية
Logo
  • الرئيسية
  • أفكار
  • صحة
  • معلومات
  • عجائب وغرائب
  • تكنولوجيا
الصفحة الرئيسية Data Structure Multiple Choice Question (MCQ) Solved MCQ of Data Structure Set-1

Solved MCQ of Data Structure Set-1

الكاتب ahmed في 12:51 AM Data Structure Multiple Choice Question (MCQ)

1. Which if the following is/are the levels of implementation of data structure

A) Abstract level

B) Application level

C) Implementation level

D) All of the above


2. A binary search tree whose left subtree and right subtree differ in hight by at most 1 unit is called ……

A) AVL tree

B) Red-black tree

C) Lemma tree

D) None of the above


3. ……………….. level is where the model becomes compatible executable code

A) Abstract level

B) Application level

C) Implementation level

D) All of the above


4. Stack is also called as

A) Last in first out

B) First in last out

C) Last in last out

D) First in first out


5. Which of the following is true about the characteristics of abstract data types?

i) It exports a type.

ii) It exports a set of operations

A) True, False

B) False, True

C) True, True

D) False, False


6. …………… is not the component of data structure.

A) Operations

B) Storage Structures

C) Algorithms

D) None of above


7. Which of the following is not the part of ADT description?

A) Data

B) Operations

C) Both of the above

D) None of the above


8. Inserting an item into the stack when stack is not full is called …………. Operation and deletion of item form the stack, when stack is not empty is called ………..operation.

A) push, pop

B) pop, push

C) insert, delete

D) delete, insert


9. ……………. Is a pile in which items are added at one end and removed from the other.

A) Stack

B) Queue

C) List

D) None of the above


10. ………… is very useful in situation when data have to stored and then retrieved in reverse order.

A) Stack

B) Queue

C) List

D) Link list


11. Which data structure allows deleting data elements from and inserting at rear?

A) Stacks

B) Queues

C) Dequeues

D) Binary search tree


12. Which of the following data structure can't store the non-homogeneous data elements?

A) Arrays

B) Records

C) Pointers

D) Stacks


13. A ....... is a data structure that organizes data similar to a line in the supermarket, where the first one in line is the first one out.

A) Queue linked list

B) Stacks linked list

C) Both of them

D) Neither of them


14. Which of the following is non-liner data structure?

A) Stacks

B) List

C) Strings

D) Trees


15. Herder node is used as sentinel in .....

A) Graphs

B) Stacks

C) Binary tree

D) Queues


16. Which data structure is used in breadth first search of a graph to hold nodes?

A) Stack

B) queue

C) Tree

D) Array


17. Identify the data structure which allows deletions at both ends of the list but insertion at only one end.

A) Input restricted dequeue

B) Output restricted qequeue

C) Priority queues

D) Stack


18. Which of the following data structure is non linear type?

A) Strings

B) Lists

C) Stacks

D) Graph


19. Which of the following data structure is linear type?

A) Graph

B) Trees

C) Binary tree

D) Stack


20. To represent hierarchical relationship between elements, Which data structure is suitable?

A) Dequeue

B) Priority

C) Tree

D) Graph

Answers:

1. D) All of the above
2. A) AVL tree
3. C) Implementation level
4. A) Last in first out
5. C) True, True
6. D) None of above
7. D) None of the above
8. A) push, pop
9. B) Queue
10. A) Stack
11. B) Queues
12. A) Arrays
13. A) Queue linked list
14. D) Trees
15. C) Binary tree
16. B) queue
17. A) Input restricted dequeue
18. D) Graph
19. D) Stack
20. C) Tree


Related Posts

  • Solved MCQ on Stack and Queue in Data Structure set-1
  • Interview Questions on Stack and Queue in Data Structure set-2
  • Solved MCQ on Tree and Graph in Data Structure set-1
  • Objective Questions on Tree and Graph in Data Structure set-2
  • Solved MCQ on List and Linked List in Data Structure set-1
  • Objective Questions on List and Linked List in Data Structure set-2
  • MCQ on Searching, Merging and Sorting Methods in Data Structure set-1
  • Solved MCQ on Searching and Sorting Algorithms in Data Structure set-2
  

    For other more Multiple Choice Questions (MCQs): Click Here

    شارك المقال :
    Tweet
    ✚

    مقالات ذات صلة

    التالي
    المشاركةالتالية
    السابق
    المشاركة السابقة

    تحويل كودإخفاء محول الأكواد الإبتساماتإخفاء

    شكرا لمشاركتنا رأيك
    Subscribe to: Post Comments (Atom)
    • Facebook
    • twitter
    • googleplus
    • youtube
    • linkedin

    الأكثر زيارة

    • What is Information ?
      Information  can be defined as data that has been processed into a form that is meaningful to the recipient and is of real or perceived valu...
    • What is Information Technology?
      Definitions of  Information technology  ( IT ) It is a branch of engineering dealing with the use of computers and telecommunications equipm...
    • بالصور الفائزة بمسابقة ملكة جمال مصر 2017
      بالصور الفائزة بمسابقة ملكة جمال مصر 2017
      بالصور الفائزة بمسابقة ملكة جمال مصر 2017 لن تصدق من هي فرح صدقي ↓↓  لمشاهدة الصور والخبر كامل اضغط هنا  ↓↓ رابط المو...
    • Interview Questions on Stack and Queue in Data Structure set-2
      1) The queue in which the insertion takes place in the first position after of last element is a ...... A. priority B. dequeue C. circular D...
    • List of Top 65 Search Engine Submission Add URLs.
      List of Top 65 Search Engine Submission Add URLs.
      To get your site on the top ranking on the search engine results, Your site or URL must be indexed by Search Engines. For that you have to s...
    • List of Best Keyword Research Tools for Better SEO
      List of Best Keyword Research Tools for Better SEO
      Everyone needs to do keyword research work for the site before starting search engine optimization work as the first and most essential tas...
    • What are the different types of scheduling methods?
      Process scheduling is one way for a processor to handle n processes , by scheduling the execution process. Each process is executed one by ...
    • Solved MCQ on Database Backup and Recovery in DBMS set-1
      1) Which of the following is not a recovery technique? A. Deferred update B. Immediate update C. Two-phase commit D. Recovery management 2)C...
    • Solved MCQ on Distributed Database Transaction Management set-4
      1) Commit and rollback are related to .......... A. data integrity B. data consistency C. data sharing D. data security 2) The transaction w...
    • Solved MCQ on Fundamental of DBMS set-10
      1) Which of the following is not a characteristic of a relational database model? A. Table B. Tree like structure C. Complex logical relatio...

    الأقسام

    • Artificial Intelligence(AI)
    • Backlinking
    • Basic IT
    • Best List
    • Blogging Tips
    • C
    • C#
    • C++
    • Computer Architecture
    • Computer Fundamental
    • Computer Security
    • Computer/IT Officer Exam
    • CSS
    • Data Mining and Warehousing
    • Data Recovery Tools
    • Data Structure
    • Database Management System
    • E-commerce
    • E-government
    • Internet & Web Designing
    • IT Law
    • IT Tips and Tricks
    • IT Tutorials
    • Java
    • JavaScript
    • Keyword Research Tools
    • MIS
    • Multiple Choice Question (MCQ)
    • Networking
    • Online Earning
    • Online IT Jobs
    • Operating System
    • Oracle Forms and Reports
    • Programming Guide
    • Programming Language
    • SEO
    • Social Networking Sites
    • Software Download
    • Software Engineering
    • System Analysis and Design
    • Top List
    • VB.Net
    • صحة
    • عجائب وغرائب

    الأرشيف

    • ►  2017 (4)
      • ►  November (3)
      • ►  October (1)
    • ►  2016 (5)
      • ►  April (5)
    • ►  2015 (87)
      • ►  August (1)
      • ►  July (8)
      • ►  June (13)
      • ►  May (2)
      • ►  April (2)
      • ►  March (4)
      • ►  February (20)
      • ►  January (37)
    • ►  2014 (77)
      • ►  December (31)
      • ►  November (4)
      • ►  September (4)
      • ►  August (11)
      • ►  July (8)
      • ►  June (2)
      • ►  May (2)
      • ►  April (2)
      • ►  March (2)
      • ►  February (7)
      • ►  January (4)
    • ►  2013 (132)
      • ►  December (11)
      • ►  November (6)
      • ►  October (4)
      • ►  September (6)
      • ►  August (16)
      • ►  July (9)
      • ►  June (9)
      • ►  May (12)
      • ►  April (13)
      • ►  March (23)
      • ►  February (6)
      • ►  January (17)
    • ▼  2012 (59)
      • ▼  December (15)
        • How to generate massive web traffic through Social...
        • The 12 steps to become a successful blogger
        • The list of social bookmarking sites
        • List of High PR directory Submission Sites
        • List of sites to create shortcut URL for your bog ...
        • How to find the best online Jobs?
        • Solved MCQ of C set-1
        • Solved MCQ of Basic of IT Set-1
        • Solved MCQ of Java Set-1
        • MCQ of C++ with answer Set-2
        • Solved MCQ of C++ Set-1
        • Solved MCQ of Data Structure Set-1
        • Solved MCQ of Database Management System (DBMS) Se...
        • Solved MCQ of Database Management System (DBMS) Se...
        • Solved MCQ of Database Management System (DBMS) Se...
      • ►  November (20)
      • ►  October (21)
      • ►  September (3)

    إنضم لنا

    © 2017 أفكار جميع الحقوق محفوظة