Ch. 1 + 5 (functions) vocabulary Flashcards
Program
A set of instructions the computer follows to perform a task.
Programmer
Person who can design, test and create computer programs.
Hardware
The physical components that make up a computer.
Central Processing Unit (CPU)
The part of the computer that actually runs the programs. The most important component of the computer.
Microprocessors
CPUs located on small chips.
Main memory (RAM)
Stands for Random Access Memory. Where a computer stores a program while it’s running, along with data used by the program.
Secondary storage
Can store data for long periods of time, even when the computer is off. For example, disc drive, solid state drive, flash drives, etc.
Input
Data the computer collects from people and other devices.
Input device
Component that collects data.
Output
Data produced by the computer for other people or devices.
Output device
Device used to format and present output.
Application software
Programs that make the computer useful for everyday tasks
System software
Programs that control and manage basic operations of the computer.
Byte
Just enough memory to store a small number or a letter. Consists of 8 bits.
Bit
Stands for binary digit. The smallest piece of information that can be stored.
Digital
Describes any device that stores data as binary numbers.
Assembly language
Language made up of mnemonics that is close in nature to machine language. Requires a good understanding of how the CPU works.
Algorithm
A set of well-defined logical steps that must be taken to perform a certain task.
Pseudocode
Fake code.