In a stack, if a user tries to remove an element from an empty stack it is called _________
DS-UNIT-2-Stack Queue

Quiz
•
Computers
•
University
•
Hard
Umesh Thoriya
Used 4+ times
FREE Resource
50 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
Underflow
Empty collection
Overflow
Garbage Collection
2.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
Assume that the operators +, -, × are left associative and ^ is right associative. The order of precedence (from highest to lowest) is ^, x , +, -. The postfix expression corresponding to the infix expression a + b × c - d ^ e ^ f is
abc × + def ^ ^ -
abc × + de ^ f ^ -
ab + c × d - e ^ f ^
+ a × bc ^ ^ def
3.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
The result evaluating the postfix expression 10 5 + 60 6 / * 8 - is
284
213
142
71
4.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
If the elements "A", "B", "C" and "D" are placed in a queue and are deleted one at a time, in what order will they be removed?
ABCD
DCBA
DCAB
ABDC
5.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
A normal queue, if implemented using an array of size MAX_SIZE, gets full when?
Rear = MAX_SIZE - 1
Front = (rear + 1)mod MAX_SIZE
Front = rear + 1
Rear = front
6.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
How many stacks are needed to implement a queue. Consider the situation where no other data structure like arrays, linked list is available to you.
1
2
3
4
7.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
Which of the following is NOT a common operation in a queue data structure?
Enqueue
Dequeue
Peek
Shuffle
Create a free account and access millions of resources
Similar Resources on Quizizz
51 questions
Data Structures and Algorithm - Final Examinations Quiz

Quiz
•
University
53 questions
UTS Struktur Data

Quiz
•
University
50 questions
Quiz

Quiz
•
University
45 questions
STACK DATA STRUCTURE

Quiz
•
University
45 questions
CPSC 131 midterm review

Quiz
•
University
45 questions
Event Driven Handouts 1 & 2

Quiz
•
University
50 questions
Data Structures Quiz

Quiz
•
University
50 questions
SAS Informatika Ganjil Kelas 8

Quiz
•
8th Grade - University
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