click below
click below
Normal Size Small Size show me how
C programming
| Term | Definition |
|---|---|
| computer | electronic device which takes input,process it and gives output. |
| Program | Instruction in computer |
| Programmer | Person who writes program |
| Hardware | Physical components of computer |
| Software | Program on a computer |
| CPU | Central processing unit |
| Compact disk | Disk which stores files |
| Flash drive | Drive that stores files and program |
| Hard disk | Disk that stores every part of computer |
| Computer Network | Network used in computer |
| Local Area Network | Networking within computers |
| Wide Area Network | Internet, world wide web |
| Programming Language | Language used in program |
| High-level language | Written instructions |
| Low Level language | Machine codes |
| Main Memory | Volatile which is erased when program terminates or computer is turned off |
| Secondary Storage | Non volatile where data remains saved when computer is switched off |
| machine language | Binary numbers such as 101101000000101 |
| Compiler | Compiles the language. |
| C++ Computer programs | A computer program that compiles languages. |