STACK - DATA STRUCTURES

STACK - DATA STRUCTURES

University

15 Qs

quiz-placeholder

Similar activities

JavaScript Arrays Quiz

JavaScript Arrays Quiz

11th Grade - University

20 Qs

Array_to be discussF3

Array_to be discussF3

University

18 Qs

science day competition (computer science)

science day competition (computer science)

University

10 Qs

Stacks and Queues Quiz

Stacks and Queues Quiz

University

15 Qs

การเขียนโปรแกรมด้วย Python

การเขียนโปรแกรมด้วย Python

University

20 Qs

DataStructure

DataStructure

University

15 Qs

การเขียนโปรแกรมด้วย Python

การเขียนโปรแกรมด้วย Python

University

20 Qs

Single Array

Single Array

9th Grade - University

14 Qs

STACK - DATA STRUCTURES

STACK - DATA STRUCTURES

Assessment

Quiz

Computers

University

Medium

Created by

AV College students

Used 5+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Stacks have LIFO ordering

TRUE

FALSE

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

LIFO stands for

Last in First Out

First in Last Out

List of Outputs

None of them

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Act of adding values into a stack is called

Popping

Pushing

Polling

None

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If the elements “A”, “B”, “D” and “C” are placed in a stack and are deleted one at a time, in what order will they be removed?

ABCD

ABDC

CDBA

DCAB

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

While converting infix to postfix expression, what would be pushed into the stack?

only operators

opening symbol '('

operators and opening symbol

operands

operators and operands

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

While evaluating the postfix expression, what would be pushed into the stack?

operands

operators

operators and opening symbols

operators and operands

stack is not used for this evaluation

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Process of removing an element from the stack

Create

Push

Evaluation

Pop

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?