
Data Structres

Quiz
•
Other
•
University
•
Hard

Venkat Joshua
Used 3+ times
FREE Resource
30 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these best describes an array?
A data structure that shows a hierarchical behavior
Container of objects of similar types
Arrays are immutable once initialised
Array is not a data structure
Answer explanation
Array contains elements only of the same type.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What are the disadvantages of arrays?
Data structure like queue or stack cannot be implemented
There are chances of wastage of memory space if elements inserted in an array are lesser than the allocated size
Index value of an array can be negative
Elements are sequentially accessed
Answer explanation
Arrays are of fixed size. If we insert elements less than the allocated size, unoccupied positions can’t be used again. Wastage will occur in memory.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Elements in an array are accessed _____________
randomly
sequentially
exponentially
logarithmically
Answer explanation
Elements in an array are accessed randomly. In Linked lists, elements are accessed sequentially.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the time complexity of pop() operation when the stack is implemented using an array?
O(1)
O(n)
O(log n)
O(n log n)
Answer explanation
pop() accesses only one end of the structure, and hence constant time.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following array element will return the top-of-the-stack-element for a stack of size N elements(capacity of stack > N)?
S[N-1]
S[N]
S[N-2]
S[N+1]
Answer explanation
Array indexing start from 0, hence N-1 is the last index.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In a stack, if a user tries to remove an element from an empty stack it is called _________
Underflow
Empty collection
Overflow
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
30 sec • 1 pt
What is the value of the postfix expression 6 3 2 4 + – *?
1
74
40
-18
Answer explanation
Postfix Expression is (6*(3-(2+4))) which results -18 as output.
Create a free account and access millions of resources
Similar Resources on Wayground
33 questions
Mixed Quiz

Quiz
•
University
26 questions
Econ Exam 3

Quiz
•
University
29 questions
Cardiovascular System Review HS-1

Quiz
•
KG - University
25 questions
[UDS25] MINI GAME

Quiz
•
University
25 questions
Microsoft Outlook Mastery

Quiz
•
University
30 questions
UNIT III 3G OVERVIEW

Quiz
•
University
26 questions
BIOL 1015 Blood Flow, Circuits, Cardiac Physiology

Quiz
•
12th Grade - University
25 questions
BIG DATA

Quiz
•
University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Other
10 questions
Would you rather...

Quiz
•
KG - University
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
10 questions
The Constitution, the Articles, and Federalism Crash Course US History

Interactive video
•
11th Grade - University
7 questions
Figurative Language: Idioms, Similes, and Metaphors

Interactive video
•
4th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
16 questions
Water Modeling Activity

Lesson
•
11th Grade - University
10 questions
ACT English prep

Quiz
•
9th Grade - University