click below
click below
Normal Size Small Size show me how
Mod1 ComProg
Computer Programming Module 1
| Question | Answer |
|---|---|
| ______ is a multistep process for creating a program. it is a way of giving computers instructions about what they should do next | Programming |
| Programming is important for learning to _____, create eco- friendly solutions for global problems. | Innovate |
| A _______ is a list or sequence of instructions that tell a computer what to do. | Computer Program |
| A _____ is a type of written language that tells computers what to do in order to work. | Programming Language (PL) |
| It consists of rules governing the structure and content of the statement that should be followed | Syntax |
| is a well-written set of instructions and statements to develop a program | Source Code |
| ___________ translates a program written from an assembly language to a low-level language | Assembler |
| __________ translates each statement or one line at a time and executed immediately after translation | Interpreter |
| ________ translates all statements at one time. It provides all the error messages – called diagnostics- at once | Compiler |
| Instructions written in 0s and 1s are called | Machine Language |
| First step in program development | Requirement Analysis |
| Second Step in program development | System Design |
| Third step in program development | Coding or Writing The Program |
| Fourth step in program development | Testing and Debugging |
| Fifth step in program development | Documentation and Maintenance |