Practice CBSE Class 12 Computer Science Data Structure MCQs provided below. The MCQ Questions for Class 12 Data Structure Computer Science with answers and follow the latest CBSE/ NCERT and KVS patterns. Refer to more Chapter-wise MCQs for CBSE Class 12 Computer Science and also download more latest study material for all subjects
MCQ for Class 12 Computer Science Data Structure
Class 12 Computer Science students should review the 50 questions and answers to strengthen understanding of core concepts in Data Structure
Data Structure MCQ Questions Class 12 Computer Science with Answers
Question. ___________________ is a way to represent data in memory.
a) Data Handling
b) Data Structure
c) Data Dumping
d) Data Collection
Answer : B
Question. Array or linear list comes under the category of______
a) Simple Data Structure
b) Compound Data Structure
c) random
d) None of these
Answer : A
Question. Queue follows____________ order
a) FIFO (First In First Out )
b) LIFO (Last In First Out)
c) Random
d) None of the above
Answer : A
Question. In stack we cannot insert an element in between the elements that are already inserted.
a) True
b) False
Answer : A
Question. Searching of any element in a data structure can be done in 2 ways _________ and ________
a) Sequential and random
b) linear and non linear
c) linear and binary
d) sequential and binary
Answer : C
Question. If the elements “A”, “B”, “C” and “D” are placed in a stack and are deleted one at a time, in what order will they be removed?
a) ABCD
b) DCBA
c) DCAB
d) ABDC
Answer : B
Question. Which of the following statement(s) about stack data structure is/are NOT correct?
a) Stack data structure can be implemented using linked list
b) New node can only be added at the top of the stack
c) Stack is the FIFO data structure
d) The last node at the bottom of the stack has a NULL link
Answer : C
Question. Data structure can be of two type’s namely___________
a) Simple and Compound
b) Simple and Nested
c) Sequential and random
d) All of the above
Answer : A
Question. Stacks follows____________ order
a) FIFO (First In First Out )
b) LIFO (Last In First Out)
c) Random
d) All of the above
Answer : B
Question. In Stack Insertion and deletion of an element is done at single end called ________
a) Start
b) Last
c) Top
d) Bottom
Answer : C
Question. Arranging elements of a data structure in increasing or decreasing order is known as_________
a) Searching
b) Arrangement
c) Sorting
d) Indexing
Answer : C
Question. Which of the following data structure is linear type?
a) Stack
b) Array
c) Queue
d) All of the above
Answer : D
Question. Compound Data structure can be ______ & _______
a) Sequential and random
b) Simple & Nested
c) Linear & Non Linear
d) Simple and Linear
Answer : C
Question. Main Operations in Queue are called
a) Insertion and deletion
b) append and insertion
c) Push and Pop
d) append and deletion
Answer : A
Question. _________ is an example of nonlinear data structure
a) Stack
b) Queue
c) Sorting
d) Tree
Answer : D
Question. The postfix form of the expression (A+ B)*(C*D- E)*F / G is?
a) AB + CDE * – * F *G /
b) AB+ CD*E – FG /**
c) AB + CD* E – F **G /
d) AB + CD* E – *F *G /
Answer : B
Question. Main Operations in Stacks are called
a) Insertion and deletion
b) append and insertion
c) Push and Pop
d) append and deletion
Answer : C
Question. In a stack, if a user tries to remove an element from empty stack it is called _________
a) Underflow
b) Empty
c) Overflow
d) Garbage Collection
Answer : A
Question. The postfix form of A*B+C/D is?
a) *AB/CD+
b) AB*CD/+
c) A*BC+/D
d) ABCD+/*
Answer : B
Question. While implementing Stack using list when we want to delete element we must use pop function as__________
a) list.pop(pos)
b) list.pop(0
)c) list.pop()
d) list.push()
Answer : C
Question. Python built-in data structures are
a) integer,float,string
b) list,tuple,dictionary,sets
c) math,pyplot
d) All of the above
Answer : B
Question. The examples of Linear Data Structures are
a) Stacks, Queues, Linked list
b) int, float, complex
c) Operators, tokens, punctuators
d) All of the above
Answer : A
Question. The process of visiting each element in any Data structure is termed as ____________
a) Visiting
b) Searching
c) Traversing
d) Movement
Answer : C
Question. What is the value of the postfix expression 6 3 2 4 + – *
a) 1
b) 40
c) 74
d) -18
Answer : D
Attempt Mock Tests on this topic
| CBSE Class 12 Computer Science Cascading Style Sheets and JavaScript MCQs |
| CBSE Class 12 Computer Science Classes and Objects In Java MCQs Set A |
| CBSE Class 12 Computer Science Classes and Objects In Java MCQs Set B |
| CBSE Class 12 Computer Science Computer Hardware MCQs |
| CBSE Class 12 Computer Science Computer Network MCQs Set A |
| CBSE Class 12 Computer Science Computer Network MCQs Set B |
| CBSE Class 12 Computer Science Computer Network MCQs Set C |
| CBSE Class 12 Computer Science Creating HTML Forms Using KompoZer MCQs Set A |
| CBSE Class 12 Computer Science Creating HTML Forms Using KompoZer MCQs Set B |
| CBSE Class 12 Computer Science Data Structure MCQs |
| CBSE Class 12 Computer Science Data Structures MCQs Set A |
| CBSE Class 12 Computer Science Database Concepts MCQs Set A |
| CBSE Class 12 Computer Science Database Concepts MCQs Set B |
| CBSE Class 12 Computer Science Database Management System MCQs |
| CBSE Class 12 Computer Science Designing Simple Website Using Kompozer MCQs |
| CBSE Class 12 Computer Science Exception Handling In Java MCQs |
| CBSE Class 12 Computer Science File Handling MCQs Set A |
| CBSE Class 12 Computer Science File Handling MCQs Set B |
| CBSE Class 12 Computer Science File System MCQs Set A |
| CBSE Class 12 Computer Science File System MCQs Set B |
| CBSE Class 12 Computer Science Flow of control conditional statements MCQs |
| CBSE Class 12 Computer Science For Loop in Python MCQs |
| CBSE Class 12 Computer Science Fundamentals of Computer MCQs |
| CBSE Class 12 Computer Science Interface Python with SQL MCQs Set A |
| CBSE Class 12 Computer Science Introduction To E Commerce MCQs |
| CBSE Class 12 Computer Science Introduction To M Commerce MCQs Set A |
| CBSE Class 12 Computer Science Introduction To M Commerce MCQs Set B |
| CBSE Class 12 Computer Science Java Basics MCQs Set A |
| CBSE Class 12 Computer Science Java Basics MCQs Set B |
| CBSE Class 12 Computer Science Object Oriented Concepts MCQs |
| CBSE Class 12 Computer Science Publishing Documents Using Latex MCQs Set A |
| CBSE Class 12 Computer Science Publishing Documents Using Latex MCQs Set B |
| CBSE Class 12 Computer Science Structured Query Language MCQs Set A |
| CBSE Class 12 Computer Science Structured Query Language MCQs Set B |
| CBSE Class 12 Computer Science Working with Function in Python MCQs |
Important Practice Resources for Class 12 Computer Science
MCQs for Data Structure Computer Science Class 12
Students can use these MCQs for Data Structure to quickly test their knowledge of the chapter. These multiple-choice questions have been designed as per the latest syllabus for Class 12 Computer Science released by CBSE. Our expert teachers suggest that you should practice daily and solving these objective questions of Data Structure to understand the important concepts and better marks in your school tests.
Data Structure NCERT Based Objective Questions
Our expert teachers have designed these Computer Science MCQs based on the official NCERT book for Class 12. We have identified all questions from the most important topics that are always asked in exams. After solving these, please compare your choices with our provided answers. For better understanding of Data Structure, you should also refer to our NCERT solutions for Class 12 Computer Science created by our team.
Online Practice and Revision for Data Structure Computer Science
To prepare for your exams you should also take the Class 12 Computer Science MCQ Test for this chapter on our website. This will help you improve your speed and accuracy and its also free for you. Regular revision of these Computer Science topics will make you an expert in all important chapters of your course.
You can download the CBSE MCQs for Class 12 Computer Science Data Structure for latest session from StudiesToday.com
Yes, the MCQs issued by CBSE for Class 12 Computer Science Data Structure have been made available here for latest academic session
You can find CBSE Class 12 Computer Science Data Structure MCQs on educational websites like studiestoday.com, online tutoring platforms, and in sample question papers provided on this website.
To prepare for Data Structure MCQs, refer to the concepts links provided by our teachers and download sample papers for free.
Yes, there are many online resources that we have provided on studiestoday.com available such as practice worksheets, question papers, and online tests for learning MCQs for Class 12 Computer Science Data Structure