Data Structure MCQ in hindi – multiple choice questions

Data structure MCQ in hindi:-

मैंने यहाँ पर कुछ महत्वपूर्ण data structure mcq दिए है जो कि प्रतियोगी परीक्षाओं में बहुत उपयोगी साबित हो सकते हैं तो चलिए पढ़ते है.

1:- निम्नलिखित में से कौन सा non – linear डेटा स्ट्रक्चर है?

  1. string
  2. list
  3. tree
  4. stack

उत्तर:- tree

2:- निम्नलिखित में से कौन सा internal sort नहीं है?

  1. heap सॉर्ट
  2. इंसर्शन सॉर्ट
  3. quick सॉर्ट
  4. merge सॉर्ट

उत्तर:- merge सॉर्ट

3:- two dimensional array (द्विविमीय ऐरे) को और क्या कहते है?

  1. मैट्रिक्स ऐरे
  2. टेबल ऐरे
  3. उपर के दोनों
  4. इनमें से कोई नहीं

उत्तर:- उपर के दोनों

4:- स्टैक से सम्बन्धित इन में से कौन है?

  1. push
  2. pop
  3. FIFO
  4. ये सभी

उत्तर:- ये सभी

5:- लिंक्ड लिस्ट किस प्रकार का डेटा स्ट्रक्चर है?

  1. non – linear
  2. linear
  3. hierarchical
  4. इनमें से कोई नहीं

उत्तर:- linear

6:- अगर लिस्ट में कोई item (नोड) नहीं है तो उसे क्या कहते है?

  1. null लिस्ट
  2. empty लिस्ट
  3. जीरो लिस्ट
  4. इनमें से कोई नहीं

उत्तर:- null लिस्ट

7:- quick sort की worst case complexity कितनी है?

  1. O (n log n)
  2. O (n2)
  3. O (log n)
  4. O (n)

उत्तर:- O(n2)

8:- निम्न  prefix एक्सप्रेशन का post fix form क्या है?

-M/N*P$QR

  1. MNPQR$*/-
  2. M-NPQR$*/
  3. MNP$QR/-
  4. M-NQR$*/

उत्तर:- MNPQR$*/-

9:- एक full बाइनरी ट्री जिसमें n leaves है में नोड्स होंगे?

  1. 2n-1 नोड्स
  2. 2nनोड्स 
  3. n नोड्स
  4. log n नोड्स

उत्तर:- 2n-1 नोड्स

10:- M*NP+/Q का post fix फॉर्म होगा.

  1. MN*PQ/+
  2. M*NP+P/Q
  3. *MN/PQ+
  4. MNPQ+/*

उत्तर:- MN*PQ/+

11 से 20 data structure mcq

11:- RECURSION को implement करने के लिए इनमें से किसका प्रयोग किया जाता है?

  1. stack
  2. graph
  3. queue
  4. array

उत्तर:- stack

12:- Queue में नए नोड कहाँ से जोड़े जाते है?

  1. आगे से
  2. पीछे से
  3. मध्य से
  4. आगे पीछे दोनों से

उत्तर:- पीछे से

13:- direct serch के लिए तकनीक है.

  1. linear सर्च
  2. tree सर्च
  3. binary सर्च
  4. hashing

उत्तर:- hashing

14:- merge sort की worst case complexity है.

  1. O (n log n)
  2. O (n2)
  3. O (log n)
  4. O (n)

उत्तर:- O (n log n)

15:- निम्नलिखित में से सबसे धीमी सॉर्टिंग अल्गोरिथम है.

  1. selection सॉर्ट
  2. bubble सॉर्ट
  3. quick सॉर्ट
  4. heap सॉर्ट

उत्तर:- bubble सॉर्ट

16:- bubble सॉर्ट अल्गोरिथम की case complexity है.

  1. O (log n)
  2. O (n log n)
  3. O (n)
  4. O (n2)

उत्तर:- О(n2)

17:- इनमें से किस डेटा स्ट्रक्चर में infix नोटेशन को post fix नोटेशन में बदलने की जरुरत होती है.

  1. ट्री
  2. queue
  3. स्टैक
  4. ऐरे

उत्तर:- स्टैक

18:- स्टैक में डेटा को जोड़ने को कहते है.

  1. POP
  2.  add
  3. push
  4. इनमे से कोई नहीं

उत्तर:- push

19:- निम्न डेटा स्ट्रक्चर में से किसमें elements को delete कर सकते है?

  1. stack
  2. queue
  3. dequeue
  4. tree

उत्तर:- dequeue

20:- निम्नलिखित में से कौन सा डेटा स्ट्रक्चर homogeneous डेटा आइटम्स स्टोर करता है.

  1. pointer
  2. array
  3. record
  4. इनमें 0से कोई नहीं

उत्तर:- record

21 से 27 data structure mcq

21:- वह कौन सी स्थिति है जब हम डेटा स्ट्रक्चर में item डालना चाहते है परन्तु इसमें कोई जगह नहीं होती.

  1. overflow
  2. underflow
  3. housefull
  4. saturated

उत्तर:- overflow

22:- insertion सॉर्ट की औसत case complexity है.

  1. O (n)
  2. O (log n)
  3. O (n log n)
  4. O  (n2)

उत्तर:- O  (n2)

23:- डायनामिक मैमोरी क्षेत्र है.

  1. स्टैक
  2. हीप
  3. हार्ड डिस्क
  4. इनमें से कोई नहीं

उत्तर:- हीप

24:- यदि font = rear तब queue है.

  1. भरा हुआ
  2. आधा भरा हुआ
  3. खाली
  4. इनमें से कोई नहीं

उत्तर:- खाली

25:- suffix एक्सप्रेशन है.

  1. infix
  2. postfix
  3. prefix
  4. ये सभी

उत्तर:- postfix

26:- polish एक्सप्रेशन है.

  1. infix
  2. postfix
  3. prefix
  4. इनमें से कोई नहीं

उत्तर:- infix

27:- doubly लिंक्ड लिस्ट कितने पॉइंटर्स प्रयोग करता है.

  1. तीन
  2. चार
  3. एक
  4. दो

उत्तर:- दो.

अगर आपको किसी और विषय के MCQ की जरुरत है तो हमें comment के माध्यम से बताइए तथा data structure mcq के इस पोस्ट को अपने दोस्तों के साथ share करें.

 

 

 

8 thoughts on “Data Structure MCQ in hindi – multiple choice questions”

  1. Digital Logic and Circuits and Discrete Mathematical Structures
    Number System, Boolean algebra and logic Gates, Simplification of Boolean Function, Combinational Circuits, Sequential Circuit, Memory Circuit, Sets, Relation & Functions, Mathmetical logic, Boolean algebra, Combinatrics & Recurrence Relation, Graph theory.
    Computer Organization and Architecture
    Stored Program Concept, Components of Computer System, Machine Instruction, Op codes and Operands, instruction Cycle, Organization of Central Processing Unit, ALU, Hardwired & Micro programmed control Organization, Functioning of CPU, Instruction Formats, Instruction Type, Addressing Modes, Common Microprocessor Instruction, Multi-core Architecture, Multiprocessor and Multicomputer.
    Data Structures and Algorithm
    Definition and types, Linear Structures, Non-Linear Data Structures Hashing and Collision Resolution Techniques, Searching and Sorting, Algorithm, Analyzing Algorithms, Complexity of algorithms, Red-Black trees, B-trees, Binomial Heaps, Fibonacci Heaps, instroduction to Design Techniques, Divide and Conquer, Greedy algorithms Optimal Relibility allocation, Knapsack, Minimum Spanning trees Prim’s and Kruskal’s algorithms Single source shortest paths – Dijkstra’s and Bellman Ford algorithm, Dynamic Programming, Kanpsack, All pair shortest paths-Warshal’s and Floyd’s algorithms Resource allocation problem, Backtracking, Branch and Bond with examples such as Travelling Salesman, Problem, Graph Coloring, n-Queen Problem, Hamiltonian Cycles and Sum of subsets, Algebraic computation, fast Fourier Transform, String Matching, Theory of NP-comleteness, Approximation algorithms and Randomized algorithms.

    Problem Solving through C Programming
    Basic Programming Concepts, Introduction to C programming Language and programming in C.
    Object Oriented Techniques
    Object orientation, Encapsulation, information hiding, polymorphism, generosity, Object Oriented modelling, UML, Structural Modelling, Behavioural, Modelling and Architectural Modelling, Object Oriented Analysis, Object oriented design, object design, Structured analysis and structured design (SA/SD), Jackson Structured Development (JSD) Object orientedprogramming style, Instroduction to Java, Java Beans, Enterprise Java beans (EJB), Java Swaing Java as internet programming Language, The connectivity model, JDBC/ODBC, BRIDGE, Introduction To Servlets.
    Operating System
    Definition, Design Goals, Evolution, Structure and Functions of Operating System, Process Management, Memory Management, Concurrent Processes, File and Secondary Storage Management, UNIX and Shell Programming, Windows Programmimg.
    Database Management Systems
    Database System, View of data Models, Database Language, DBMS Architehture, Database Users and data independence, ER Modelling, Relational Model, Introduction to SQL Relational database design, Database Security, Transaction Management, intordunction to Query, Processing and Query Optimization, Concurrence Control, and Recovery Techniques.

    Computer Networks
    Network Definition, network topologies, network classification, network protocol, layered network architecture, overview of OSI reference Model, TCP/IP protocol suite, Data Communication Fundamentals and Techniques, Networks Switching, Techniques and Access mechanisms, Data Link Layer Functions and Protocol, Multiple Access Protocol and Networks, Networks Layer Functions and Protocols, Transport Layer, Function and Protocols, Overview of Application layer protocol.
    Software Engineering
    Definition, Software Development and life-cycle models, CMM, Software Quality, role of metrics and measurement. Requirments Analysis and Specification, Software Project Planning, Software Architecture, Software design and implementation, Software Testing and Reliability.
    Internet Technology, Web Design and Web Technology
    Internet Technology and Protocol, Internet Connectivity, Internet Network, Services on Internet, Electronic Mail, Current Trends on Internet, Web Publishing and Browsing, HTML Programming Basics, Interactivity Tool Internet, Security Management Concepts, Information Privacy and Copyright Issues, Web Technology, protocols, development strategies, applications, Web project and team, Web Page Designing, Scripting, Server Site Programming.
    System Analysis And Design
    Analysis and design of a System, documentation and evaluating the system, Data Modelling, Development of Information Management System, Implemetation, Testing and Security Aspects.
    Information Security and Cyber Laws
    Distributed Information System, Role of Internet and Web services, Threats and attacks, Assessing-Damages, Security in Mobile and Wireless Computing, Security Threat to E-Commerce, E-Governance and EDI, Concepts in Electronics payment system, E-Cash, Credit/Debit Cards, Physical Security- Needs Diaster and Controls, Basic Tenets of Physical Security and Physical Entry Controls, Access Control, Model of Cryptographic Systems, Design and Implementation Issues, Policies, Network Security, Attacks, Need of Intrusion Monitoring and detection, Intrusion Detection, Security metrics Classification and their benefits, Information Security & Laws, Ethics-Ethical Issues, Issues in Data and Software Privacy Overview and types of Cyber Crimes.
    Computer Graphics
    Types of Computer Graphics, Graphic Displays Random scan displays, Raster scan displays, Frame buffer and video controller, Line and Circle generating algorithms, Transformations, Windowing and Clipping, Three Dimensionalgraphics, Curves and Surfaces Hidden Lines and Surfaces.

    Reply

Leave a Comment