MBMPowered by DeSiaMore System Unit 1. MBMPowered by DeSiaMore Definition The system unit/system...

Post on 28-Dec-2015

213 views 0 download

Tags:

Transcript of MBMPowered by DeSiaMore System Unit 1. MBMPowered by DeSiaMore Definition The system unit/system...

MBM Powered by DeSiaMore

System Unit

1

MBM Powered by DeSiaMore

Definition

The system unit/system cabinet is a container that

houses most of the electronic components that make

up the computer system.

Types of the system units vary depending on the type

of the microcomputer e.g. Desktop, Notebook, and

Tablet system units.

2

MBM Powered by DeSiaMore

System unit components

Motherboard/Mainboard CPU Memory Bus lines Ports and Cables Power Supply System Clock Expansion Slots

3

MBM Powered by DeSiaMore

Motherboard Board

Also known as main board or system board Allows I/O devices to communicate with the

system unit. It provides connections between processors,

memory units, and sockets or expansion slots.

A flat circuit board with sockets and chips

4

MBM Powered by DeSiaMore 5

MBM Powered by DeSiaMore 6

MBM Powered by DeSiaMore

Expansion Slots

Expansion slots are where additional circuit boards can be plugged in.

Each expansion slot has 1 external port where a peripheral device can be connected.

7

MBM Powered by DeSiaMore

Microprocessor

CPU control unit arithmetic and logic unitRegisters –

Instruction registerData register

8

MBM Powered by DeSiaMore

Control Unit

Tells system how to carry out program instructions

Directs flow between memory and the arithmetic and logic unit

Directs signal flow between the CPU and input and output devices

9

MBM Powered by DeSiaMore

Arithmetic Logical Unit (ALU)

performs arithmetic and logical operations on data

adds, subtracts, multiplies, compares

10

MBM Powered by DeSiaMore

Registers

Special-purpose High-speed Temporary storage Located inside CPU

Instruction register

Holds instruction currently being executed

Data register

Holds data waiting to be processed

Holds results from processing

11

MBM Powered by DeSiaMore

Microprocessor Chips

Word size Number of processed bits at a time Expresses chip capacity Size of word determines power

12

MBM Powered by DeSiaMore

Memory

Computer memory is a collection of chips on the motherboard where all computer processing and program instructions are stored while in use.

It enables the CPU to retrieve data quickly for processing.

13

MBM Powered by DeSiaMore

Memory Capacity

Kilobyte (KB) 1,000 bytes

Gigabyte (GB) 1 billion bytes

UUnniitt

CCaappaacciittyy

Megabyte (MB) 1 million bytes

Terabyte (TB) 1 trillion bytes

14

MBM Powered by DeSiaMore

Types of Memory

RAM-Random access Memory- also known as main memory or primary

memory

ROM – read only memory

CMOS-Complementary Metal-oxide semiconductor.

15

MBM Powered by DeSiaMore

holds data and programs being processed by CPU

Volatile - when power shuts off, contents of RAM are emptied

Exception - flash RAM can retain data when power disrupted, used in high end portable computers

RAM

16

MBM Powered by DeSiaMore

ROM

Read-only memory Also called Firmware

Cannot be changed by the user

Used for start-up instructions, keyboard control capabilities

17

MBM Powered by DeSiaMore

CMOS

Complementary metal-oxide semiconductor:

Flexible and expandable memory Holds startup information on system

components Non-volatile Its contents may be updated

18

MBM Powered by DeSiaMore

Bus Lines

Data pathways that connect system components

Data roadway for traveling bits

More lanes, faster traffic; 64 bit bus faster than a 32 bit

19

MBM Powered by DeSiaMore

Ports and Cables

Ports are connecting sockets

Cables connect input and output devices to ports

20

MBM Powered by DeSiaMore

System Clock Is a circuit that emits a continuous stream of

high and low pulses that are all exactly the same length

Controls speed and synchronizes operations

Expressed in megahertz

Determines the speed of the computer

21

MBM Powered by DeSiaMore

System board Holds the various other system components

Microprocessor Contains the CPU on a chip

Memory Holds programs and instructions

System clock Controls speed of computer operations

Expansion Connect to network and otherslots/boards system capabilities

Bus lines Connect various internal system components

Ports Connect outside devices to system unit

Component Function

SUMMARY OF THE SYSTEM UNIT COMPONENTS

22

MBM Powered by DeSiaMore

How does the computer process data?

A computer is an information-processing machine that works by converting all kinds of data/information into binary numbers (ones and zeros) and then using simple mathematics to make decisions about, or to rearrange, those numbers

23

MBM Powered by DeSiaMore

How does the computer process data? Data and instructions are represented in a

binary form

In binary form, ones, can be stored as magnetized spots while the zeroes can be stored as unmagnetized spots on a hard disc.

Movement and transformation of electrical pulses in electrical circuits.

24

MBM Powered by DeSiaMore

Data Representation

Binary.i.e Os and 1s Bit: BInary digiT

Smallest unit of information/storage - sufficient to hold one bit

Can take one of two values (true and false or 0 and 1, or yes or no)

Byte: Smallest addressable unit of storage Usually 8 bits Typically holds one character

25

MBM Powered by DeSiaMore

Word

– Fundamental unit of storage in a computer– Word size is one of chief distinguishing

characteristics of a computer– Typical size in modern computers: 4 bytes or

8 bytes– An instruction is usually one or more words

long– A word can be used to hold a whole number

of characters

26

MBM Powered by DeSiaMore

Data Data:

Numbers, characters, images, or other method of recording

Represented in binary. Has no meaning on its own. When interpreted by data processing system it takes

on meaning and becomes information. Data storage:

– Setting of individual bits to specific values, destroying its previous contents

Data retrieval:– Copying the contents of a particular memory cell to

another storage area.– Original data remains unchanged

27

MBM Powered by DeSiaMore

Binary Coding Schemes

ASCII – used for microcomputers

EBCDIC – used for large computers

Unicode – 16 bit code

Used to support International Languages

28

MBM Powered by DeSiaMore

0100 0001

How the letter is represented in ASCII code.How the letter is represented in ASCII code.

Binary Coding Schemes

29

MBM Powered by DeSiaMore

ASCII code

Common decimalrepresentation

Binary representation

3 + 5 0011 0011

0010 1011

0011 0101

30

MBM Powered by DeSiaMore

Machine Cycle

A machine cycle is a series of steps a CPU takes to execute an instruction Instruction Cycle

Fetching- for command or data Decoding – break down the command to

resemble those in the CPU’s instruction set. Execution Cycle

required data located instruction executed results stored

31

MBM Powered by DeSiaMore

How fast is a computer?

Cycle Time Measured in MIPS – millions of instructions

per second (also known as Megahertz) slow (milliseconds) medium (nanoseconds) fast (picoseconds)

32

MBM Powered by DeSiaMore

Microprocessor Technology and Speed

Affected by size of word (size of registers) how many bits the processor can read

Affected by width of bus How many bits can travel along the bus

Affected by Clock Speed Reduced Instruction Set Computing (RISC)

33