Search Header Logo

Implementation of Stacks and Queues

Authored by Yomna Elkholy

Education, Computers

12th Grade - University

Used 4+ times

Implementation of Stacks and Queues
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The process of inserting an element in a stack is called ____________

Create

Push

Evaluation

Pop

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The process of removing an element from a stack is called ____________

Create

Push

Evaluation

Pop

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Pushing an element into a stack that already contains five elements and astack size of 5, results in a stack

Overflow

Crash

Underflow

User flow

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Entries in a stack are “ordered”. What is the meaning of this statement?

A collection of stacks is sortable

Stack entries may be compared using the ‘<’ operation

The entries are stored in a linked list

There is a sequential entry that is one by one

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following applications does not use a stack?

A parentheses balancing program

Tracking of local variables at run time

Compiler Syntax Analyzer

Data Transfer between two asynchronous process

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the value of the postfix expression 6 3 2 4 + – *:

1

40

74

-18

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The postfix form of the expression (A+ B)*(C*D- E)*F / G is?

AB+ CD*E – FG /**

AB + CD* E – F **G /

AB + CD* E – *F *G /

AB + CDE* *F *G /

Answer explanation

Best explanation: (((A+ B)*(C*D- E)*F) / G) is converted to postfix expression as

(AB+(*(C*D- E)*F )/ G)

(AB+CD*E-*F) / G

(AB+CD*E-*F G/).

Thus Postfix expression is AB+CDE-*F*G/

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?