click below
click below
Normal Size Small Size show me how
1.6 AC Vocab
| Term | Definition |
|---|---|
| Bug | A flaw in a computer program that causes the program to produce an incorrect result or behavior. |
| Error | An incorrect result produced by a computer program. |
| Debug | To identify bugs or errors in computer hardware or programs and fix them. |
| Increment | To increase the value of a numeric variable by a set amount. |
| Live Programming | A programming environment where updates to a program during development automatically appear on the connected testing device. |
| Compiler | A program that translates instructions or code into a language that can be read and understood by a computer. |
| Pair Programming | Two people working together to create a computer program. One person, called the driver, writes the code and explains the logic, while the other person, called the navigator, reviews it and gives feedback. |
| Driver | The person who writes the code in a computer program when two programmers are working together. |
| Navigator | The person who observes or reviews each line of code in a computer program as it is typed when two programmers are working together. |
| Compilation Error | Issues in a program’s code. |