Lecture 30: From Processor to Computer - Buses and Peripherals, Study notes of Computer Science

An overview of various buses and peripherals in a computer system. It covers the functions and uses of the northside and southside buses, as well as specific peripherals such as disk drives, cd/dvd drives, flash memory cards, power supply, and more. The document also includes explanations of acronyms and standards related to these components.

Typology: Study notes

Pre 2010

Uploaded on 08/18/2009

koofers-user-rzo
koofers-user-rzo ๐Ÿ‡บ๐Ÿ‡ธ

10 documents

1 / 3

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
On the Board
Test is due Monday, 5PM
Back to Processors
Draw the Processor from last class
1. Enclose the picture in a chip-like package
2. Add busses (from drawing)
3. Notes on Nortshide
a. Direct and automatic interface to memory bus (using another form
of finite state controller) DDR (double data rate) memory is more
power efficient than traditional RAM. Speeds range from 2.1
gigabits per second to 6.4 Gbps.
b. Display is just a designated area in memory, with hardware that
interprets the numbers as picture elements (pixels). Often have a
graphics card or display card โ€” it sits between the Northside bus
and the VRAM. A high-end graphics card does 20-30 GigaOps.
c. In a standard PC design, this bus is sometimes called the Northside
bus
d. Programmed interface to I/O bus (using load & store operations on
specially designated memory locations) โ€” hidden by operating
system (OS)
4. Notes on Southside
a. ATA (advanced technology attachment) is most popular standard
for disk drive attachment; sometimes called IDE (integrated device
electronics). Several levels of ATA standard, ranging in speed.
b. Firewire โ€” up to 800 megabits (100 megabytes) per second.
Favored connection for digital cameras, iPods, & external disks.
(ATA connectors are wider and more fragile.)
COMP 200: Elements of Computer Science
Fall 2004
Lecture 30: November 12, 2004
From Processor to Computer
What are all those acronyms?
pf3

Partial preview of the text

Download Lecture 30: From Processor to Computer - Buses and Peripherals and more Study notes Computer Science in PDF only on Docsity!

On the Board Test is due Monday, 5PM Back to Processors Draw the Processor from last class

  1. Enclose the picture in a chip-like package
  2. Add busses (from drawing)
  3. Notes on Nortshide a. Direct and automatic interface to memory bus (using another form of finite state controller) DDR (double data rate) memory is more power efficient than traditional RAM. Speeds range from 2. gigabits per second to 6.4 Gbps. b. Display is just a designated area in memory, with hardware that interprets the numbers as picture elements (pixels). Often have a graphics card or display card โ€” it sits between the Northside bus and the VRAM. A high-end graphics card does 20-30 GigaOps. c. In a standard PC design, this bus is sometimes called the Northside bus d. Programmed interface to I/O bus (using load & store operations on specially designated memory locations) โ€” hidden by operating system (OS)
  4. Notes on Southside a. ATA (advanced technology attachment) is most popular standard for disk drive attachment; sometimes called IDE (integrated device electronics). Several levels of ATA standard, ranging in speed. b. Firewire โ€” up to 800 megabits (100 megabytes) per second. Favored connection for digital cameras, iPods, & external disks. (ATA connectors are wider and more fragile.) COMP 200: Elements of Computer Science Fall 2004 Lecture 30: November 12, 2004 From Processor to Computer

What are all those acronyms?

c. PCI bus (peripheral component interconnect) โ€” used to add new โ€œcardsโ€ to your PC. (Similar standard for laptops, PCMCIA.) Graphics cards often sit on the PCI bus for power, with connections into the Video Bus. Commands come down the PCI bus, data goes over the faster Video Bus. Used to add Ethernet cards, modems, etc. on this bus. Now, television tuners, โ€ฆ d. USB (universal serial bus) โ€” used for modern keyboards, slow cameras, scanners, slower disks, reading lights, โ€ฆ e. Keyboard & Mouse โ€” an old standard that most chipsets support f. Audio connections for speakers, modems, etc. Used to need separate sound cards (PCI); most chipsets now include audio and moden capabilities with reasonable capabilities. g. BIOS connection โ€” to boot your machine, a 1980s PC.

  1. Peripheral devices a. Disk drives โ€” up to 500GB on a single platter today. Only use the outer portion of the disk. Speeds of 3000 RPM and more. Fine grained control of disk head (flying disk heads) using processor on disk arm. b. CD drives/DVD drives โ€” burn information with a laser (state changes in the surface). Different encoding standards, different emulsions. CD-RW works by reheating the emulsion to put it back into a standard state. c. Flash memory cards (BIOS, digital cameras, mp3 players) โ€” a slow, nonvolatile memory.
  2. Power supply, case, and so onโ€ฆ