N5 SDD - 1D Arrays Revision

Quiz
•
Computers
•
10th Grade
•
Medium
Tracy Mutter
Used 1+ times
FREE Resource
6 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a 1D array?
A. A collection of elements arranged in multiple rows and columns
B. A collection of elements arranged in a single row
C. A collection of elements arranged in a single column
D. A collection of elements arranged in a circular pattern
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you access the third element in a 1D array named scores in most programming languages?
A. scores[2]
B. scores[3]
C. scores[1]
D. scores[0]
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a correct way to traverse a 1D array in Python?
A. for i in range(len(array)): print(array[i])
B. for i in array: print(array[i])
C. for i in range(array): print(array[i])
D. for i in len(array): print(array[i])
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the index of the last element in a 1D array with 10 elements?
A. 9
B. 10
C. 8
D. 11
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following statements is true about 1D arrays?
A. All elements must be of different data types
B. The size of the array can change dynamically
C. All elements must be of the same data type
D. Arrays cannot store integer values
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of traversing a 1D array?
A. To delete all elements in the array
B. To access and process each element in the array
C. To sort the elements in descending order
D. To merge the array with another array
Similar Resources on Wayground
10 questions
CS Python Fundamentals 8.8 Lesson Quiz

Quiz
•
9th - 12th Grade
10 questions
Dasar Algoritma dan Pemrograman p1

Quiz
•
10th Grade
10 questions
Python Basics - Quiz

Quiz
•
8th - 11th Grade
10 questions
SLR 9 - Advanced Programming Techniques - part one

Quiz
•
10th Grade
11 questions
GCSE Computer Science Paper 2: Topic 2.2

Quiz
•
10th Grade
8 questions
pandas

Quiz
•
9th Grade - University
10 questions
Описание массива

Quiz
•
9th - 10th Grade
9 questions
advanced storage techniques ( arrays , DataFrame)

Quiz
•
9th - 10th 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
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
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
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th 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