click below
click below
Normal Size Small Size show me how
Computer Programming
Vocabulary words for Computer Programming activities
| Question | Answer |
|---|---|
| a fault or defect in a computer system or program. | bug |
| the instructions that make up a computer program. | code |
| someone who writes computer programs. | programmer |
| an outline, sketch or plan for how something should be built or made. | design |
| a diagram or chart that shows each step of a process. | flow chart |
| a reasonable way to think about something. | logic |
| a set of instructions written in code that control the operation of a computer or machine. | program |
| a language more simple than a programming language that can be used to design a program. | pseudocode |
| to look for and remove errors from a computer program. | debug |
| a detailed description of how something is or should be built or made. It often includes materials, dimensions, and instructions. | specification |