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
12 questions
BJC Unit 2 Concepts Review

Quiz
•
10th Grade - University
12 questions
Python Print Statement

Quiz
•
6th - 10th Grade
12 questions
C++ References

Quiz
•
6th - 12th Grade
10 questions
Python Code Quiz

Quiz
•
10th Grade
10 questions
Python3

Quiz
•
4th Grade - University
10 questions
Introduction to Computer Programming

Quiz
•
6th Grade - University
12 questions
Define Variables

Quiz
•
9th - 12th Grade
10 questions
Global and local variables

Quiz
•
10th - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Analog vs Digital

Quiz
•
9th - 12th Grade
10 questions
Exploring Cybersecurity Techniques and Threats

Interactive video
•
6th - 10th Grade
10 questions
Understanding the Internet and Data Transmission

Interactive video
•
7th - 12th Grade