
Revision session on spreadsheet functions and scratch programming
Quiz by Paul
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
17 questions
Show answers
- Q1Which function in a spreadsheet adds up a range of cells?COUNTAVERAGESUMMAX30s
- Q2In Scratch programming, which block is used to repeat a set of instructions multiple times?foreverifrepeatwait30s
- Q3What formula would you use to find the average of numbers in cells A1 to A5 in a spreadsheet?SUM(A1:A5)AVERAGE(A1:A5)MIN(A1:A5)COUNT(A1:A5)30s
- Q4Which Scratch block would you use to make a sprite move forward a certain number of steps?hidewaitturnmove30s
- Q5In a spreadsheet, which function would you use to find the highest number in a range of cells?MAXMINSUMAVERAGE30s
- Q6In Scratch, which block would you use to check if a condition is true or false?repeatwaitifbroadcast30s
- Q7What function would you use in a spreadsheet to count the number of cells that contain numbers in a range?AVERAGEMAXCOUNTSUM30s
- Q8In Scratch programming, which block is used to get user input through a prompt?askwhen clickedbroadcastsay30s
- Q9What is the primary purpose of the 'forever' block in Scratch programming?To repeat actions indefinitelyTo stop the programTo create a variableTo make a sprite jump30s
- Q10Which of the following functions in a spreadsheet calculates the total of a range of numbers?SUMMINAVERAGECOUNT30s
- Q11In Scratch programming, what is the purpose of a 'sprite'?A character or object that performs actionsA sound effectA coding blockA type of background30s
- Q12What does the 'IF' block do in Scratch programming?It plays a soundIt changes the backgroundIt checks a condition and performs actions based on whether it's true or falseIt creates a new sprite30s
- Q13Which function in a spreadsheet would you use to find the average of a set of numbers?SUMMAXAVERAGETOTAL30s
- Q14In Scratch, what does the 'repeat' block do?It changes colors randomlyIt adds new spritesIt loops a set of actions a specified number of timesIt stops the program30s
- Q15In a spreadsheet, which function would you use to count how many cells in a range contain numbers?COUNTAVERAGEMAXSUM30s