
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
32 questions
C# Skill Review

Quiz
•
12th Grade - Professi...
25 questions
C++ Basics

Quiz
•
University
27 questions
SlaptasisTestas

Quiz
•
University
25 questions
Intro to Cust Serv Quiz 4

Quiz
•
11th Grade - Professi...
30 questions
Introduction to Programming - COIT20245 - PASS Session

Quiz
•
University
25 questions
Разработка приложений в C# 1 аттестация

Quiz
•
University
25 questions
INFORMATIKA - KELAS X

Quiz
•
University
25 questions
FUNCTIONS OF LAYERS & DATA LINK LAYER

Quiz
•
University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

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

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Other
21 questions
Spanish-Speaking Countries

Quiz
•
6th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
7 questions
Common and Proper Nouns

Interactive video
•
4th Grade - University
12 questions
Los numeros en español.

Lesson
•
6th Grade - University
7 questions
PC: Unit 1 Quiz Review

Quiz
•
11th Grade - University
7 questions
Supporting the Main Idea –Informational

Interactive video
•
4th Grade - University
12 questions
Hurricane or Tornado

Quiz
•
3rd Grade - University
7 questions
Enzymes (Updated)

Interactive video
•
11th Grade - University