NEW
Font size
Worksheetscode.org level 2 vocabulary
Total questions: 10
Worksheet time: 5mins
An action that causes something to happen
event
conditional
function
iteration
Statements that only run under certain condition
event
conditional
function
iteration
A piece of code that you can easily call over and over again
event
conditional
function
iteration
A repetitive action or command typically created with programming loops
event
conditional
function
iteration
A placeholder for a piece of information that can change
variable
while loop
if-statement
for loop
A loop with a predetermined beginning, end, and increment (step interval)
variable
while loop
if-statement
for loop
The common programming structure that implements "conditional statements"
variable
while loop
if-statement
for loop
A loop that continues to repeat while a condition is true
variable
while loop
if-statement
for loop
A way to give information to a computer
input
output
A way to get information out of a computer
input
output
