Year 9 Programming Mini Assessment
Quiz
•
Computers
•
9th Grade
•
Easy
Sarah Burchell
Used 1+ times
FREE Resource
Enhance your content
8 questions
Show all answers
1.
OPEN ENDED QUESTION
5 mins • 1 pt
Look at the following program source code. When the program is run, the sum of the numbers are not printed out. Explain why this is so. (1)
num1 = input('What is your first number? ')
num2 = input('What is your second number? ')
num3 = input('What is your third number? ')
num4 = input('What is your fourth number? ')
num5 = input('What is your fifth number? ')
Sum = num1+num2+num3+num4+num5
print('The sum is: ', sum)
Evaluate responses using AI:
OFF
2.
OPEN ENDED QUESTION
3 mins • 1 pt
Add a welcome message to the first line of the code above (1)
Evaluate responses using AI:
OFF
3.
OPEN ENDED QUESTION
3 mins • 2 pts
What are the two modes available to learning how to program in Python? (2)
Evaluate responses using AI:
OFF
4.
OPEN ENDED QUESTION
5 mins • 3 pts
Rewrite the following statement in a strict syntax of Python. (3)
if <condition> is true then print <message A> else print <message B.
Evaluate responses using AI:
OFF
5.
OPEN ENDED QUESTION
10 mins • 4 pts
Write the code for Python below for a program that performs the following: (4)
Prints a typical welcome message
Followed by a request to input one’s name and age
Assigns these two items of data to variables
Outputs the message:
‘Nice to meet you <name variable>, you are <age variable> years old!’
Evaluate responses using AI:
OFF
6.
OPEN ENDED QUESTION
10 mins • 4 pts
Jenny is trying to write a program for her youth club which asks the user to type in their age. If the user’s age is between 10 and 14, then they are eligible to be members. That means, a child who is 10, 11, 12, 13 or 14 can join. If they are not in this age range, they are not eligible to be members. Here is her program:
When Jenny tries to run this program, it will not work. Correct the program above by inserting your proposals in the appropriate places. (4)
Type the full lines of code to show corrections.
Evaluate responses using AI:
OFF
7.
OPEN ENDED QUESTION
3 mins • 1 pt
What is casting?
Evaluate responses using AI:
OFF
8.
OPEN ENDED QUESTION
5 mins • 3 pts
Give me 3 datatypes and an example of each.
Evaluate responses using AI:
OFF
Similar Resources on Wayground
12 questions
Syntax and Logic Errors
Quiz
•
9th - 11th Grade
10 questions
Python Review - Functions
Quiz
•
9th - 12th Grade
10 questions
Binary Logic Gates
Quiz
•
7th - 11th Grade
11 questions
Pseudo code ('fake' code)
Quiz
•
9th - 10th Grade
10 questions
Python Input/Output
Quiz
•
9th - 12th Grade
10 questions
ICT General Knowledge Quiz
Quiz
•
3rd Grade - Professio...
10 questions
Python Selection
Quiz
•
9th - 10th Grade
13 questions
Entry Level - Programming Techniques
Quiz
•
8th - 9th Grade
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
20 questions
ELA Advisory Review
Quiz
•
7th Grade
15 questions
Subtracting Integers
Quiz
•
7th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd 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
30 questions
Computer Terminology Exercise #1 ( Fill Ins)
Quiz
•
9th Grade
15 questions
MLA Formatting
Quiz
•
9th Grade
20 questions
Typing Practice
Quiz
•
7th - 12th Grade
14 questions
Inputs and Outputs: Computer Science Intro
Lesson
•
5th - 9th Grade
20 questions
Google Sheets Quiz
Quiz
•
9th Grade