Abstract Data Types

Abstract Data Types

11th Grade

20 Qs

quiz-placeholder

Similar activities

Computational Thinking Quiz

Computational Thinking Quiz

9th - 12th Grade

20 Qs

Fun with ML

Fun with ML

10th Grade - Professional Development

20 Qs

susulan dan ramedial Uji Pemahaman Komputasional

susulan dan ramedial Uji Pemahaman Komputasional

9th Grade - University

16 Qs

Data Structures

Data Structures

10th Grade - University

18 Qs

Kuis Stack dan Queue

Kuis Stack dan Queue

9th - 12th Grade

25 Qs

Assesmen Kognitif (XI)

Assesmen Kognitif (XI)

11th Grade - University

15 Qs

DATA STRUCTURE USING C

DATA STRUCTURE USING C

KG - University

15 Qs

batch - 2

batch - 2

11th Grade

15 Qs

Abstract Data Types

Abstract Data Types

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Quizizz Content

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What operation removes the top element from a stack?

PUSH

POP

PEEK

ENQUEUE

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does each node in a singly linked list contain?

Data and Pointer

Data and Index

Data and Value

Data and Reference

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Given a circular queue, in what index is the tail/rear/back pointing?

Index 0

Index 1

Index 2

Index 3

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What would be the new values of the pointer column when a node is deleted in the back?

1 → 3 → 0 → ∅

1 → 2 → 0 → ∅

1 → 3 → 2 → ∅

1 → 0 → ∅

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What principle does a queue follow?

LIFO (Last In First Out)

FIFO (First In First Out)

Random Access

Priority Based

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Given the following stack operations: Push(2), Push(4), Push(6), Pop(), Push(8). What will be the stack’s final content (from top to bottom)?

8, 4, 2

6, 4, 2

8, 6, 4

4, 2, 6

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What operation adds an element to a stack?

PUSH

POP

PEEK

INSERT

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?