NEW
Font size
WorksheetsIntroduction to Programming Vocabulary Test
Total questions: 20
Worksheet time: 10mins
computer program
conditionals
variable
input
conditionals
sequence
debugging
varible
debugging
computer program
event
sequence
event
conditional
sequence
computer program
input
output
conditional
sequence
output
input
conditionals
sequence
sequence
computer program
varible
output
varible
computer program
output
input
How is an algorithm similar to a recipe?
The steps must be performed in a CERTAIN order to produce the proper results
The steps can be altered in any way without affecting the results
The steps may be performed in any order to produce the proper results
The steps must be repeated to produce the proper results
What is the process a programmer uses to identify errors and make corrections to a program which does not perform the way it was intended or produces incorrect results?
Executing
Testing
Compiling
Debugging
What is an algorithm?
Chart showing the flow of a series of events
Step-by-step instructions used to solve a problem
Decision arrived at by following instructions
Computer program which follows a chart
The action of doing something over and over again in programming is called a/an _________.
Bug
Algorithm
Loop
Series
Which of the following describes what someone can make with programming?
Game
Animation
Website
All of the above
Code does NOT have to be written in a specific order.
True
False
A person who writes code is called a __________.
Computerologist
Programmer
Commander
Punctuation in code tells the computer certain commands and instructions different than what is read in English.
True
False
Python is an example of a/an ___________.
A. Program you run
B. Output from the computer
C. Programming language
D. Computer virus
Common errors in coding are __________.
Syntax
Spelling
Punctuation
All of the choices are correct
What is an algorithm?
Chart showing the flow of a series of events
Step-by-step instructions used to solve a problem
Decision arrived at by following instructions
Computer program which follows a chart
Which of the following is a set of instructions or rules designed to solve a definite problem?
Output
Loop
Input
Algorithm
