What is an example of sequence?
Instructions for a robot to move forward 3 steps, turn right, and stop.
Your game crashes whenever a certain button is pressed. Finding and fixing this is called what?
Debugging
A game where the computer asks “What is your name?” and responds with “Hello [name]” is using what feature?
user input and output
If you are filming a short school video, this is the most suitable device to use instead of a desktop computer?
video camera or smartphone
What does it mean to format a document?
Adjusting font sizes, colors, and layout to make it easier to read
What is an example of iteration?
A program repeats the same action until a condition is met.
You run your program and see that numbers add incorrectly because of the wrong symbol. What part of your code needs to be fixed?
The operator
In a drawing program, the pen object starts at a position before drawing. What category in Scratch can this block be found in?
Motion
You are creating a short video for school. What type of software would be most suitable?
video-editing software
Collected survey results can be considered to be what 4-letter word?
Data
What is an example of selection?
A player gets 10 points if their score is over 50, but loses 5 points if it’s below 50.
What method is used for breaking down an error in the code by taking the code apart into smaller pieces?
decomposition
What is the do you call a specific set of instructions in coding?
An Algorithm
If you need to share a slideshow so classmates can edit it at the same time, you should use what application
Google Slides or Canva
What commands on a computer allow you to easily carry over text and pictures from one document to the next?
copy and paste
Breaking a complex algorithm into smaller parts
If a program runs but gives the wrong output during selection, what needs to be fixed?
The logic, or most likely the condition.
True/False: Selection can be used when making a Sprite move with arrow keys
True
Writing a long essay is best done on what type of device?
Laptop or Desktop Computer
You need to plan and present a recorded video for your class project. What are three different applications you could use for this project?
Google Docs for writing the script
Google slides for the presentation
CapCut or Openshot for video editing
You test an algorithm and realize the output is wrong because the steps are in the wrong order. This mistake is called what?
A bug
A user types a command into a program which is spelled incorrectly and the game crashes. how can the bug be fixed?
type the command with the correct spelling
What is planning an algorithm?
Writing a list of steps before coding to show how your program will work.
You need to create a timetable of your classes and schedule. What software would you use?
Google Sheets or MS Excel
True/False: You can combine different types of applications to help you create a project.
True