Understanding Stacks and Queues (revisiting)

Understanding Stacks and Queues (revisiting)

7th Grade

15 Qs

quiz-placeholder

Similar activities

GCSE J277 - 1.2.4 - Binary Addition and Shifts

GCSE J277 - 1.2.4 - Binary Addition and Shifts

7th Grade

20 Qs

SUMATIF 1

SUMATIF 1

7th Grade

16 Qs

Advanced Python Quiz1

Advanced Python Quiz1

6th - 8th Grade

10 Qs

DATA STRUCTURE USING C

DATA STRUCTURE USING C

KG - University

15 Qs

Linked List

Linked List

KG - University

18 Qs

Binary addition

Binary addition

7th Grade

10 Qs

UH 1 Kelas 7 Berpikir Komputasional

UH 1 Kelas 7 Berpikir Komputasional

7th Grade

20 Qs

Sorting, Stack, Queue

Sorting, Stack, Queue

7th Grade

18 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?