click below
click below
Normal Size Small Size show me how
6-8 CS Terms
2022 Computer Science, Vocabulary, Grades 6-8
Term | Definition |
---|---|
algorithm | A list of steps or instructions followed in a sequence (correct order) to complete a task. |
efficient | Describes an algorithm, program, or code that does not waste space or time. Efficient |
prompt | A message on the screen of a digital device that waits for user input. |
variable | A placeholder for pieces of information that can change. |
statement | A single line of code that performs a specific task. |
bug | Part of a computer program that does not run (execute) correctly. |