click below
click below
Normal Size Small Size show me how
CS Unit 2
| Term | Definition |
|---|---|
| Code | Another word for a program, which is a sequence of instructions for a computer. |
| Comment | Text in code that is not executed, used to explain the code. |
| Logic Bug | When the logic of your code is incorrect. This means that the code will run without showing any errors, but it doesn't work as intended. |
| Print Command | A command that outputs information to the user. |
| Program/Software | A complete set of instructions given to a computer to solve a task. |
| Programming Language | A formal language comprising a set of instructions for computers. |
| Syntax | The set of rules that defines the combinations of symbols considered correctly structured programs in a language. |
| Syntax Bug | When the syntax of your code is incorrect |
| # | A single comment in Python |
| ''' | A multi-line comment in Python |
| Python | A popular programming language |