Top Banner
MOTHERBOARD, BUS AND MACHINE CYCLES Caleigh Crowell Jacob Moore
20

Motherboard presentation it

Jun 23, 2015

Download

Education

crowellcale

motherboard, bus and machine cycle
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Motherboard presentation it

MOTHERBOARD, BUS AND MACHINE

CYCLES

Caleigh Crowell

Jacob Moore

Page 2: Motherboard presentation it

What Is A Motherboard?

Primary Circuit Connects all core components

Page 3: Motherboard presentation it

Why A Motherboard Matters Allows components to communicate General-purpose and special-purpose

Page 4: Motherboard presentation it

Who Has A Motherboard

Desktop PCs Notebook PCs Cell phones IPods Servers Supercomputers Outside devices to be connected to the

system components

Page 5: Motherboard presentation it

Picture of IPhone Motherboard

Page 6: Motherboard presentation it

Personal Computer Motherboard Sockets of microprocessor, main

memory, ROM, expansion slots Also includes buses

Page 7: Motherboard presentation it

Different Size Motherboards Small ex. netbooks, tablets, or smart

phones Large ex. Alienware Area-51 ALX

desktop comptuer

Page 8: Motherboard presentation it

What is A Bus?

Subsystem Transfers data

Page 9: Motherboard presentation it

Why Does A Bus Matter?

Connects components of computer system

Page 10: Motherboard presentation it

Speed of the Bus

Impact performance of a CPU

Page 11: Motherboard presentation it

Front Side Bus

More commonly known as the FSB Considered the most important bus Connects the CPU to the northbridge

Page 12: Motherboard presentation it

Other Bus’s

Internal Bus PCI Bus - Connects external devices to

the core system components through expansion slots, or USB or PCI connections.

LPC Bus - Connects ROM and sometimes other input devices to the CPU.

Page 13: Motherboard presentation it

Machine Cycles

Page 14: Motherboard presentation it

Definition

Machine Cycle - used as an orderly method of processing software instructions.

Page 15: Motherboard presentation it

Why This Matters

Provides organized method for the processor to carry out instructions from the server.

Without the machine cycle the processor would not be able to execute software code.

Page 16: Motherboard presentation it

Step 1

Fetch

Instructions are fetched from primary storage (RAM) or its cache memory.

Page 17: Motherboard presentation it

Step 2

Decode

The control unit decodes the instruction and then sends it to the arithmetic logic

Page 18: Motherboard presentation it

Step 3

Execute

The decoded instruction is sent to the ALU to execute.

Page 19: Motherboard presentation it

Step 4

Store

The results of the instructions are stored back primary storage.

Page 20: Motherboard presentation it

Machine Cycle Facts

Today’s processors can overlap machine cycles and even execute multiple instructions simultaneously.

Machine Cycle’s keep computers running smoothly, and processing orderly.