Chapter One: Introduction to Computers and Programming Flashcards
Program
set of instructions that a computer follows to perform a task. Commonly referred to as Software.
Programmer
person who can design, create, and test computer programs.
Also known as Software Developer
Hardware
the physics devices or components that make up a computer.
Computer is a system composed of several components that all work together.
Central Processing Unit (CPU)
the part of the computer that actually runs programs.
Most important Component.
Without it, cannot run software.
Used to be a huge device
Microprocessors
CPUs located on small chips
Micro-Memory
where computers store:
A program while the program is running
Data used by the program
Known as Random Access Memory or RAM
CPU is able to quickly access data in RAM
Volatile memory used for temporary storage
Contents are erased when computer is off
Secondary Storage
can hold data for long periods of time.
Programs normally stored here and located to main memory when needed.
Disk Drive
magnetically encodes data on a circular disk
flash memory
portable, no physical disk
optical devices
data encoded optically
Input
data the computer collects from people and other devices
Input devices
component that collects the data
Example: keyboard, mouse, scanner, camera
Disk Drives can be considered input devices because they load programs into the main memory.
output
data produced by the computer for other people or devices
Can be text, images, audio, or bit stream
Output Devices
formats and presents output
Example: video display, printer
Disk Drives and CD recorders can be considered output devices because data is sent to be saved.
software
everything the computer does is controlled by software
Application Software
programs that make computer useful for everyday tasks
Byte
just enough memory to store letter or smaller number
Divided into 8 Bits