Suppose my_queue contains the symbols % $ @ ! # in order from front to rear. After three pop operations, which symbol is at the front of the queue?

Algorithms Exam 2

Quiz
•
Computers
•
University
•
Easy
Saya Arango
Used 5+ times
FREE Resource
29 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
$
@
!
#
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The predecessor of a node is called its __________.
sibling
parent
child
descendant
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Consider the following set of operations performed against a string type queue called
my_queue. my_queue.push("First Come");
my_queue.push("First Serve");
cout << my_queue.front() << endl;
Which string is output?
First
First Come
First Serve
Serve
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A set of nodes T is a binary tree if either of the following is true:
â ¢ __________
â ¢ If T is not empty, it has a root node r with 0, 1, or 2 binary subtrees whose roots are connected to r by a branch.
T is complete
T is balanced
T is full
T is empty
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a stack operation?
front
top
insert
back
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Using the algorithm for converting an infix expression to a postfix expression, how is(14 + 5) - 8 * 4 / 2 represented in postfix form:
14 5 8 4 2 + - * /
14 5 + 8 4 * 2 / -
14 5 + 8 * / 2 -
14 5 8 + - 2 * /
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Using the algorithm for converting an infix expression to a postfix expression, how is
(14 + 5) - 8 * 4 / 2
represented in postfix form?
14 5 8 4 2 + - * /
14 5 + 8 4 * 2 / -
14 5 + 8 * / 2 -
14 5 8 + - 2 * /
Create a free account and access millions of resources
Similar Resources on Quizizz
25 questions
ATS Gasal-X TO 1

Quiz
•
10th Grade - University
26 questions
Graph Data Structure - 01

Quiz
•
University
25 questions
Neo Coding Round 1 Set 1

Quiz
•
University
30 questions
Roll-a-coaster

Quiz
•
University
30 questions
MCA-101 QUIZ

Quiz
•
University
30 questions
Brain byte Prelims

Quiz
•
University
28 questions
OOPS Live Quiz

Quiz
•
University
25 questions
Technical quiz(Medium-Level)

Quiz
•
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