Computers Inside and Out

Slides:



Advertisements
Similar presentations
Chapter 4: Components of a Computer System
Advertisements

The System Unit What is the system unit?
Chapter 4 The Components of the System Unit
CENTRAL PROCESSING UNIT
Professor Michael J. Losacco CIS 1110 – Using Computers System Unit Chapter 4.
Chapter 4 The Components of the System Unit
Objectives Overview Discovering Computers 2014: Chapter 6 See Page 248
Introduction Computer Hardware Jess 2006 The CPU.
Chapter 2 System Unit Components Discovering Computers 2012: Chapter
What’s on the Motherboard? The two main parts of the CPU are the control unit and the arithmetic logic unit. The control unit retrieves instructions from.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
By: Clara Miles and Jarrick Lumma.  The motherboard is the main circuit board of the system unit. It can also be called a system board.  It contains.
Unit 3: Hardware Components & Software Concepts
COMPONENTS OF THE SYSTEM UNIT
 Chasis / System cabinet  A plastic enclosure that contains most of the components of a computer (usually excluding the display, keyboard and mouse)
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.
Copyright Jim Martin Computers Inside and Out Dr Jim Martin
Computers Are Your Future Tenth Edition Chapter 6: Inside the System Unit Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.
Technology in Focus: Under the Hood
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.
Objectives Overview Describe the various computer and mobile device cases and the contents they protect Describe multi-core processors, the components.
Personal Computer Adapted by Dr. Semmes from Mrs. Jungman’s Hardware Presentation and Mrs. Belisle’s Class Notes.
Chapter 4 The Components of the System Unit. Today The System Unit Motherboard CPU Control Unit ALU Machine Cycle System Clock Data Representation Memory.
Tomorrow’s Technology and You 8/e Chapter 2 Hardware Basics: Inside the Box.
Your Interactive Guide to the Digital World Discovering Computers 2012 Edited by : Noor Alhareqi.
Discovering Computers Fundamentals, 2010 Edition Living in a Digital World Chapter Three.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
The Central Processing Unit: What Goes on Inside the Computer
The Components of a System Unit
Technology in Action Alan Evans Kendall Martin Mary Anne Poatsy Twelfth Edition Copyright © 2016 Pearson Education, Inc.0.
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.
Input/output ports and connectors
PARTS OF THE COMPUTER PREPARED BY: RENATO R. DE VERA II.
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.
CS 1410 Intro to Computer Tecnology Computer Hardware1.
Computers Are Your Future Tenth Edition Inside the System Unit 1.
BY MANJU Lesson 21 Computer Hardware. System Components A computer system requires many components to do its job: Input: Device to input data so it can.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Computer Operation. Binary Codes CPU operates in binary codes Representation of values in binary codes Instructions to CPU in binary codes Addresses in.
Information Technology INT1001 Lecture 2 1. Computers Are Your Future Tenth Edition Chapter 6: Inside the System Unit Copyright © 2009 Pearson Education,
LECTURE 5: CPU and MEMORY. electronic components I. Four main types of electronic components in computers: 1. transistors/resistors 1. transistors/resistors.
Discovering Computers Fundamentals, 2011 Edition Living in a Digital World.
TECHNOLOGY IN ACTION. Technology in Focus Under the Hood.
Computers Are Your Future Tenth Edition
Introduction Computer Hardware Jess 2006
Objectives Overview Differentiate among various styles of system units on desktop computers, notebook computers, and mobile devices Identify chips, adapter.
Discovering Computers 2011: Living in a Digital World Chapter 4
System unit Performed by Bektasova P.S. Checked by Sultanova Zh.Zh.
The Central Processing Unit
Chapter 2: Inside the System Unit
Chapter 2 – Computer hardware
Edited by : Noor Alhareqi
Course Name: Computer Application Topic: Central Processing Unit (CPU)
Phnom Penh International University (PPIU)
Week 3 The Components of the System Unit
Lecture 3 The Hardware.
Edited by : Noor Alhareqi
Edited by : Noor Alhareqi
Hardware Components & Software Concepts
Computers: Tools for an Information Age
Edited by : Noor Alhareqi
Introduction To Computing BBA & MBA
Chapter 4: Hardware for Educators
Computers: Tools for an Information Age
Computer Science. The CPU The CPU is made up of 3 main parts : Cache ALU Control Unit.
Presentation transcript:

Computers Inside and Out Dr Jim Martin jim.martin@cs.clemson.edu copyright Jim Martin 2006

Basics External computer parts Internal Computer parts copyright Jim Martin 2006

Components inside the system unit power supply ports drive bays processor memory sound card video card Processor Memory Adapter cards Sound card Video card Ports Drive bays Power supply copyright Jim Martin 2006

The motherboard Main circuit board in system unit Contains adapter cards, processor chips, and memory chips Also called system board copyright Jim Martin 2006

CPU: Central Processing Unit Processor Control Unit Arithmetic Logic Unit (ALU) Control Unit Arithmetic Logic Unit (ALU) Interprets and carries out basic instructions that operate a computer Instructions Data Information Control unit directs and coordinates operations in computer Memory Input Devices Data Information Output Devices Arithmetic logic unit (ALU) performs arithmetic, comparison, and logical operations Instructions Data Information Also called the processor Storage Devices copyright Jim Martin 2006

Machine Cycle Four operations of the CPU comprise a machine cycle Step 1. Fetch Obtain program instruction or data item from memory Processor Control Unit Memory ALU Step 2. Decode Translate instruction into commands Step 4. Store Write result to memory Step 3. Execute Carry out command copyright Jim Martin 2006

Each tick is a clock cycle Pace of system clock is clock speed Controls timing of all computer operations Generates regular electronic pulses, or ticks, that set operating pace of components of system unit Each tick is a clock cycle Pace of system clock is clock speed Most clock speeds are in the gigahertz (GHz) range (1 GHz = one billion ticks of system clock per second) Processor speed can also be measured in millions of instructions per second (MIPS) copyright Jim Martin 2006

Which Processor ? Celeron Itanium or Xeon Pentium family 1.3 GHz and up 3.0 GHz and up 2.4 GHz to 3.0 GHz Up to 2.4 GHz 2.2 GHz and up Intel Processor Desired Clock Speed The faster the processor, the more expensive the computer The faster the processor, the more electricity consumers….this is why processors for laptops run at slower system clock speeds copyright Jim Martin 2006

Data Representation Computers are digital which means: Recognize only two discrete states: on or off Use a binary system to recognize two states Use Number system with two unique digits: 0 and 1, called bits (short for binary digits) copyright Jim Martin 2006

Bits/Bytes Computers speak in terms of 1’s and 0’s (i.e., in binary!!!) When one computer sends the message ‘Hello’ to another computer, each of the 5 characters is represented as a sequence of 8 bits A bit is a single 1 or 0 A byte is a sequence of bits- usually 8 The message ‘Hello’ is stored on the computer in 5 bytes Characters (e.g., “A”) are mapped to unique sequences of 8 bits This mapping is defined by a standard known as ASCII copyright Jim Martin 2006

Binary number system In a base-10 number system, the values of each digit range from 0 … 9. But the magnitude of each digit is a multiple of 10: (the 1’s column, the 10’s column, 100, 1000… ) the pattern: 10EXP(column #) E.g., the decimal number 1023 : 1*1000 + 0*100 + 2*10 + 3*1 = 1023 Binary numbers are a number system made up of 0's and 1's Each digit can only be a 0 or 1. The magnitude of each column is 2EXP(column #) The values of the first 8 places in binary notation are (highest to lowest): Bit# 7 6 5 4 3 2 1 0 128 64 32 16 8 4 2 1 We show several numbers in binary (with 8 bits or digits) and in decimal 00000010 = 2 in decimal 00000100 = 8 in decimal 10000010 = 130 in decimal 11111111 = 255 in decimal How would you write the number 3 in binary? copyright Jim Martin 2006

Homework for next time Complete the 3 worksheets copyright Jim Martin 2006