SHS 9.4 Python

Quiz
•
Computers
•
9th Grade
•
Hard
Oliver THORN
Used 2+ times
FREE Resource
19 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
A static data structure which can store multiple items of
data, of the same datatype, under a single name.
Arrays
Flags
Binary Search
Merge Sort
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
A section in an array or list that can store one piece of data.
Element
Python List
Array
2D Array
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
An array, which contains a single list of data items, each being identifiable using a single
number index.
1D Array
Algorithm
2D Array
Insertion Sort
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
An array, which contains multiple lists of data items, each being identifiable using an index made up of two numbers, one to identify the Array and the other to identify the element within that array.
2D Arrary
1D Array
Flags
Pointers
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
The first element in an array is obviously position 1, however, the computer considers it index 0.
Index 0 v Position 1
Pointers
Arrays
Linear Search
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Similar to an array, however, more flexible.
They can store data of any type at the same time e.g. List = [1, "two", 3.0"]
Python list
3D Array
Element
Binary Search
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
We can add elements to lists using: Add the data item to the end of the existing list - List.append(data) or Insert the data into the list at a given index - List.insert(index, data)
Add an element to a list
A Pass
Algorithm
Arrays
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
ASK T3: BAB 3: ALGORITMA

Quiz
•
9th Grade
20 questions
APCSA Arrays

Quiz
•
9th - 12th Grade
14 questions
List Review Quiz

Quiz
•
9th - 12th Grade
20 questions
CSP Unit 6: Algorithms

Quiz
•
9th - 12th Grade
20 questions
GCSE Computer Science: Programming (Data Structures)

Quiz
•
9th - 10th Grade
20 questions
Sorting algorithms (Y11)

Quiz
•
8th Grade - University
20 questions
Java Arrays

Quiz
•
9th - 12th Grade
15 questions
Computational Thinking Quiz

Quiz
•
9th 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
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

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

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

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

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

Interactive video
•
9th - 12th Grade