1 / 53

The System Unit: COMPONENTS

The System Unit: COMPONENTS. Data and Program Representation. In order to be understood by a computer, data and programs need to be represented appropriately Coding systems: Used to represent data and programs in a manner understood by the computer

smtih
Download Presentation

The System Unit: COMPONENTS

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. The System Unit: COMPONENTS

  2. Data and Program Representation In order to be understood by a computer, data and programs need to be represented appropriately Coding systems: Used to represent data and programs in a manner understood by the computer Digital computers: Can only understand two states, off and on (0 and 1) Digital data representation: The process of representing data in digital form so it can be understood by a computer

  3. Digital Data Representation Bit: The smallest unit of data that a binary computer can recognize (a single 1 or 0) Byte = 8 bits Byte terminology used to express the size of documents and other files, programs, etc. Prefixes are often used to express larger quantities of bytes: kilobyte (KB), megabyte (MB), gigabyte (GB), terabyte (TB), etc.

  4. The Binary Numbering System Numbering system: A way of representing numbers Decimal numbering system Uses 10 symbols (0-9) Binary numbering system Uses only two symbols (1 and 0) to represent all possible numbers In both systems, the position of the digits determines the power to which the base number (such as 10 or 2) is raised

  5. Coding Systems for Other Types of Data Audio data: Must be in digital form in order to be stored on or processed by a computer Often compressed when sent over the Internet MP3 files Video data: Displayed using a collection of frames, each frame contains a still image Amount of data can be substantial, but can be compressed

  6. Inside the System Unit System unit: The main case of a computer Houses the processing hardware for a computer Also contains storage devices, the power supply, and cooling fans Houses the CPU, memory, interfaces to connect to peripheral devices (printers, etc), and other components such as CD/DVD drives With a desktop computer, usually looks like a rectangular box

  7. Inside the System Unit

  8. What are the Common Components inside the system unit? • Motherboard • Memory • Adapter cards • sound card • video card • network card • Ports • Drive Bays • Power Supply Rear View

  9. keyboard and pointing device are on top of the system display is part of the unit System Unit for Laptops and PDA Motherboard

  10. The Motherboard Computer chip: A very small pieces of silicon or other semi-conducting material onto which integrated circuits are embedded Circuit board: A thin board containing computer chips and other electronic components Motherboard or system board: The main circuit board inside the system unit All devices must connect to the motherboard External devices (monitors, keyboards, mice, printers) typically connect by plugging into a port exposed through the exterior of the system unit Wireless devices connect through a transceiver or wireless networking technology (like Bluetooth)

  11. What is The Motherboard? • Also known as the system board. • main circuit board of the system unit. • Components attached to the motherboard • processor • memory • chipsets • buses • system clock • expansion slots and adapter cards • ports Function of Mboard

  12. Function of the Motherboard? • provides means of communication between processor and memory. • bus is a subsystem that transfers data between computer components inside a computer or between computers. PCI Express bus card slots (from top to bottom: x4, x16, x1 and x16), compared to a traditional 32-bit PCI bus card slot (bottom). How Bus Works

  13. bus provides means of transportation video file video file video file video file video file bus stops are the memory, the processor and other peripheral devices bus carries data and instruction from one stop to another and drop them off as these stops

  14. Chipsets: Regions of the Motherboard • Northbridge connects directly to the processor via the front side bus (FSB). • Southbridge connects secondary buses to the Northbridge, this allows the other component to connect with the processor. Types of Buses

  15. Types of computer Buses • The Frontside bus (FSB) connects the cpu to the Nortbridge. • The memory busconnects the northbridge to the memory. • The IDE or ATA bus connects the southbridge to the disk drives. • The AGP bus connects the video card to the memory and the CPU. • The PCI bus connects PCI slots to the southbridge. Old MoBo

  16. Processor

  17. The CPU

  18. What is Processor? • central processing unit (CPU) • brain of the computer • most important and most expensive • various sizes and speed • Functions of the processor • execute instructions • instructions from program • process data What is Multicore?

  19. How the CPU Works CPU: Consists of a variety of circuitry and components packaged together Transistor: Key element of the microprocessor Made of semi-conductor material that acts like a switch controlling the flow of electrons inside a chip Today’s CPUs contain hundreds of millions of transistors; the number doubles about every 18 months (Moore’s Law)

  20. Typical CPU Components Arithmetic/Logic Unit (ALU): Performs integer arithmetic and logical operations Floating Point Unit (FPU): Performs decimal arithmetic Control unit: Coordinates and controls activities Prefetch unit: Tries to fetch data and instructions before they are needed from cache or RAM Decode unit: Translates instructions so they are understood by the control unit, ALU, and FPU Internal cache and registers: Store data and instructions needed by the CPU Bus interface unit: Allows the core to communicate with other CPU components

  21. Typical CPU Components

  22. What is Multi-core Processor? • A multi-core processor is a chip with two or more separate processors. • Dual-core • single chip that contains two separate processors. • Quad-core • single chip that contains four separate processors.

  23. THE two MOST ESSENTIAL Components of the processor1. Arithmetic logic unit2. control unit

  24. What is the Control Unit? • Components of the processor that manages all of the computer resources. • control and directs the flow of data through the processor and to and from other devices. instructions editing ALU?

  25. What is The Arithmetic And Logic Unit - ALU? • performs arithmetic related operations, comparison operations and logical operations. • Functions of Arithmetic Logic Unit (ALU) • Arithmetic • addition, subtraction, multiplication, division • Comparison • equal to, greater than, less than, greater or equal to, lesser or equal to • Logical • AND, OR, NOT Machine cycle

  26. What is the Machine Cycle? • The repetition of series of steps for every instruction the processor executes. Factors of Processor

  27. The System Clock and the Machine Cycle Machine cycle: The series of operations involved in the execution of a single machine level instruction Fetch: The program instruction is fetched Decode: The instructions are decoded so the control unit, ALU, and FPU can understand them Execute: The instructions are carried out Store: The original data or the result from the ALU or FPU execution is stored in the CPU’sregisters

  28. Factors that determine the speed of processor • What is Register? • small, high-speed temporary storage located in the ALU. • Functions of Registers Factors of Processor

  29. Factors that determine the speed of processor • What is System Clock? • Controls timing of all computer operations. • Each tick is a clock cycle • Measured in hertz, cycles per second. • 2.4 GHz means ~ 2.4 billion cycles per second. • the speed of processor to carry out an instructions depends on the speed of the system clock. Factors of Processor

  30. Factors that determine the speed of processor CPU clock speed: One measurement of processing speed Measured in megahertz (MHz) or gigahertz (GHz) Higher CPU clock speed = more instructions processed per second Alternate measure of processing speed is the number of instructions a CPU can process per second Megaflops, gigaflops, teraflops

  31. Factors that determine the speed of processor • What is Cache (“cash”) Memory? • sometimes called “RAM cache” or “cache memory” – measured in KB or MB • Special high-speed memory that allows a microprocessor to access data rapidly than from memory located elsewhere on the motherboard. • Level1 cache(L1) – built into the processor chip. • Level2 cache(L2) – located on a separate chip and takes little more time to get data to the processor. • used in motherboard, but was later built into the CPU • Usually tied with the processor brand and model – non-upgradeable. Factors of Processor

  32. Factors that determine the speed of processor • Method of processing • Serial Processing. • process must complete all of the steps of machine cycle before it begins to process a new instruction. • Pipelining • a technology that allows a processor to begin a new instruction before it completes the previous one. • Parallel Processing • new technology for new generation processors • allows simultaneous multi-processing. Modern Processor

  33. Factors that determine the speed of processor Other factors (CPU architecture, memory, bus speed, amount of RAM, etc.) also affect the overall processing speed of a computer Benchmark tests: Can be used to evaluate overall processing speed

  34. Bus Width, Bus Speed, and Bandwidth Bus: An electronic path over which data can travel Bus width: The number of wires in the bus over which data can travel Bus width and speed determine the throughput (or bandwidth) of the bus The amount of data that can be transferred by the bus in a given time period

  35. Memory Memory refers to chip based storage RAM (random access memory): Computer’s main memory Consists of chips arrange on a circuit board called a memory module plugged into the motherboard Stores essential parts of operating system, programs, and data the computer is currently using Adequate RAM is needed to run programs Volatile: Contents of RAM is lost when the computer is shut off Most personal computers use SD-RAM MRAM and PRAM: non-volatile RAM under development

  36. Memory Registers: High-speed memory built into the CPU; used by the CPU ROM (read-only memory): Non-volatile chips located on the motherboard into which data or programs have been permanently stored Retrieved by the computer when needed Being replaced with flash memory for firmware Flash memory: Type of nonvolatile memory that can be erased and reprogrammed Some flash memory chips are used by the computer Flash memory chips are also used in flash memory storage media (sticks, cards, and drives)

  37. Fans, Heat Sinks, and Other Cooling Components Heat: A continuing problem for CPU and computer manufacturers Fans: Used on most personal computers Heat sinks: Small components typically made out of aluminum with fins that help to dissipate heat Water cooling systems: Cool the computer with liquid-filed tubes Notebook cooling stands Other cooling methods (such as ion pump cooling systems) are under development

  38. Fans, Heat Sinks, and Other Cooling Components

  39. Expansion Slots, Expansion Cards, and ExpressCards Expansion slot: A location on the motherboard into which expansion cards are inserted Expansion card: A circuit board used to add additional functionality or to attach a peripheral device ExpressCard modules: Designed for notebook computer expansion

  40. Buses Bus: An electronic path within a computer over which data travels Expansion bus: Connects the CPU to peripheral (typically input and output) devices Memory bus: connects CPU directly to RAM Frontside bus: connects CPU to I/O bridge PCI and PCI Express (PCIe) bus Universal Serial Bus (USB) FireWire/IEEE 1394 bus

  41. Buses

  42. Ports and Connectors Port: A connector on the exterior of a computer’s system unit to which a device may be attached • SCSI • MIDI • IrDA • Flash memory card slots • Game • Audio • eSATA • Monitor (VGA, DVI, HDMI) • Network • Modem • USB • FireWire • Keyboard

  43. Ports and Connectors

  44. Ports and Connectors Many desktop computers come with a variety of ports on the front of the system unit for easy access A wired or wireless hub can connect many devices to a single USB or FireWire port

  45. Quick Quiz 1. Which type of memory is erased when the power goes out? a. ROM b. RAM c. flash memory 2. True or False: The CPU can also be called the motherboard. 3. A(n) electronic path within a computer over which data travels is called a(n) _____________.

  46. TERMS DEFINITION PCI - Peripheral Component Interconnect AGP - Accelerated Graphics Port USB - Universal Serial Bus DDR3 SDRAM - double-data-rate three synchronous dynamic random access memory FSB - Front Side Bus ALU - Arithmetic Logic Unit

  47. Making Computers Faster and Better Now and in the Future Improving performance today Add more memory Perform system maintenance Uninstall programs properly Consider placing large files on external storage devices Delete temporary files Error check and defragment Scan for viruses and spyware Clean out dust once or twice a year Buy a larger or second hard drive Upgrade your Internet connection Upgrade your video graphics card

  48. Making Computers Faster and Better Now and in the Future Strategies for faster and better computers Improved architecture: Smaller components, faster bus speeds, multiple CPU cores, etc. Improved materials: New backing materials, flexible circuits, etc. Pipelining: Allows multiple instructions to be processed at one time Multiprocessing and parallel processing: Use multiple processors to speed up processing

  49. Pipelining

  50. Future Trends Nanotechnology: The science of creating tiny computers and components less than 100 nanometers in size Carbon nanotubes used in many products today Nanoparticles and nanosensors Future applications may be built by working at the individual atomic and molecular levels

More Related