Abstract Data Types

Quiz
•
Computers
•
11th Grade
•
Hard
Wayground 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
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
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
Similar Resources on Wayground
15 questions
153. OCR A Level (H046-H446) SLR25 – 2.3 Representing, adding &

Quiz
•
11th Grade
25 questions
Tumpukan dan Antrian: Uji Pemahaman

Quiz
•
11th Grade
16 questions
The Internet

Quiz
•
6th Grade - University
20 questions
Kuis Komputer Akuntansi

Quiz
•
11th Grade
15 questions
92. OCR A Level (H446) SLR14 – 1.4 Data structures part 1 – Link

Quiz
•
11th Grade
20 questions
Empowerment Technologies

Quiz
•
11th - 12th Grade
15 questions
Teknologi kabel dan nirkabel " Membangun Jaringan Voceran "

Quiz
•
11th Grade
20 questions
Uji Pemahaman Struktur Data

Quiz
•
9th Grade - University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade