Which of the following is a linear data structure?

Programming

Quiz
•
Computers
•
Professional Development
•
Hard

Sayani Maity
Used 2+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Array
AVL trees
Binary Tree
Graphs
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Process of removing an element from stack is called__?
Create
Push
Evaluation
Pop
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which one of the following statements is TRUE about the time complexity of algorithms that solve the above problem in O(1) space?
It is not possible to reverse a singly linked list in O(1) space.
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the difference between Queue and Stack?
a) Stack is LIFO; Queue is FIFO
b) Queue is LIFO; Stack is FIFO
c) Stack and Queue is FIFO
d) Stack and Queue is LIFO
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the correct method used to insert and delete items from the queue?
a) push and pop
b) enqueue and dequeue
c) enqueue and peek
d) add and remove
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
In a stack, if a user tries to remove an element from an empty
stack it is called __?
Overflow
Empty collection
Underflow
Garbage Collection
Answer explanation
Underflow occurs when the user performs a pop operation on an empty stack. Overflow occurs when the stack is full and the user performs a push operation. Garbage Collection is used to recover the memory occupied by objects that are no longer used
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Where does a new element be inserted in linked list implementation of a queue?
a) Head of list
b) Tail of list
c) At the centre of list
d) All the old entries are pushed and then the new element is inserted
Answer explanation
To maintain FIFO, newer elements are inserted to the tail of the list.
Create a free account and access millions of resources
Similar Resources on Quizizz
15 questions
SDA UTS

Quiz
•
Professional Development
16 questions
CPU scheduling

Quiz
•
Professional Development
10 questions
Stacks Mastery

Quiz
•
Professional Development
15 questions
Data Structures and Algorithms Quiz2

Quiz
•
Professional Development
10 questions
Microprocessor 8086 Architecture -Module I

Quiz
•
Professional Development
20 questions
Data Structure

Quiz
•
Professional Development
18 questions
Q3 Challenge

Quiz
•
Professional Development
10 questions
RabbitMQ Basic

Quiz
•
Professional Development
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade