Understanding Stacks and Queues

Understanding Stacks and Queues

Assessment

Interactive Video

Computers

9th - 12th Grade

Hard

Created by

Jennifer Brown

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary characteristic of a stack data structure?

First In First Out

Last In First Out

Circular Access

Random Access

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operation is used to add an item to the top of a stack?

Enqueue

Dequeue

Pop

Push

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a stack overflow?

Reversing a stack

Removing an item from an empty stack

Accessing an item in a stack

Adding an item to a full stack

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a queue, where are new items added?

In the middle

At a random position

At the back

At the front

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a queue underflow?

Adding an item to a full queue

Removing an item from an empty queue

Accessing an item in a queue

Reversing a queue

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a priority queue?

A queue where items are processed based on priority

A queue where items are processed randomly

A queue where items are processed in reverse order

A queue where items are processed based on size

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data structure is known as First In First Out?

Stack

Queue

Tree

Graph

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?