1
|
|
2
|
|
3
|
|
4
|
|
5
|
- Computers accept information from the outside world
|
6
|
- Computers produce information and send it to the outside world.
- A video monitor is a common output device.
|
7
|
- The processor, or central processing unit (CPU), processes information
and performs all the necessary arithmetic calculations.
|
8
|
- Memory and storage devices are used to store information
|
9
|
|
10
|
- Information comes in many forms
|
11
|
- A bit (binary digit)
- is the smallest unit of information
- can have two values
- can represent numbers, codes, or instructions
|
12
|
- Each switch can be used to store a tiny amount of information, such as:
- An answer to a yes/no question
- A signal to turn on a light
|
13
|
- ASCII - American Standard Code for Information Interchange
- most widely used code, represents each character as a unique 8-bit
code.
|
14
|
- The computer stores programs as collections of bits.
- For instance, 01101010 might instruct the computer to add two numbers.
|
15
|
- Common terms might describe file size or memory size:
|
16
|
- MB: (megabyte): about 1 million bytes of information
- GB: (gigabyte): about 1 billion
bytes of information
- TB: (terabyte): about 1 million megabytes of information
|
17
|
- The transformations are performed by the CPU - the central processing
unit or processor.
|
18
|
- When purchasing a computer, selecting a CPU is very important. The two
most critical factors are:
|
19
|
- Not all software is compatible with any given CPU. Each computer has a unique instruction
set - a vocabulary of instructions the processor can execute.
- New microprocessors can usually run older software, but new software is
not usually compatible with old microprocessors.
|
20
|
- The computer’s speed is measured by the speed of its internal clock - a
device to synchronize the electric pulses.
|
21
|
- A computer’s speed cannot be judged by megahertz alone.
|
22
|
|
23
|
- Parallel processing places multiple processors in a computer.
- Most supercomputers have multiple processors that divide jobs into
pieces and work in parallel on the pieces.
|
24
|
- RAM (random access memory):
|
25
|
|
26
|
- Information travels between components through groups of wires called buses.
|
27
|
- Busses also connect to slots inside the computer as well as
|
28
|
- Slots and ports also allow external devices called peripherals to be added to the system
(keyboard, monitor, and mouse).
|
29
|
|