click below
click below
Normal Size Small Size show me how
1.6 Vocab
Term | Definition |
---|---|
bugs | 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. |