
J277/02 Computational thinking, algorithms and programming

Quiz
•
Computers
•
9th Grade
•
Hard

Chris Dixon
Used 2+ times
FREE Resource
56 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is not a data type?
Boolean
Integer
String
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following code is used to cast a string to an integer?
bool("False")
str("False")
integer("123")
int("123")
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
One of the following terms is not associated with programming construct
Selection
Iteration
Loop
Sequence
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Identify the code which outputs 10 numbers correctly
for i in range(0,11)
for i in range(0,10)
for i in range(1,9)
for i in range(1,10)
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Substring is used to?
Extract a portion of characters from a string
Print out a portion of a string
Remove the left characters by a certain amount
Allow you to change the upper case
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is an iteration?
IF (num > 3)
For i in range(0, 5)
age = int("21")
students = ["Harry", "Ryan", "Ibrahim"]
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of an array?
To store a value
To store multiple values of any type
To store programming code
To store multiple values of the same data type
Create a free account and access millions of resources
Similar Resources on Wayground
53 questions
Scratch Programming

Quiz
•
9th Grade - University
61 questions
APCSA Semester Review

Quiz
•
9th - 12th Grade
59 questions
S3 Python to Arrays

Quiz
•
9th Grade
55 questions
2.3 Server Exploits Review

Quiz
•
10th - 11th Grade
60 questions
Salesforce

Quiz
•
University
58 questions
2.3 Producing Robust Programs

Quiz
•
10th Grade
60 questions
Information Security Fundamentals

Quiz
•
11th Grade
51 questions
ALGORITHM AND FLOWCHART

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