WorksheetsCoding Vocabulary (Part 2)
Total questions: 10
Worksheet time: 5mins
The brain of a program is called a _________________.
CPU (central processing unit)
GPU (graphics processing unit)
Neural Network
Sound Card
If the Boolean expression is true and a different action if the Boolean expression is to false. What kind of statement is this?
Then statement
if-else statement
Get statement
Print statement
High-level, general-purpose programming language is called ________.
Scratch
C++
JavaScript
Python
A container that holds a single number, word, or other information that you can use throughout a program.
Integer
Variable
If/ Then Statement
Print Statement
Containers that hold variables; they're used to group together similar variables.
arrays
variables
if/else statements
print statements
Programming language great for mathematical calculations.
Python
JavaScript
C++
HTML
Block of code that can be referenced by name to run the code it contains.
Array
Variable
Functions
If/ Else Statement
An MIT-developed graphical programming language, where kids can learn drag-and-drop programming basics to create interactive stories and comics.
C++
Python
HTML
Scratch
Computer graphics that you can move via code.
sprites
characters
icons
images
These are set up just like (IF) statements. They check for a condition and run the code in them until the condition is no longer true.
functions
while loops
variables
arrays
