
Spreadsheets and Scratch 4
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
20 questions
Show answers
- Q1What formula would you use in a spreadsheet to add the values in cells A1 and A2?=A1/A2=A1-A2=A1+A2=A1*A230s
- Q2If you want to find the average of the numbers in cells B1 to B5, which formula should you use?=AVERAGE(B1:B5)=AVG(B1:B5)=TOTAL(B1:B5)=SUM(B1:B5)/530s
- Q3Which function would you use to find the highest number in a range of cells from C1 to C10?=MAX(C1:C10)=TOP(C1:C10)=MIN(C1:C10)=HIGH(C1:C10)30s
- Q4What formula would you use to calculate the total of numbers in cells D1, D2, and D3?=ADD(D1:D3)=SUM(D1:D3)=TOTAL(D1,D2,D3)=SUM(D1+D2+D3)30s
- Q5To count how many cells are filled with numbers in the range E1 to E10, which formula should you use?=TOTAL(E1:E10)=COUNT(E1:E10)=SUM(E1:E10)=NUMCOUNT(E1:E10)30s
- Q6If you want to find the smallest number in a range of cells from H1 to H10, which formula should you use?=SMALLEST(H1:H10)=MINIMUM(H1:H10)=MIN(H1:H10)=LOWEST(H1:H10)30s
- Q7In Scratch, what is the purpose of a variable?To change the backgroundTo create graphicsTo store and keep track of dataTo control the sound30s
- Q8What does the term 'sequence' mean in Scratch programming?A background animationA specific order in which blocks are executedA collection of soundsA type of sprite30s
- Q9Which block would you use to change the value of a variable in Scratch?Hide [variable]Show [variable]Set [variable] to [number]Change [variable] by [number]30s
- Q10What type of programming language is Scratch considered to be?Visual programming languageCompiled programming languageText-based programming languageMarkup language30s
- Q11In Scratch, which block would you use to begin a script that runs when the green flag is clicked?When Green Flag clickedWhen I receive [message]When space key pressedForever30s
- Q12What is the purpose of the 'If...Then' block in Scratch?To loop a section of codeTo create a variableTo execute code based on a conditionTo end a program30s
- Q13What is a 'sprite' in Scratch?A programming blockA type of backgroundA character or object that performs actionsA sound effect30s
- Q14What does the 'Set [variable] to [number]' block do in Scratch?It assigns a specific value to a variableIt deletes the variableIt increases the variable valueIt displays the variable value30s
- Q15Which block would you use to repeat an action a specific number of times in Scratch?ForeverWhen I receive [message]Repeat [number] timesRepeat until [condition]30s