MCQ Mojo
access_time
menu
Quiz
Web Stories
CBSE
arrow_drop_down
MCQ Questions for CBSE Class 12 with Answers
MCQ Questions for CBSE Class 11 with Answers
MCQ Questions for CBSE Class 10 with Answers
MCQ Questions for CBSE Class 9 with Answers
MCQ Questions for CBSE Class 8 with Answers
MCQ Questions for CBSE Class 7 with Answers
MCQ Questions for CBSE Class 6 with Answers
MCQ Questions for CBSE Class 5 with Answers
MCQ Questions for CBSE Class 4 with Answers
MCQ Questions for CBSE Class 3 with Answers
MCQ Questions for CBSE Class 2 with Answers
MCQ Questions for CBSE Class 1 with Answers
CBSE
arrow_drop_down
MCQ Questions for CBSE Class 12 with Answers
MCQ Questions for CBSE Class 11 with Answers
MCQ Questions for CBSE Class 10 with Answers
MCQ Questions for CBSE Class 9 with Answers
MCQ Questions for CBSE Class 8 with Answers
MCQ Questions for CBSE Class 7 with Answers
MCQ Questions for CBSE Class 6 with Answers
MCQ Questions for CBSE Class 5 with Answers
MCQ Questions for CBSE Class 4 with Answers
MCQ Questions for CBSE Class 3 with Answers
MCQ Questions for CBSE Class 2 with Answers
MCQ Questions for CBSE Class 1 with Answers
Quiz
Quiz
/
Data Structure Class 12 MCQ Questions With Answers
1.
Data structure can be of two types namely___________
Simple and Nested
Simple and Compound
Sequential and random
All of the above
2.
Main Operations in Stacks are Called
Insertion and deletion
Push and Pop
append and insertion
append and pop
3.
In Queue we can not insert an element in between the elements that are already inserted but we can delete it.
True
False
4.
Main Operations in Queue are Called
Enqueue and Dequeue
Append and Insertion
Push and Pop
append and traverse
5.
Array or linear list comes under the category of______
Compound Data Structure
Simple Data Structure
Random Data Structure
None of these
6.
The process of Visiting each element in any Data structure is termed as ____________
Traversing
Searching
Movement
Visiting
7.
Python built-in data structures are
integer,float,string
list,tuple,dictionary,sets
Tree, graph
8.
In Stack Insertion and deletion of an element is done at single end called ________
Bottom
Top
Start
Last
9.
_________ is an example of non linear data structure
Sorting
Stack
Tree
Queue
10.
Queue follows____________ order
FIFO (First In First Out )
LIFO (Last In First Out)
Random
FILO(First In Last Out)
11.
Compound Data structure can be ______ & _______
Simple and Nested
Linear and Non Linear
Sequential and random
12.
Stacks follows____________ order
FIFO (First In First Out )
LIFO (Last In First Out)
Random
FILO(First In Last Out)
13.
In stack we can not insert an element in between the elements that are already inserted.
True
False
14.
The examples of Linear Data Structures are
Stacks,Queues,Linked list
int,float,complex
Operators,tokens,punctuators
Tree, graph
15.
While implementing Stack using list when we want to delete element we must use pop function as__________
list.pop(0)
list.pop(pos)
list.pop()
list.pop(1)
16.
Searching of any element in a data structure can be done in 2 ways _________ and ________
Sequential and random
linear and non linear
linear and binary
linear and random
17.
Insertion in Queue is done at_____ end , and deletion is at _______ end
start, last
front, rear
rear, front
begin, stop
18.
Arranging elements of a data structure in increasing or decreasing order is known as_________
Searching
Arrangement
Sorting
Indexing
Report Question
Previous
Next
warning
Submit
access_time
Time
Report Question
A bunch of text
Support mcqmojo.com by disabling your adblocker.
×
Please disable the adBlock and continue.
Thank you.
Reload page