Basic components, memory

14
CXC Information Technology Unit One – Basic Computer components

Transcript of Basic components, memory

Page 1: Basic components, memory

CXC Information Technology

Unit One – Basic Computer components

Page 2: Basic components, memory

Basic computer components

Every computer, regardless of size, shape or function work in basically the same way

Input Process Output

Page 3: Basic components, memory

Types of computers

Supercomputers Desktop Computers Notebook (laptop) Netbook Handhelds Tablet computers E-book Readers

Page 4: Basic components, memory

Basic components CPU (Brain of the computer)

ALU – Arithmetic and Logic Unit Control Unit

Main memory RAM or ROM

Secondary memory (storage) Diskettes, CD-R’s etc.

Peripheral devices (input and output) Any external device attached

Page 5: Basic components, memory

Information flow in a computer

INPUT

MAIN MEMORY

SECONDARY MEMORY

CPU:

ALU

Control unit

OUTPUT

KEYBOARDMOUSE

JOYSTICKWEBCAM

MICROPHONE

MONITORPROJECTORSPEAKERS

HEADPHONES

DISKETTECD

DVDFLASH DRIVE

Page 6: Basic components, memory

Arithmetic and Logic Unit (ALU)

This is the part of the CPU which is responsible for all mathematical and logic functions. It carries out all calculations and makes any decisions which the computer needs.

Page 7: Basic components, memory

Control Unit

This is the part of the CPU which is responsible for directing all instructions going to the CPU. It tells the instructions when and for how long they can have access to the CPU. The control unit is like a traffic warden, directing and controlling the flow of data.

Page 8: Basic components, memory

Memory

A computer’s memory is either main (primary) or secondary (backing storage).

Main memory is where all the data needed by the CPU to carry out instructions is stored.

Secondary memory provides more space for storing data (diskettes, CD-Rs etc.)

Page 9: Basic components, memory

Main memory

ROM (Read Only Memory)This memory can only be read from. It is non volatile (data remains even though

power is turned off) ROM contains the instructions needed for the

computer to “boot” up properly.

Page 10: Basic components, memory

Main memory

RAM (Random Access Memory)This memory can be read from and written

to. It is volatile (when power is turned off, all

information is lost). Instructions needed by the CPU while it is

working are stored in RAM.The more RAM, the faster the processing

Page 11: Basic components, memory

Main memory – Other types of ROM PROM (Programmable Read Only Memory)

This memory can only be reprogrammed ONCE. EPROM (Erasable Programmable Read Only

Memory) This memory can be reprogrammed more than once.

It must however be reset to its original state.

Page 12: Basic components, memory

RAM vs. ROM

ROM works when the computer is booting up

RAM kicks in when the computer has started. The CPU uses RAM

Secondary storage is used to save data for later.

Page 13: Basic components, memory

Units of memory

Bit – The smallest unit of storage in memory

Byte – a collection of bits (7 or 8) Kilobyte – 1024 bytes (210) Megabyte – 1024 kilobytes Gigabyte – 1024 megabytes

Page 14: Basic components, memory

1 bit1 bit

8 bits = 1 byte8 bits = 1 byte