
Data Structures Through C C-21 (UNIT 5 & 6)

Quiz
•
Computers
•
12th Grade
•
Hard
Battala Krishna
Used 1+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the value of the postfix expression 6 3 2 4 + – *?
1
30
-9
-18
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Here is an infix expression: 4 + 3*(6*3-12). Suppose that we are using the usual stack algorithm to convert the expression from infix to postfix notation. The maximum number of symbols that will appear on the stack AT ONE TIME during the conversion of this expression?
4
3
2
1
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What does ‘stack underflow’ refer to?
accessing item from an undefined stack
adding items to a full stack
removing items from an empty stack
index out of bounds exception
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the following array element will return the top-of-the-stack-element for a stack of size N elements?
S[N-1]
S[N]
S[N-2]
S[N+1]
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Convert the following infix expressions into its equivalent postfix expressions.
(A + B ⋀D)/(E – F)+G
(A B D ⋀ + E F – / G +)
(A B D +⋀ E F – / G +)
(A B D ⋀ + E F/- G +)
(A B D E F + ⋀ / – G +)
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
A data structure in which elements can be inserted or deleted at/from both ends but not in the middle is?
Queue
Circular queue
Deque
Priority queue
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the need for a circular queue?
effective usage of memory
easier computations
to delete elements based on priority
implement LIFO principle in queues
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Understanding Algorithms and Their Analysis

Quiz
•
12th Grade
15 questions
Ujian Algoritma dan Struktur Data

Quiz
•
12th Grade
22 questions
Python-Stacks & Queues

Quiz
•
12th Grade
20 questions
OCR A Level Computer Science Data Structures

Quiz
•
12th Grade
19 questions
Data structure - A-level computer science

Quiz
•
12th Grade
25 questions
ULANGAN INFORMATIKA KELAS 7 MATERI BERPIKIR KOMPUTASIONAL

Quiz
•
7th Grade - University
20 questions
DS UNIT 01 CSM

Quiz
•
12th Grade
16 questions
Algoritma dan Struktur Data

Quiz
•
10th Grade - 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 Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade