10.4 Intro. to Abstract Data Types (ADT) Cambridge iAS 9618

Quiz
•
Computers
•
11th Grade
•
Hard

Stephen Ling-Winston
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is an Abstract Data Type (ADT)?
A collection of data and a set of operations that can be performed on that data.
A method to define the structure of a data file.
A type of data that doesn't support any operations.
A class of data that can be directly accessed without any restrictions.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is an example of an ADT?
Stack
Integer
String
Array
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does a stack do in terms of data management?
Follows the Last In, First Out (LIFO) principle.
Follows the First In, First Out (FIFO) principle.
Allows data to be accessed in any order.
Stores data in a sorted manner.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a queue?
A data structure that follows the First In, First Out (FIFO) principle.
A data structure that follows the Last In, First Out (LIFO) principle.
A type of tree that stores data in nodes.
A collection of unordered data.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which ADT is most suitable for managing tasks that need to be processed in the order they arrive?
Queue
Stack
Linked List
Tree
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the main feature of a linked list?
It stores elements where each element points to the next one.
It stores elements in a continuous block of memory.
It only stores data that is linked in a sorted order.
It can be accessed in a random manner.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How are elements accessed in a stack?
The most recently added element is accessed first.
The first added element is accessed first.
Elements are accessed in a random order.
Elements are accessed based on a priority system.
Create a free account and access millions of resources
Similar Resources on Wayground
18 questions
STATIC KEYWORD IN JAVA

Quiz
•
9th - 12th Grade
20 questions
LOOKUP

Quiz
•
9th Grade - University
20 questions
AP CS A Unit 6 Exam PRACTICE

Quiz
•
9th - 12th Grade
17 questions
Sorting Algorithms in Java

Quiz
•
11th - 12th Grade
15 questions
Array

Quiz
•
10th - 12th Grade
22 questions
CSA unit1 vocabulary quiz

Quiz
•
11th Grade
17 questions
Fundamentals of Computing Vocab. Part 1

Quiz
•
9th - 11th Grade
15 questions
C++ Pointers Quiz

Quiz
•
11th Grade
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