Unit 1.4-1.8 Flashcards
Bit
binary digit - a 0 or 1
Source code
programs written in high-level languages.
Machine code
machine-level instructions that are uniquely read by computer processors using patterns of 1s and 0s.
Sprite
an object in Scratch that performs functions through scripting.
Stage
The background of a project in Scratch which can have scripts, backdrops, sound, etc.
Costume
the appearance of a sprite.
Motion blocks
medium-blue colored blocks used to control a sprite’s movement in Scratch.
Reporter blocks
a block in Scratch with round edges that contains a value (numbers, sentences, etc.) and can be used inside other blocks.
Looks blocks
purple-colored blocks of code in Scratch that are used to control a sprite’s appearance.
Sensing blocks
light-blue colored Boolean blocks that are used to detect different factors of a project such as touching.
Operator blocks
light-green colored blocks of code used to handle strings and math equations in Scratch.
Event
blocks of code that trigger corresponding behavior (example: Green Flag - starts program)
Broadcast
When blocks of code are executed at a given time by communicating (or broadcasting) a message.
Code statement
is a part of program code that expresses an action to be carried out
Input
user interaction with a program via clicking, mouse movement, or keyboard entry.