Understanding Stacks and Queues (revisiting)

Understanding Stacks and Queues (revisiting)

7th Grade

15 Qs

quiz-placeholder

Similar activities

Topic 3 (Stacks)

Topic 3 (Stacks)

1st - 12th Grade

20 Qs

Stacks

Stacks

KG - Professional Development

17 Qs

QUIZ M4 Stack & Queue

QUIZ M4 Stack & Queue

1st Grade - University

14 Qs

informatika

informatika

7th Grade - University

10 Qs

Advanced Python Quiz1

Advanced Python Quiz1

6th - 8th Grade

10 Qs

ULANGAN HARIAN INFORMATIKA BAB 1. BERPIKIR KOMPUTASIONAL

ULANGAN HARIAN INFORMATIKA BAB 1. BERPIKIR KOMPUTASIONAL

7th Grade

20 Qs

Linked List

Linked List

KG - University

18 Qs

DS Quiz-1

DS Quiz-1

KG - University

10 Qs

Understanding Stacks and Queues (revisiting)

Understanding Stacks and Queues (revisiting)

Assessment

Quiz

Computers

7th Grade

Medium

Created by

B McCue

Used 16+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data structure is described as last in, first out (LIFO)?

Stack

Queue

Linked List

Array

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What operation adds an item to the top of a stack?

Pop

Enqueue

Push

Dequeue

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when you try to pop an item from an empty stack?

Stack Underflow

Queue Overflow

Stack Overflow

Queue Underflow

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a use case for stacks?

Process scheduling

Performing depth-first searches

Tracking program execution

Evaluating mathematical expressions

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is it called when a new item is added to a full queue?

Stack Underflow

Queue Underflow

Queue Overflow

Stack Overflow

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data structure operates on a first in, first out (FIFO) basis?

Stack

Queue

Array

Tree

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the term for viewing the top item of a stack without removing it?

Popping

Pushing

Peeking

Peering

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?