Set of instructions that tells a computer what to do to accomplish a particular task or to solve a problem.
What is a computer program?
A set of rules that must be followed.
What is syntax?
Another name for a loop structure.
What is iteration?
A type of an infinite loop in Scratch is using the ______________ block.
What is Forever?
What is executing?
An indefinite loop which runs the internal code as long as a certain value/condition remains on true.
What is a while statement?
Human-like representation of machine language that uses symbols and recognizable codes.
What is Assembly Language?
A teaching program that allows the programmer to use blocks to build code creations.
What is Scratch?
Easiest programming language to learn and use. Examples would be C++, JavaScript and Python.
What is high-level language?
Clicking on the green flag in SCRATCH is called an _____________.
What is an event?
8 bits equals this
What is a byte?