WorksheetsComputer Science Terms #1
Total questions: 15
Worksheet time: 15mins
A single line of code that performs an action
(a)
Information a program gives to the user, such as text.
(a)
A group of letters, symbols and/or numbers inside double quotation marks.
(a)
The exact spelling, symbols,
and order of code
(a)
A note that the computer ignores.
(a)
A multi-line comment at the top of a program surrounded by " " " marks.
(a)
When the computer encounters something unexpected in your code.
(a)
A storage container for information.
(a)
Storing information in a variable.
(a)
Information the program receives from the user.
(a)
A collection of code from outside the program.
(a)
A named code action that can be used in a program.
(a)
Information that a function needs to know in order to run.
(a)
A command which sends output to the console.
(a)
A command which collects information from the user.
(a)
