Professor Michael J. Losacco CIS 1110 – Using Computers System Unit Chapter 4.

Slides:



Advertisements
Similar presentations
Chapter 5 The System Unit.
Advertisements

Chapter 4 The Components of the System Unit
© Paradigm Publishing, Inc. 2-1 Chapter 2 Input and Processing Chapter 2 Input and Processing.
Discovering Computers Fundamentals, 2012 Edition Your Interactive Guide to the Digital World.
Chapter 4 The Components of the System Unit
Objectives Overview Discovering Computers 2014: Chapter 6 See Page 248
Chapter 4 The Components of the System Unit. Chapter 4 Objectives Differentiate among various styles of system units Describe the components of a processor.
Living in a Digital World Discovering Computers 2011.
Discovering Computers Fundamentals, 2012 Edition Chapter Four: The Components of the System Unit.
The System Unit The system unit is a case that contains electronic components of the computer used to process data Discovering Computers 2012: Chapter.
Your Interactive Guide to the Digital World Discovering Computers 2012.
Discovering Computers Fundamentals Fifth Edition Chapter 4 The Components of the System Unit.
Chapter 4 The Components of the System Unit. Chapter 4 Objectives Differentiate among various styles of system units Identify chips, adapter cards, and.
COMPONENTS OF THE SYSTEM UNIT
Living in a Digital World Discovering Computers 2010.
Chapter 6 Inside Computers and Mobile Devices Discovering Computers Technology in a World of Computers, Mobile Devices, and the Internet.
Living in a Digital World Discovering Computers 2011.
Your Interactive Guide to the Digital World Discovering Computers 2012.
The Components of the System Unit Chapter 4 By: Janice Colon.
Lesson 3 — How a Computer Processes Data
The Components of the system unit Created By: N.AlJaffan Modified By:S.Abudawood Chapter 4.
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
Chapter 4 The System Unit: Processing and Memory Prepared by : Mrs. Sara salih.
Understanding Computers, Ch.31 Chapter 3 The System Unit: Processing and Memory.
Chapter 4 The Components of The System Unit Matt Vanacore, Ryan Bratton, Thomas Bender.
By Tyler Williams and Jake Eichorn. The System Unit The system unit is a case that contains electronic components of the computer used to process data.
Discovering Computers 2012: Chapter 4
Objectives Overview Describe the various computer and mobile device cases and the contents they protect Describe multi-core processors, the components.
Your Interactive Guide to the Digital World Discovering Computers 2012 Lecture -1.
Tomorrow’s Technology and You 8/e Chapter 2 Hardware Basics: Inside the Box.
Your Interactive Guide to the Digital World Discovering Computers 2012 Chapter 4 System Unit Components.
Created By: N.AlJaffan Modified By:S.Abudawood & Tr.Asma Aleisa Chapter 4.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
The Components of a System Unit
Chapter 4 The Components of the System Unit. The System Unit It is a case that contains electronic components of the computer used to process data Sometimes.
Discovering Computers Fundamentals, Third Edition CGS 1000 Introduction to Computers and Technology Spring 2007.
Chapter 4 The Components of the System Unit. The System Unit Case that contains electronic components of the computer used to process data.
Input/output ports and connectors
Living in a Digital World Discovering Computers 2010.
Your Interactive Guide to the Digital World Discovering Computers System Unit Components Chapter Four.
The Components of the System Unit
Your Interactive Guide to the Digital World Discovering Computers 2012 Suleiman Mohammed (mncs,mcpn) Institute of Computing & ICT, Ahmadu Bello University,
Your Interactive Guide to the Digital World Discovering Computers 2012 Chapter 2 The Components of the System Unit.
Computer Hardware – System Unit
The Computer System.
The System Unit What is the system unit? p Fig. 4-1 Next  Case that contains electronic components of the computer used to process data  Sometimes.
Your Interactive Guide to the Digital World Discovering Computers 2012.
Computers Are Your Future Tenth Edition Inside the System Unit 1.
Information Technology INT1001 Lecture 2 1. Computers Are Your Future Tenth Edition Chapter 6: Inside the System Unit Copyright © 2009 Pearson Education,
Discovering Computers 2009 Chapter 4 The Components of the System Unit.
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
Living in a Digital World Discovering Computers 2011.
Living in a Digital World Discovering Computers 2010.
Living in a Digital World Discovering Computers 2010.
Discovering Computers Fundamentals, 2011 Edition Living in a Digital World.
The Components of the System Unit
Objectives Overview Differentiate among various styles of system units on desktop computers, notebook computers, and mobile devices Identify chips, adapter.
Computer Hardware – System Unit
Discovering Computers 2011: Living in a Digital World Chapter 4
Objectives Overview Differentiate among various styles of system units on desktop computers, notebook computers, and mobile devices Describe the control.
Edited by : Noor Alhareqi
Week 3 The Components of the System Unit
Objectives Overview Differentiate among various styles of system units on desktop computers, notebook computers, and mobile devices Identify chips, adapter.
Edited by : Noor Alhareqi
Introduction To Computing BBA & MBA
Chapter 4: Hardware for Educators
Presentation transcript:

Professor Michael J. Losacco CIS 1110 – Using Computers System Unit Chapter 4

Chapter4 2/28 Overview Describe System Unit Components Identify Motherboard Components Describe Processor Functions Explain Computer Data Representation Differentiate Memory Types Differentiate Ports & Connectors

Chapter4 3/28 System Unit Case Containing Electronic Components

Chapter4 4/28 Common Components Processor Memory Adapter Cards Video Sound Modem Network Ports Drive Bays Power Supply

Chapter4 5/28 Motherboard Main Circuit Board in System Unit Contains Processor Memory Adapter Cards Chips Integrated Circuits

Chapter4 6/28 Processor Central Processing Unit (CPU) Interprets & Executes Basic Instructions Components Control Unit Directs & Coordinates Operations Arithmetic Logic Unit (ALU) Arithmetic (+-*/) Comparison (=<>) Logical (and or not)

Chapter4 7/28 Processor System Clock Controls Timing of All Operations Generates Ticks Regular Electronic Pulses Smallest Unit of Time Recognized by a Device

Chapter4 8/28 Processor System Clock Processor Speed Measured by Ticks/Second MHz – One Million Ticks/Second Type 100 Words/Minute = 8 Characters/Second MHz Character ► 50,000 Other Tasks ► Character GHz – One Billion Ticks per Second

Chapter4 9/28 Processor Machine Cycle Fetch Obtain Instruction From Memory Decode Translate Instruction to Commands Execute Carry Out Command Store Write Result to Memory CPU Executes 1-3+ Cycles per Tick

Chapter4 10/28 Processor Machine Cycle Example 1) Fetch instruction: “Get number at address ” 2) Decode instruction 3) Execute: ALU finds the number (which is 5) 4) Store: The number ‘5’ is stored in a register 5 – 8) Repeat steps for another number (which is 6) 9) Fetch instruction: “Add number in Reg1 to Reg2” 10) Decode instruction 11) Execute: ALU adds the numbers 12) Store: The answer is stored in a register 13) Fetch instruction: “Display answer on screen” 14) Decode instruction 15) Execute: Display answer on screen

Chapter4 11/28 Processor Cooling Systems Heat Sink Component that Cools Processor Heat Pipe Used in Notebooks Liquid Cooling Continuous Fluid Flow Transfers Heat Away

Chapter4 12/28 Data Representation Binary Most Computers are Digital Recognize Two Discrete States On / Off Equivalent Numbering System Bits (Binary Digit) Two Unique Digits 0 / 1

Chapter4 13/28 Data Representation Byte Eight Bits Grouped Together Represent Numbers Uppercase & Lowercase Letters Punctuation Special Characters 35D35D

Chapter4 14/28 Data Representation Coding Systems ASCII PC EBCDIC Mainframe Unicode Other Languages

Chapter4 15/28 Memory One or More Chips on Motherboard Each Byte Stored in Unique Location Address Stores Three Basic Categories of Items OS & Other System Software Application Program Instructions Data Being Processed & Resulting Info

Chapter4 16/28 Memory Sizes

Chapter4 17/28 Memory RAM (Random Access Memory) Read From / Written To by Processor Volatile Content Lost When Power is Absent More = Faster Operation DRAM (Dynamic) Standard SRAM (Static) MRAM (Magnetoresistive)

Chapter4 18/28 Memory Location Memory Resides on Small Circuit Board Memory Module Memory Slots Hold Memory Modules On Motherboard

Chapter4 19/28 Memory System Requirements Based on Types of Applications Used Cache Speeds Computer Processes Stores Frequently Used Instructions & Data

Chapter4 20/28 Memory ROM (Read Only Memory) Stores Permanent Data & Instructions Non-volatile Types Firmware – Permanently Written Data BIOS (Basic Input / Output System) Sequence of Instructions to Start Computer PROM – Blank EEPROM – Electrically Erasable PROM

Chapter4 21/28 Memory Flash Non-volatile Can be Erased & Reprogrammed Used in Cell Phone Digital Camera MP3 Player USB Storage

Chapter4 22/28 Additional Functionality Expansion Slots & Adapter Cards Expansion Slot Socket on Motherboard Holds Adapter Card Adapter Card Enhances System Unit Provides Connections to Peripherals Plug n’ Play Automatically Configured When Installed

Chapter4 23/28 Additional Functionality Port Connects Peripheral to System Unit Connector Joins Cable to Peripheral Male or Female

Chapter4 24/28 Additional Functionality Ports & Connectors

Chapter4 25/28 Additional Functionality USB (Universal Serial Bus) Printer, Digital Camera, Phone, Flash, etc. Bluetooth Wireless Firewire Data Transfer IrDA Wireless Data Transfer

Chapter4 26/28 Bus Pathway Used to Communicate On Motherboard Allows Devices to Communicate with Each Other Data Bus Address Bus Bus Width Word Number of Bits Processor can Use at Once

Chapter4 27/28 Other Components Bay Opening Inside System Unit Used to Install Additional Equipment Typically Holds Disk Drives Power Supply Converts AC Power into DC Power Fan Keeps System Unit Components Cool

Chapter4 28/28 Maintenance Clean Device Once or Twice a Year Turn Off & Unplug Device Compressed Air to Blow Out Dust Clean Case Exterior Antistatic Wipe Clean Monitor Cleaning Solution & Soft Cloth