Data structure MCQ in hindi:-
मैंने यहाँ पर कुछ महत्वपूर्ण data structure mcq दिए है जो कि प्रतियोगी परीक्षाओं में बहुत उपयोगी साबित हो सकते हैं तो चलिए पढ़ते है.
1:- निम्नलिखित में से कौन सा non – linear डेटा स्ट्रक्चर है?
उत्तर:- tree
2:- निम्नलिखित में से कौन सा internal sort नहीं है?
उत्तर:- merge सॉर्ट
3:- two dimensional array (द्विविमीय ऐरे) को और क्या कहते है?
- मैट्रिक्स ऐरे
- टेबल ऐरे
- उपर के दोनों
- इनमें से कोई नहीं
उत्तर:- उपर के दोनों
4:- स्टैक से सम्बन्धित इन में से कौन है?
- push
- pop
- FIFO
- ये सभी
उत्तर:- ये सभी
5:- लिंक्ड लिस्ट किस प्रकार का डेटा स्ट्रक्चर है?
- non – linear
- linear
- hierarchical
- इनमें से कोई नहीं
उत्तर:- linear
6:- अगर लिस्ट में कोई item (नोड) नहीं है तो उसे क्या कहते है?
- null लिस्ट
- empty लिस्ट
- जीरो लिस्ट
- इनमें से कोई नहीं
उत्तर:- null लिस्ट
7:- quick sort की worst case complexity कितनी है?
- O (n log n)
- O (n2)
- O (log n)
- O (n)
उत्तर:- O(n2)
8:- निम्न prefix एक्सप्रेशन का post fix form क्या है?
-M/N*P$QR
- MNPQR$*/-
- M-NPQR$*/
- MNP$QR/-
- M-NQR$*/
उत्तर:- MNPQR$*/-
9:- एक full बाइनरी ट्री जिसमें n leaves है में नोड्स होंगे?
- 2n-1 नोड्स
- 2n2 नोड्स
- n नोड्स
- log n नोड्स
उत्तर:- 2n-1 नोड्स
10:- M*NP+/Q का post fix फॉर्म होगा.
- MN*PQ/+
- M*NP+P/Q
- *MN/PQ+
- MNPQ+/*
उत्तर:- MN*PQ/+
11 से 20 data structure mcq
11:- RECURSION को implement करने के लिए इनमें से किसका प्रयोग किया जाता है?
- stack
- graph
- queue
- array
उत्तर:- stack
12:- Queue में नए नोड कहाँ से जोड़े जाते है?
- आगे से
- पीछे से
- मध्य से
- आगे पीछे दोनों से
उत्तर:- पीछे से
13:- direct serch के लिए तकनीक है.
- linear सर्च
- tree सर्च
- binary सर्च
- hashing
उत्तर:- hashing
14:- merge sort की worst case complexity है.
- O (n log n)
- O (n2)
- O (log n)
- O (n)
उत्तर:- O (n log n)
15:- निम्नलिखित में से सबसे धीमी सॉर्टिंग अल्गोरिथम है.
- selection सॉर्ट
- bubble सॉर्ट
- quick सॉर्ट
- heap सॉर्ट
उत्तर:- bubble सॉर्ट
16:- bubble सॉर्ट अल्गोरिथम की case complexity है.
- O (log n)
- O (n log n)
- O (n)
- O (n2)
उत्तर:- О(n2)
17:- इनमें से किस डेटा स्ट्रक्चर में infix नोटेशन को post fix नोटेशन में बदलने की जरुरत होती है.
- ट्री
- queue
- स्टैक
- ऐरे
उत्तर:- स्टैक
18:- स्टैक में डेटा को जोड़ने को कहते है.
- POP
- add
- push
- इनमे से कोई नहीं
उत्तर:- push
19:- निम्न डेटा स्ट्रक्चर में से किसमें elements को delete कर सकते है?
- stack
- queue
- dequeue
- tree
उत्तर:- dequeue
20:- निम्नलिखित में से कौन सा डेटा स्ट्रक्चर homogeneous डेटा आइटम्स स्टोर करता है.
- pointer
- array
- record
- इनमें 0से कोई नहीं
उत्तर:- record
21 से 27 data structure mcq
21:- वह कौन सी स्थिति है जब हम डेटा स्ट्रक्चर में item डालना चाहते है परन्तु इसमें कोई जगह नहीं होती.
- overflow
- underflow
- housefull
- saturated
उत्तर:- overflow
22:- insertion सॉर्ट की औसत case complexity है.
- O (n)
- O (log n)
- O (n log n)
- O (n2)
उत्तर:- O (n2)
23:- डायनामिक मैमोरी क्षेत्र है.
- स्टैक
- हीप
- हार्ड डिस्क
- इनमें से कोई नहीं
उत्तर:- हीप
24:- यदि font = rear तब queue है.
- भरा हुआ
- आधा भरा हुआ
- खाली
- इनमें से कोई नहीं
उत्तर:- खाली
25:- suffix एक्सप्रेशन है.
- infix
- postfix
- prefix
- ये सभी
उत्तर:- postfix
26:- polish एक्सप्रेशन है.
- infix
- postfix
- prefix
- इनमें से कोई नहीं
उत्तर:- infix
27:- doubly लिंक्ड लिस्ट कितने पॉइंटर्स प्रयोग करता है.
- तीन
- चार
- एक
- दो
उत्तर:- दो.
अगर आपको किसी और विषय के MCQ की जरुरत है तो हमें comment के माध्यम से बताइए तथा data structure mcq के इस पोस्ट को अपने दोस्तों के साथ share करें.
I need dbms Mcq in hindi for upp computer operator written exam
Array related mcq
data structure ke aur mqe question mil skte h kya sir
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.
Please sir send network sequrity mcq in hindi with in one and two days only
Sir network,. Microprocessor, topology. Html, web Browser , C , C ++, Java etc mcq chahiye plz send me
Tnku so much
Question 4 me ans galat h sir fifo nhi lifo Hona tha sir us hissab se ans galat hai