A robot's lift arm can be programmed using these two measurements.
What are rotations and seconds?
This is a step-by-step set of instructions used to solve a problem.
What is an algorithm?
Carbon (C) is an example of this type of substance.
What is an element?
The substances you start with in a chemical reaction are called these.
What are reactants?
An atom has 17 protons. What is its atomic number?
What is 17?
A robot's lift arm can be programmed using these two measurements.
What are rotations or seconds?
In hero.moveUp(2), what is the argument?
What is 2?
Which subatomic particle has no charge?
What is a neutron?
When balancing a chemical equation, what is the only thing you are allowed to change?
What are coefficients?
Which is a chemical change?
A. Cutting paper
B. Melting ice
C. Burning wood
D. Crushing a can
What is C. Burning wood?
A robot repeats: move right, move up, move left, move down. What shape does it make?
What is a square?
In hero.moveRight(5), identify the object.
What is hero?
Which group of elements has a full outer shell?
What are the noble gases?
Balance this equation:
__Mg + __O₂ → __MgO
2Mg + O₂ → 2MgO
Which statement is TRUE?
A. Compounds contain only one type of atom.
B. Elements are made of only one type of atom.
C. Electrons determine an atom's identity.
D. You can change subscripts to balance equations.
What is B?
Which direction does the robot move first?
Forward (up).
In hero.moveRight(5), identify the method.
What is moveRight?
Is rusting a physical or chemical change?
What is a chemical change?
Balance this equation:
__Fe + __O₂ → __Fe₂O₃
4Fe + 3O₂ → 2Fe₂O₃
A robot executes these commands:
moveRight() moveUp() moveLeft() moveDown()
If the robot repeats this pattern 3 times, how many total movements will it make?
What is 12?
List the robot's actions in the correct order from start to finish.
Find the three bugs in the code below:
Hero.moveRight(3)
hero.moveleft(2)
hero.moveUp(
What are:
• Hero should be hero
• moveleft should be moveLeft
• hero.moveUp( is missing a closing parenthesis )
An atom has 11 protons. What is its atomic mass?
What is 22?
Balance __C₃H₈ + __O₂ → __CO₂ + __H₂O
C₃H₈ + 5O₂ → 3CO₂ + 4H₂O
A balanced equation has:
on the reactant side.
If your product side has 8 hydrogen atoms but only 1 oxygen atom, is the equation balanced? Explain why.
No. The number of atoms of every element must be the same on both sides because of the Law of Conservation of Mass.