Intro stuff
Careers
Scratch Basics
Variables
Conditions
100
The minimum amount of characters in a strong password.
What is 8?
100
A person that writes programs and computer code.
what is a programmer?
100
What green object can be used to start programs running in Scratch?
What is the flag?
100
Variables are information storage located in this.
What is memory?
100
This is evaluated to determine if code is executed or not.
What is a Boolean expression? OR what is an expression?
200
Other than numbers and letters, these should also be included in a password.
What are symbols? / what are special characters?
200
A person that works with data bases
What is a Data Base Administrator (DBA)?
200
What command is most often used to cause a sprite to be displaced a set amount of steps?
What is MOVE?
200
To create a new variable in Scratch, this is clicked.
What is Make a Variable?
200
This allows for a single outcome to occur based upon if an Boolean expression is true or not.
What is if?
300
This type of network is located in one room, or one general area.
What is a LAN?
300
Career where the person designs, deploys, and maintains the computer equipment that makes the network infrastructure work ?
What is a network engineer
300
How do we get a character to communicate to the user or programmer?
What is Say? or What is Think?
300
This is used to assign a variable some information.
What is Set?
300
This Scratch block allows a step or several steps to execute a specific amount of times.
What is repeat ?
400
This is the type of numbering system that computers "know" and understand.
What is binary?
400
A career where they they have to take the customer requirements and build a system (hardware or software) that gives the customer satisfaction.
What is a systems analyst?
400
This can be added into a Scratch program to cause a short pause to occur in the running application.
What is Wait?
400
This places a variable in the display so that it can be monitored while the application is running.
What is Show Variable?
400
This looping mechanism will repeat code as long as the condition /Boolean expression is true.
What is forever if?
500
something that is plugged into the computer.
What is a peripheral device?
500
A job that produces technical manuals on how to use software.
What is a technical writer/ editor?
500
This can be used to switch the sprite's costume to the next one.
what is Next Costume?
500
Another Computer Science word for increasing a variable by 1.
What is increment(ing)?
500
This looping mechanism will repeat code until an expression becomes false.
What is repeat until?