| A | B |
| errors often occur because software is not installed properly, needed files have been moved to another directory (folder), or the path from your text editor to the compiler is not set up correct. | System |
| A ________error is caused by code statements that violate the code rules in the programming language, such as using a keyword for a variable or forgetting to put a semicolon at the end of a statement. | Syntax |
| __________________errors occur as that result of poor programming design. | Logical |
| __________________starts after the code is appropriately tested, approved for release, and sold or otherwise distributed into a production environment. | Deployment |
| Which File type causes a program to be launched? | .exe |
| A/an _________ is the step by step instructions that the computer needs to follow to transform the input data into output data. | Algorithm |
| The user ____________ is the way in which a user interacts with a computer. | Interface |
| This uses 1s and 0s to represent on and off | Binary |