A static data structure which can store multiple items of
data, of the same datatype, under a single name.
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
20 questions
Computer Pioneers - Charles Babbage & others
Quiz
•
9th Grade
20 questions
iGCSE Computer Science: Problem Solving
Quiz
•
9th - 12th Grade
18 questions
AQA GCSE Computer Science - 3.1.4 Sorting Algorithms
Quiz
•
8th - 10th Grade
16 questions
Searching and Sorting Algorithms
Quiz
•
9th - 10th Grade
18 questions
Unit 8 Algorithms and Recursion Quiz
Quiz
•
9th - 12th Grade
14 questions
CS Edexcel 1.2d Bubble and Merge Sort
Quiz
•
9th - 10th Grade
15 questions
UTS INFORMATIKA PILIHAN GANDA SEMESTER 1
Quiz
•
9th - 12th Grade
16 questions
susulan dan ramedial Uji Pemahaman Komputasional
Quiz
•
9th Grade - University
15 questions
Character Analysis
Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
10 questions
American Flag
Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25
Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
20 questions
Taxes
Quiz
•
9th - 12th Grade
17 questions
Parts of Speech
Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression
Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing
Quiz
•
9th - 12th Grade
10 questions
Identifying equations
Quiz
•
KG - University