Chapter 2. Prepared By: Humeyra Saracoglu

Similar documents
System Unit Components Chapter2

System Unit Components. Chapter2

Chapter 4 The Components of the System Unit

Chapter 4 The Components of the System Unit

The Components of the System Unit

Computers Are Your Future

MSc-IT 1st Semester Fall 2016, Course Instructor M. Imran khalil 1

Homeschool Enrichment. The System Unit: Processing & Memory

Computers Are Your Future

Discovering Computers 2012

7/28/ Prentice-Hall, Inc Prentice-Hall, Inc Prentice-Hall, Inc Prentice-Hall, Inc Prentice-Hall, Inc.

An Overview of the Computer System. Kafui A. Prebbie 24

Chapter Two. Hardware Basics: Inside the Box

INTRODUCTION TO COMPUTERS

Electricity: Voltage. Gate: A signal enters the gate at a certain voltage. The gate performs operations on it, and sends it out was a new signal.

Introduction to the Personal Computer

About the Presentations

Intentionally Blank 0

machine cycle, the CPU: (a) Fetches an instruction, (b) Decodes the instruction, (c) Executes the instruction, and (d) Stores the result.

Microprocessors I MICROCOMPUTERS AND MICROPROCESSORS

The Central Processing Unit

Technology in Action

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 1 Introducing Hardware

Memory Overview. Overview - Memory Types 2/17/16. Curtis Nelson Walla Walla University

Unit - II. Computer Concepts and C Programming 06CCP13. Unit II

Components of a personal computer

Introduction to Computers and Applications

Full file at

Information Communications Technology (CE-ICT) 6 th Class

Management Information Systems OUTLINE OBJECTIVES. Information Systems: Computer Hardware. Dr. Shankar Sundaresan

Introduction to Computers. Joslyn A. Smith

SYSTEM BUS AND MOCROPROCESSORS HISTORY

The x86 Microprocessors. Introduction. The 80x86 Microprocessors. 1.1 Assembly Language

The personal computer system uses the following hardware device types -

Dec Hex Bin ORG ; ZERO. Introduction To Computing

Contents: Computer definition Computer literacy Computer components Computer categories Computer usage. Tablet PC

HARDWARE AND OPERATING SYSTEMS

VISUAL SUMMARY. The System Unit

INTRODUCTION TO INFORMATION & COMMUNICATION TECHNOLOGY (ICT) LECTURE 2 : WEEK 2 CSC-111-T

Chapter 9: A Closer Look at System Hardware

Chapter 9: A Closer Look at System Hardware 4

Introduction To Computer Hardware

CC411: Introduction To Microprocessors

What is the typical configuration of a computer sold today? 1-1

Copyright 2012 Pearson Education, Inc. Publishing as Prentice Hall

Introduction to computers

Terminology, Types of Computers & Computer Hardware

2011 Francisco Delgadillo

15/09/15. Introduction to Computers & The Internet. Contents. Computer hardware and software. Input and output devices CPU. Memory.

FUNCTIONS OF COMPONENTS OF A PERSONAL COMPUTER

Inside the Computer System

Q1. Describe C.P.U and its subunits with the help of diagram?

lesson 3 Transforming Data into Information

Sir Sadiq s computer notes for class IX. Chapter no 4. Storage Devices

So computers can't think in the same way that people do. But what they do, they do excellently well and very, very fast.

Computer Architecture

Lab Determining Data Storage Capacity

Exercise 2 : Complete each sentence or statement. 1. data consists of numbers that might be used in arithmetic operations.

Introduction to Microprocessor

Introduction To Computer Hardware. Hafijur Rahman

CMSC 1513 Lecture 1.2

1.1 Bits and Bit Patterns. Boolean Operations. Figure 2.1 CPU and main memory connected via a bus. CS11102 Introduction to Computer Science

Chapter I The System Unit

Chapter 6. Discovering Computers Technology in a World of Computers, Mobile Devices, and the Internet. Objectives Overview

Downloaded from various sources on the NET

INFORMATION COMUNICATION TECHNOLOGY SKS Lecture Two

Introduction To Computers: Hardware and Software

A+ Exam Cram 2. Copyright 2003 by Que Publishing. International Standard Book Number: Warning and Disclaimer

Today s lecture is all about the System Unit, the Motherboard, and the Central Processing Unit, Oh My!

Components of a Computer System

(Computer Hardware, System Unit & its parts.) Lecture # By: M.Nadeem Akhtar. Lecturer. Department of CS & IT.

Introduction To Computers: Hardware

A+ Guide to Hardware, 4e. Chapter 4 Processors and Chipsets

INFORMATION SYSTEM PARTS AND COMPUTER TYPES

CS 101, Mock Computer Architecture

Chapter One. Introduction to Computer System

Defining Computers. Defining Computers. Understanding Essential Computer Concepts

Technology in Action. Chapter Topics. Participation Question. Participation Question. Participation Question 8/8/11

Identify Components of the. Motherboard

CREATED BY M BILAL & Arslan Ahmad Shaad Visit:

Introduction. A Look Inside a Laptop Computer. What is inside a laptop computer? What is Inside a Laptop Computer?

CSC 121 Computers and Scientific Thinking

Explain the functions of the main components of a basic computer system (Part 2) S. Neebar

9/7/2012. Introduction. Peeking into Computer Science. Jalal Kawash Mandatory: Chapter 1 Optional: None. Reading Assignment

Chapter 1: Why Program? Computers and Programming. Why Program?

Microprocessors/Microcontrollers

User. Application program. Interfaces. Operating system. Hardware

Chapter 7: Processor and Memory

Computer Technology Flash Card 2

National 5 Computing Science Software Design & Development

What is a computer? Units of Measurement. - A machine that: - Counts.

Pharmacy college.. Assist.Prof. Dr. Abdullah A. Abdullah

Computer Organization

Introduction. Look Inside a Desktop Computer. What is inside a desktop computer? What is Inside a Desktop Computer?

Lecture Objectives. Introduction to Computing Chapter 0. Topics. Numbering Systems 04/09/2017

Providing Fundamental ICT Skills for Syrian Refugees PFISR

Information Science 1

PC I/O. May 7, Howard Huang 1

Unit 4 Part A Evaluating & Purchasing a Computer. Computer Applications

Introduction to Computers

Transcription:

Chapter 2 The Components of the System Unit Prepared By: Humeyra Saracoglu

The System Unit What is the system unit? Case that contains electronic components of the computer used to process data Sometimes called the chassis system unit system unit system unit system unit

The System Unit What are common components inside the system unit? Processor power supply Memory Adapter cards Sound card Modem card ports Video card Network card Ports Drive bays Power supply drive bays processor memory sound card network card modem card video card

The System Unit What is the motherboard? Main circuit board in system unit Contains adapter cards, processor chips, and memory chips Also called system board Expansion slots for adapter cards adapter cards processor chip memory chips memory slots motherboard

The System Unit What is a chip? Small piece of semi-conducting material on which integrated circuits are etched It Integrated tdcircuits it contain ti many microscopic pathways capable of carrying electrical current Chips are packaged so they can be attached to a circuit board dual inline packages (DIP) holds memory chips pin grid array (PGA) package hld holds processor chips Click to view animation

Central Processing Unit What is the central processing unit (CPU)? Interprets and carries out basic instructions that operate a computer Control unit directs and coordinates operations in computer Arithmetic logic unit (ALU) performs arithmetic, comparison, and logical operations Also called the processor Input Devices Control Unit Data Processor Information Data Information Memory Information Data Information Arithmetic Logic Unit (ALU) Information Output Devices Storage Devices

Central Processing Unit What is a machine cycle? Four operations of the CPU comprise a machine cycle Step 1. Fetch Obtain program instruction or data item from memory Step 4. Store Write result to memory ALU Memory Processor Step 3. Execute Carry out command Control Unit Step 2. Decode Translate instruction into commands

The CPU Machine Cycle Fetch The program s binary code is fetched from its temporary location in RAM and moved to the CPU. Decode The program s binary code is decoded into commands that the CPU understands. Execute The ALU performs the calculations. Inside the Chip by Intel Store Video Clip The results are stored in the registers. Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall

Making Computers Faster Pipelining: The CPU processes more than one instruction i at a time Instruction 1 Nonpipelined CPU Fetch Decode Execute Store Instruction 2 Fetch Decode Execute Store Pipelined CPU Instruction 1 Fetch Decode Execute Store Instruction 2 Fetch Decode Execute Store Instruction 3 Fetch Decode Execute Store Instruction 4 Fetch Decode Execute Store Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall

Cache Memory Small amount of memory located on or near the CPU chip Stores recent or frequently used instructions and data Used for quick access by the CPU Different ee levels evesof cache cce Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall

Central Processing Unit What is a register? Temporary high-speed storage area that holds data and instructions Stores location from where instruction was fetched Stores Stores data instruction while it is while ALU being decoded computes it Stores results of calculation

Central Processing Unit How do personal computer processors compare? Click to view video Comparison of Widely Used Personal Computer Processors Name Date Clock Introduced Speed Itanium 2 2002 1 GHZ and up Xeon 2001 1.4 2.4 GHZ Itanium 2001 733 800 MHZ Pentium 4 2000 14 1.4 2.53 253GHZ Pentium III Xeon 1999 500 900 MHZ Pentium III 1999 400 MHZ 1.2 GHZ Celeron 1998 266 MHZ 1.8 18GHZ Operon 2003 To come Athlon MP 2002 1.53 1.6 GHZ Athlon XP 2001 1.33 1.73 GHZ Athlon 1999 500 MHZ 1.4 GHZ

Data Representation How do computers represent data? Most computers are digital 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)

Data Representation What is a byte? Eight bits grouped together as a unit Provides enough different combinations of 0s and 1s to represent 256 individual characters Numbers Uppercase and lowercase letters Punctuation marks

Data Representation How is a letter converted to binary form and back? Step 1. The user presses the capital letter D (shift+d key) on the keyboard. Step 2. An electronic signal for the capital letter D is sent to the system unit. Step 4. Step 3. After processing, the binary code for the capital letter D is converted to an image, and displayed on the output device. The signal for the capital letter D is converted to its ASCII binary code (01000100) and is stored in memory for processing.

Memory What is memory? Electronic components that store instructions, data, and results Consists of one or more chips on motherboard or other circuit it board Each byte stored in unique location called an address, similar to addresses on a passenger train Seat #2B4 Seat #2B3

Memory How is memory measured? By number of bytes available for storage Term Abbreviation Approximate Size Kilobyte KB or K 1 thousand bytes Megabyte MB 1 million bytes Gigabyte GB 1 billion bytes Terabyte TB 1 trillion bytes

Memory What is random access memory (RAM)? Memory chips that can be read from and written to by yp processor Also called main memory or primary storage Most RAM is volatile, it is lost when computer s power is turned off The more RAM a computer has, the faster it responds

Memory How do program instructions transfer in and out of RAM? Operating system instructions RAM Operating system interface Step 1. When you start the computer, certain operating system files load into RAM from the hard disk. The operating system displays the user interface on the screen. Web browser instructions Word processing program instructions RAM Web browser window Word processing program window Step 2. When you start a Web browser, the program s instructions load into RAM from the hard disk. The Web browser window is displayed on the screen. Step 3. When you start a word processing program, the program s instructions load into RAM from the hard disk. The word processing program, along with the Web Browser and certain operating system instructions are in RAM. The word processing program window is displayed on the screen. Step 4. When you quit a program, such as the Web browser, its program instructions are removed from RAM. The Web browser no longer is displayed on the screen. Web browser program instructions are removed from RAM Web browser window no longer is displayed on desktop

Memory How much RAM do you need? Depends on type of applications you intend to run on your computer RAM 128 to 256 MB 256 to 1 GB 1 GB and up Use Home and business users managing personal finance Using standard application software such as word processing Using educational or entertainment CD-ROMs Communicating with others on the Web Users requiring more advanced multimedia capabilities Running number-intensive accounting, financial, or spreadsheet programs Using voice recognition Working with videos, music, and digital imaging Creating Web sites Participating in video conferences Playing Internet games Power users creating professional Web sites Running sophisticated CAD, 3D design, or other graphics-intensive software

Memory What is read-only memory (ROM)? Memory chips that t store Nonvolatile memory, it is not permanent data lost when computer s and instructions power is turned off EEPROM Three types: (electrically erasable programmable read-only memory) emory) Firmware Type of PROM Manufactured with permanently written PROM containing microcode data, instructions, (programmable programmer can erase or information read-only memory) emory) Blank ROM chip onto which a programmer can write permanently

Ports What are ports and connectors? Port connects external devices to system unit Connector joins cable to peripheral Available in one of two genders: male and female

Buses What is a bus? Channel that allows devices inside id computer to communicate with each other System bus connects processor and RAM Bus width determines number of bits transmitted at one time Word size is the number of bits processor can interpret and execute at a given time