WorksheetsYEAR 5 POST ASSESSMENT CHECK IN
Total questions: 15
Worksheet time: 16mins
What is a byte?
A storage unit of computer memory.
A type of food
A missing piece of code.
A pixel.
What does this code make?
A yellow star on a black background.
A house with a black road, green lawn and yellow sun.
A series of coloured rectangles in black, green and yellow.
Different sized coloured rectangles in 3 random colours.
Which of the following syntax will let you add a comment in python programming?
(*) comment (*)
# comment
== comment ==
/* comment */
have a look at this code.
Which program is better and why?
Program A because it contains a loop making it shorter, more efficient and less likely to make errors in the code.
Program A is better because it has more lines of code.
Program B is better because it has more lines of code.
Both programs are equally good because they produce the same shape.
What does binary code mean?
Two codes that are different.
Messages in dots and dashes
A coding system using the binary digits 0 and 1 to represent a letter, digit, or other characters.
Nobody knows, it's a secret.
Traditionally, what is the first line of code written by all computer programmers?
Having the program access the internet.
Having the program say “Hello World”.
Creating a game of Tic, Tac Toe.
Having the program say "G'day"
What does the below code do?
Creates passwords.
Cleans your bedroom.
Access the IMPACT website for students and administrators.
Prints 'if' and 'else' on the screen.
What is a programming or coding algorithm?
A set of logical instructions that lead to a desired outcome.
The way a computer works.
A way for reading a map.
Binary code written as a program.
What does this code create?
A house
A spiral
A turtle
A car
Which of the following syntax codes will let a computer program make decisions?
Variable = input (‘Text response’)
Print (‘text response’)
If variable == ‘yes’:
Print (‘Text response’)
# YES!
What are the 4 key features of Computational Thinking?
The colour model used to create colours in digital formats is called _ (a)
Which of the following is the correct python syntax string?
print ('I love to code')
python says {I love to code}
Simon says " I love to code "
function/file: >>> I love to code
Zoom in on the two programs.
Which program is better and why?
Program 1 because there is more information.
Program 2 because it is more precise.
Both programs are incomplete so they’re as bad as on another.
Both programs are the same – Program 1 just has added comments.
What is the fourth line of this code?
the password
The else statement.
the if statement
the input
