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