Computer Hardware – System Unit

Slides:



Advertisements
Similar presentations
Chapter 4 The Components of the System Unit
Advertisements

© Paradigm Publishing, Inc. 2-1 Chapter 2 Input and Processing Chapter 2 Input and Processing.
Discovering Computers 2010
Introduction to Information Technology: Your Digital World © 2013 The McGraw-Hill Companies, Inc. All rights reserved.Using Information Technology, 10e©
1 The System Unit Lecture 2 CSCI 1405 Introduction to Computer Science Fall 2006.
Professor Michael J. Losacco CIS 1110 – Using Computers System Unit Chapter 4.
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.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Discovering Computers Fundamentals, 2012 Edition Chapter Four: The Components of the System Unit.
Motherboard AKA mainboard, system board, planar board, or logic board. It is printed circuit board found in all modern computers which holds many of the.
THE COMPONENTS OF THE SYSTEM UNIT Peyton Farley & Katelyn Dunham.
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, Third Edition CGS 1000 Introduction to Computers and Technology Spring 2007.
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.
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.
Computer Processing of Data
66 CHAPTER THE SYSTEM UNIT. 2 System Units in Microcomputers System Units (system cabinet):container that contain the electronic components of computer.
Computers Are Your Future Tenth Edition Chapter 6: Inside the System Unit Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.
Understanding Computers, Ch.31 Chapter 3 The System Unit: Processing and Memory.
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.
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.
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.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
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
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.
Computers Are Your Future Tenth Edition Inside the System Unit 1.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
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?
Discovering Computers Fundamentals, 2011 Edition Living in a Digital World.
A+ Guide to Managing and Maintaining Your PC, 7e Chapter 1 Introducing Hardware.
The Components of the System Unit
Computers Are Your Future Tenth Edition
Computing Computer.
Objectives Overview Differentiate among various styles of system units on desktop computers, notebook computers, and mobile devices Identify chips, adapter.
A+ Guide to Managing and Maintaining Your PC, 7e
Discovering Computers 2011: Living in a Digital World Chapter 4
Chapter 2: Inside the System Unit
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
Lecture 3 The Hardware.
Edited by : Noor Alhareqi
Edited by : Noor Alhareqi
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:

Computer Hardware – System Unit Chapter 2 Computer Hardware – System Unit

Digital Data Representation The basic building block of the CPU is the transistor. A CPU can contain billions of them The 0s and 1s used to represent data can be represented in a variety of ways. Transistor circuits can be open (0) or closed (1) Transistors can have an electrical state of negative (0) or positive (1)

Digital Data Representation A numbering system that uses only 0’s and 1’s is the Binary numbering system. Each transistor represents one Bit. A bit by itself is not sufficient to represent information. The basic unit for representing information in a computing system is the Byte. A Byte is made up of 8 Bits.

Digital Data Representation Examples of Byte Data representation 8-bit byte for the number 3 8-bit byte for the number 5 8-bit byte for the capital letter T A File is a named collection of bytes that represents any type of data

Digital Data Representation Converting to and from Binary. The user presses the capital letter D (shift+D key) on the keyboard. An electronic signal for the capital letter D is sent to the system unit. The signal for the capital letter D is converted to its Unicode binary code (01000100) and is stored in memory for processing. After processing, the binary code for the capital letter D is converted to an image, and displayed on the output device.

How Components Interact In a PC Instructions Data Information CPU Control Unit Arithmetic Logic Unit Input Devices Data Output Devices Information Memory Instructions Data Information Storage Devices CMPTR Chapter 2: Computer Hardware

The System Unit The case that contains electronic components used to process Bytes

The System Unit Common components of the system unit Mother Board Ports Drive Bays Power Switch Power Supply

The Motherboard

The Motherboard Main circuit board in the system unit which contains; CPU Other IC’s Expansion slots Expansion cards Memory slots Memory cards Ports

The Power Supply Converts AC Power into DC Power Fan keeps system unit components cool External peripherals might use an AC adapter, which is an external power supply CMPTR Chapter 2: Computer Hardware

The CPU The central processing unit (CPU or processor) is a computer chip that Performs the calculations and comparisons needed for processing controls the computer’s operations Many CPUs today are multi-core CPUs that contain the processing components or cores of multiple independent processors in a single CPU

The System Clock and Machine Cycle In order to synchronize all of a computer’s operations, a system clock—a small quartz crystal located on the motherboard—is used. Whenever the CPU processes a single piece of microcode, it is referred to as a machine cycle

The System Clock and Machine Cycle Sep 1 Fetch The next instruction Is fetched from cache or Ram Sep 4 Store The data or results are stored in registers or Ram Sep 3 Execute The instructions are carried out Sep 2 Decode The instructions are decoded into a form the ALU or FPU can understand

CPU Cache Memory a special group of very fast memory circuitry located on or close to the CPU Is used to speed up processing by storing the data and instructions that may be needed next by the CPU in handy locations.

Typical CPU Components Basic components Input/output (I/O) unit Manages data and instructions entering and leaving the processor Control unit Manages all activities inside the processor One or more arithmetic logic units (ALUs) Performs all logical comparisons, calculations

Typical CPU Components Basic components (cont’d) Registers Small holding areas on processor chip Holds counters, data, instructions, and addresses ALU is currently processing Internal memory caches (L1, L2, L3) Holds data and instructions to be processed by ALU

Memory Memory is chips located inside the system unit that the computer uses to store data and instructions while it is working with them. Two types of Memory volatile memory - loses its contents when computer's power is turned off nonvolatile memory - does NOT lose its contents when computer’s power is turned off.

Memory RAM (random access memory) is used to store the essential parts of the operating system while the computer is running the programs and data that the computer is currently using.

Memory A register is high-speed memory built into the CPU that temporarily stores data during processing ROM (read-only memory) consists of nonvolatile chips that permanently store data or programs. Flash memory consists of nonvolatile memory chips that the user or computer can use for storage. Flash memory chips have begun to replace ROM for storing system information.

Memory Modules RAM memory is found on memory modules. Memory slots on motherboard hold memory modules Memory modules come is specific sizes and speeds.

Flash Memory Cards Nonvolatile memory that can be erased electronically and reloaded Used with PDAs, digital cameras, digital cellular phones, music players, digital voice recorders, printers, Internet receivers, and pagers Allows users to transfer data from mobile devices to desktop computers Hot plugging allows you to insert and remove cards while computer is running under Widows XP operating system

Expansion Slots, Expansion Cards, and ExpressCard Modules An expansion slot is a socket on the motherboard where a expansion card are inserted. Expansion cards are used to improve the quality of the existing components on the mother board including Plug and Play - the computer automatically configures cards and other devices as you install them

Expansion Slots, Expansion Cards, and ExpressCard Modules Examples Include Video cards Audio cards USB port cards Firewire port cards

Expansion Slots, Expansion Cards, and ExpressCard Modules Today most notebook and netbook computers use the newer ExpressCard modules.

Buses A bus is an electronic path over which data can travel.

Buses CMPTR Chapter 2: Computer Hardware

Ports and Connectors Ports are the connectors located on the exterior of the system unit that are used to connect external hardware devices. Each port is attached to the appropriate bus on the mother board so that when a device is plugged into a port, the device can communicate with the CPU and other computer components.

Ports and Connectors USB Firewire USB (universal serial bus) port can connect up to 127 different peripherals together with a single connector type PCs typically have four to eight USB ports on front or back of the system unit Firewire Used to transfer video to computers CMPTR Chapter 2: Computer Hardware

Ports and Connectors 15 Pin Video Digital Video Interface RJ 45 HDMI

Bays Area inside system unit used to install additional equipment Two Types External Internal

Cooling Systems Cooling system include Fans Heat Sinks Heat pipes Liquid cooling systems

Mobile Computing Devices Include notebook, weighing between 2.5 and 8 pounds, or mobile device such as a PDA

Mobile Computing Devices Lab top motherboard Webbook motherboard PDA motherboard Printer motherboard