
Data Structure - II BCA B - 21.7.25

Quiz
•
Computers
•
University
•
Hard
GINAVANEE A
Used 1+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
The elements in an array are stored in:
Random memory locations
Contiguous memory locations
Linked manner
None of the above
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
void solve() {
stack<int> s;
s.push(10);
s.push(20);
s.push(30);
for(int i = 1; i <= 3; i++)
{ cout << s.top() << “ “;
s.pop();
}
}
10,20,30
30
10
30,20,10
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a linear data structure?
Array
AVL Tree
Binary Tree
Graphs
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
When a pop() operation is called on an empty queue, what is the condition called?
Overflow
Underflow
Syntax Error
Garbage Value
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is correct about stack and queue?
Stack is LIFO, Queue is FIFO
Both are FIFO
Both are LIFO
Both are random access structures
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the postfix form of: (A + B * C) / D ?
A + B C * / D
A B C + * D /
A B * C + D /
A B C * + D /
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In postfix expression evaluation, what happens when an operator is read?
Push onto stack
Discard it
Pop two operands from stack, apply operator, push result
Push operands only
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Data Structure Recap PART1

Quiz
•
University
10 questions
Operating Systems

Quiz
•
University
12 questions
n11-java-quiz-1

Quiz
•
University - Professi...
16 questions
Stack dan Queue

Quiz
•
University
15 questions
AS Computing: Data Structures

Quiz
•
10th Grade - University
20 questions
Collections C#

Quiz
•
University
10 questions
Python Basic level 1

Quiz
•
University
13 questions
Graph Traversal Algorithms Quiz

Quiz
•
12th Grade - 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 Computers
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