Search Header Logo

Algorithms Exam 2

Authored by Saya Arango

Computers

University

Used 5+ times

Algorithms Exam 2
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

29 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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?

$

@

!

#

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 * /

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?