
Mastery: Year 7 Summer STEM
Quiz by Mark Seccombe
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
26 questions
Show answers
- Q1Physics - What is electrical current measured in?AmpsOhmsVoltsColoumbs45s
- Q2Physics - What is the push called from a battery that makes the charge move ?VoltsCurrentVoltmeterPotential difference.45s
- Q3Biology - What are differences in characteristics called?SpeciesGenusVariationLooks45s
- Q4Biology - What is the process called when the nucleus of a pollen grain joins with the nucleus of an ovule?FertilisationPollinationSeedsGermination45s
- Q5Chemistry - What is the time called between being a child and an adult?HormonesPubertyGrowth spurtAdolescene45s
- Q6Chemistry - What are the chemical messages called that are sent around the body that cause puberty?NervesSex hormonesEnzymesReactions45s
- Q7Working Scientifically - Name the piece of equipment you need to measure electrical current.AmmeterBatteryJoulemeterVoltmeter45s
- Q8Working Scientifically - Name the piece of equipment you need to measure potential difference.ResistorVoltmeterJoulemeterAmmeter45s
- Q9Computer Science - What is a variable in programming?A named location in memory that can be accessed or changed.A permanent value that never changes.A type of loop in a program.45s
- Q10Computer Science - Which of the following best describes a sequence in programming?Instructions written one after another to be executed in order.A decision-making process in a program.A loop that repeats a set of instructions.45s
- Q11Computer Science - Selection in programming meansThe program runs an infinite loop.The program executes every instruction in order.The code runs until a certain condition is met.The program decides which instruction to execute next.45s
- Q12Computer Science - Iteration means repeating a block of code in a looptrue45s
- Q13Computer Science - A sequence of code that runs a fixed number of times describes which type of loopForRepeat - UntilWhile45s
- Q14Computer Science - Which of the following statements about Turtle in Python is correct?Turtle is a type of loop used in programmingTurtle is built into Python and can be used without any prior actionTurtle is an external library that must be imported before use.45s
- Q15Computer Science - Which of these is NOT a basic data type in Python?IntegerFloatBooleanCharacter45s