
Spreadsheets and Scratch 2
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
14 questions
Show answers
- Q1What formula would you use in Google Sheets to add the values in cells A1 and A2?=A1+A2=A1-A2=A1*A2=A1/A230s
- Q2Which formula would return the average of the numbers in cells B1 to B10 in Google Sheets?=SUM(B1:B10)=AVERAGE(B1:B10)=COUNT(B1:B10)=MAX(B1:B10)30s
- Q3What formula is used to find the maximum value in a range of cells from C1 to C5 in Google Sheets?=MIN(C1:C5)=SUM(C1:C5)=AVERAGE(C1:C5)=MAX(C1:C5)30s
- Q4What formula do you use to find the total sum of the values in cells G1 to G15 in Google Sheets?=TOTAL(G1:G15)=ADD(G1:G15)=SUMIF(G1:G15)=SUM(G1:G15)30s
- Q5Which formula can you use to find the minimum value in a range of cells from H1 to H10 in Google Sheets?=AVERAGE(H1:H10)=LOW(H1:H10)=MIN(H1:H10)=SUM(H1:H10)30s
- Q6What is the purpose of a repeat loop in Scratch programming?To execute a block of code multiple timesTo end the programTo pause the programTo create a new variable30s
- Q7What does the order of blocks in Scratch programming determine?The speed of the animationThe colors of the spritesThe graphics used in the projectThe sequence in which instructions are executed30s
- Q8What is the effect of using an 'if' block in Scratch programming?To repeat a set of instructionsTo delay the program's executionTo make decisions based on conditionsTo create a new sprite30s
- Q9What does the 'wait' block do in Scratch programming?Pauses the execution of the script for a specified timeChanges the color of the stageSaves the project automaticallyMakes the sprite grow larger30s
- Q10What is the function of a 'forever' loop in Scratch?To continuously repeat a block of code indefinitelyTo create a pause in the programTo change the backgroundTo run code only once30s
- Q11What happens if you place a block inside a repeat loop in Scratch?The block will execute only onceThe project will crashThe block will execute multiple timesThe block will not run at all30s
- Q12How can you change the direction of a sprite in Scratch?By using the 'say' blockBy using the 'turn' blockBy using the 'wait' blockBy using the 'repeat' block30s
- Q13What is the purpose of the 'change color by' block in Scratch?To delete the spriteTo modify a sprite's color effectTo change the sprite's sizeTo move the sprite to a new location30s
- Q14What does the 'stop all' block do in Scratch programming?It changes the sprite's costumeIt starts all scripts at onceIt pauses the animationIt stops all scripts from running in the project30s