Understanding the Role of the CPU and RAM in a Computer System - Prof. Christopher S. Toll, Study notes of Introduction to Business Management

An introduction to the cpu, its function as the 'brain' of a computer, and its relationship with ram. It explains how software programs are stored on the hard drive but require quick access to data, which is facilitated by ram. The document also covers the concept of the frontside bus and the role of the northbridge in connecting the cpu and ram. Additionally, it discusses the use of cache to speed up the processor.

Typology: Study notes

Pre 2010

Uploaded on 08/07/2009

koofers-user-pfs-1
koofers-user-pfs-1 🇺🇸

10 documents

1 / 4

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Introduction to the Processor
September 4 (Day); August 29 (Night)
Introduction to the Processor:
oThe CPU (a.k.a. processor) is the “brain” of the computer (p. 29).
oA CPU is an electronic device that accepts input and performs some task (a.k.a.
function) based on that input. These tasks may be arithmetic (such as adding 2 + 2)
or sending an image to the video card to be displayed on the monitor (p. 29).
oThe collection of all the functions that a CPU can perform is called the CPU’s
instruction set (p. 29).
oSoftware programs and different pieces of hardware send commands to the CPU
telling it to perform a function within its instruction set (p. 29).
Relationship between CPU and RAM:
oSoftware programs are stored on the hard drive. These programs must be sent from
the hard drive to the CPU, but the hard drive is far too slow and cannot get data to the
CPU fast enough (p. 29).
oTo compensate for this problem, commands and data from software do not go
directly to the CPU, but rather are stored in random access memory (a.k.a. RAM).
This RAM is very fast and can best be thought of as short term memory (p. 29).
oData generated by the CPU must be stored somewhere and that somewhere is RAM
(p. 30).
oWhy do we not use RAM for everything (p. 30)?
Hard drives can store 1000s more data than RAM.
RAM is volatile.
All programs do not run at once.
Moving Data from RAM to the CPU:
oThe wires that connect the different components on the motherboard are known as
traces (p. 30).
oThe Northbridge is a special chip that connects RAM and the CPU and also connects
the CPU to computer’s very fastest components (p. 30).
pf3
pf4

Partial preview of the text

Download Understanding the Role of the CPU and RAM in a Computer System - Prof. Christopher S. Toll and more Study notes Introduction to Business Management in PDF only on Docsity!

Introduction to the Processor September 4 (Day); August 29 (Night)  Introduction to the Processor: o The CPU (a.k.a. processor) is the “brain” of the computer (p. 29). o A CPU is an electronic device that accepts input and performs some task (a.k.a. function) based on that input. These tasks may be arithmetic (such as adding 2 + 2) or sending an image to the video card to be displayed on the monitor (p. 29).

o The collection of all the functions that a CPU can perform is called the CPU’s

instruction set (p. 29). o Software programs and different pieces of hardware send commands to the CPU telling it to perform a function within its instruction set (p. 29).  Relationship between CPU and RAM: o Software programs are stored on the hard drive. These programs must be sent from the hard drive to the CPU, but the hard drive is far too slow and cannot get data to the CPU fast enough (p. 29).

o To compensate for this problem, commands and data from software do not go

directly to the CPU, but rather are stored in random access memory (a.k.a. RAM). This RAM is very fast and can best be thought of as short term memory (p. 29). o Data generated by the CPU must be stored somewhere and that somewhere is RAM (p. 30). o Why do we not use RAM for everything (p. 30)?  Hard drives can store 1000s more data than RAM.  RAM is volatile.  All programs do not run at once.

 Moving Data from RAM to the CPU:

o The wires that connect the different components on the motherboard are known as

traces (p. 30).

o The Northbridge is a special chip that connects RAM and the CPU and also connects

the CPU to computer’s very fastest components (p. 30).

Relationship between RAM, Northbridge, and CPU

o The Southbridge connects the processor to the very slowest components such as the

hard drive, interrupt controller chip, etc.

o The frontside bus is a group of 64 traces that connects the CPU, Northbridge, and

RAM (p. 30).

 The CPU uses the address bus to tell the Northbridge the location in

RAM of the data it wants next.

 The data bus , in turn, carries all of the data between the CPU and RAM.

 The frontside bus is also known as motherboard bus or external bus.

Parts of the Frontside Bus Northbridge also connects to other devices.

Multipliers for the AMD Processor

 Identifying a CPU:

o Windows System Information Tool (p. 35). o Right-click the My Computer icon from the Desktop, and choose the Properties tab (p. 35). o Physically look at the CPU by removing the case (p. 36). o Reboot the CPU and watch the CPU information scroll by (p. 36). o Download a CPU identification software program (p. 36).