Year 11 Taster - Subprograms Review

Quiz
•
Computers
•
10th Grade
•
Medium
P Bates
Used 3+ times
FREE Resource
7 questions
Show all answers
1.
HOTSPOT QUESTION
1 min • 2 pts
Identify the first line of code and last line of code that define the subprogram.
2.
HOTSPOT QUESTION
1 min • 2 pts
Identify the parameters.
3.
HOTSPOT QUESTION
1 min • 2 pts
Identify the arguments.
4.
HOTSPOT QUESTION
1 min • 1 pt
Identify the local variable.
5.
LABELLING QUESTION
1 min • 6 pts
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Identify which of the following identifiers is NOT a global variable
TotalArea
Area
Length
i
Answer explanation
The identifier 'Area' is not a global variable because it is likely defined within a specific scope, while 'TotalArea', 'Length', and 'i' are typically used as global variables in programming contexts.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The variable i is initialised (created) in line 17 of the program.
Identify the values the variable i will hold while the program is running.
1,2,3
2,4,5
0,1,2
7,6,5
Answer explanation
The variable i starts at 0 and increments by 1 in each iteration. Therefore, while the program runs, i will hold the values 0, 1, and 2 before it stops, making the correct choice 0,1,2.
Similar Resources on Wayground
10 questions
J277 Programming - Outputting Data

Quiz
•
9th - 11th Grade
10 questions
Debugging Python Code Errors Quiz

Quiz
•
10th Grade
12 questions
Syntax and Logic Errors

Quiz
•
9th - 11th Grade
10 questions
Python Variables

Quiz
•
7th - 12th Grade
10 questions
AP Computer Science Principles - Unit 4: Variables, Conditionals

Quiz
•
9th - 12th Grade
10 questions
Python Input/Output

Quiz
•
9th - 12th Grade
10 questions
Code.org Unit 5 Vocab Quiz 1

Quiz
•
9th - 12th Grade
8 questions
KS3 Year 9 Python Quiz 02

Quiz
•
10th Grade
Popular Resources on Wayground
10 questions
SR&R 2025-2026 Practice Quiz

Quiz
•
6th - 8th Grade
30 questions
Review of Grade Level Rules WJH

Quiz
•
6th - 8th Grade
6 questions
PRIDE in the Hallways and Bathrooms

Lesson
•
12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
15 questions
Subtracting Integers

Quiz
•
7th Grade