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.

Slides:



Advertisements
Similar presentations
Chapter 4 The Central Processing Unit
Advertisements

CS1102 Lec04 Hardware – Inside the Box Computer Science Department City University of Hong Kong.
The Central Processing Unit: What Goes on Inside the Computer.
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
Lesson 1 Computers and Computer Systems
Introduction to Information Technology: Your Digital World © 2013 The McGraw-Hill Companies, Inc. All rights reserved.Using Information Technology, 10e©
Professor Michael J. Losacco CIS 1110 – Using Computers System Unit Chapter 4.
Hardware Basics: Inside the Box 2  2001 Prentice Hall2.2 Chapter Outline “There is no invention – only discovery.” Thomas J. Watson, Sr. What Computers.
Chapter 2 Processing Data Peter Norton’s Introduction to Computers
IC3 GS3 Standard Computing Fundamentals Module
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
1 Lesson 1 Computers and Computer Systems Computer Literacy BASICS: A Comprehensive Guide to IC 3, 4 th Edition Morrison / Wells.
COMPONENTS OF THE SYSTEM UNIT
Computing Fundamentals Lesson 2: Computer Hardware
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
E0001 Computers in Engineering1 The System Unit & Memory.
3 1 3 C H A P T E R Hardware: Input, Processing, and Output Devices.
CPU (CENTRAL PROCESSING UNIT): processor chip (computer’s brain) found on the motherboard.
Chapter Two Hardware Basics: Inside the Box. ©1999 Addison Wesley Longman2.2 Chapter Outline What Computers Do A Bit About Bits The Computer’s Core: CPU.
How a Computer Processes Data Computer Fundamentals.
Computing Fundamentals Module Lesson 2 — Computer Hardware Computer Literacy BASICS.
MBMPowered by DeSiaMore System Unit 1. MBMPowered by DeSiaMore Definition The system unit/system cabinet is a container that houses most of the electronic.
Lesson 2 — How Does A Computer Process Data?
Personal Computer Adapted by Dr. Semmes from Mrs. Jungman’s Hardware Presentation and Mrs. Belisle’s Class Notes.
Tomorrow’s Technology and You 8/e Chapter 2 Hardware Basics: Inside the Box.
Created By: N.AlJaffan Modified By:S.Abudawood & Tr.Asma Aleisa Chapter 4.
Computer Hardware Information Technology Week 5 and 6
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 Central Processing Unit: What Goes on Inside the Computer
1Copyright © Prentice Hall 2000 The Central Processing Unit Chapter 3 What Goes on Inside the Computer.
Discovering Computers Fundamentals, Third Edition CGS 1000 Introduction to Computers and Technology Spring 2007.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
 Identify computer system components.  Explain how the CPU works.  Differentiate between RAM and ROM.  Describe how data is represented.  Identify.
Computer Basic Vocabulary
FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows XP Edition2 What Is a Computer? A computer is an electronic.
CSCI-100 Introduction to Computing Hardware Part I.
1 COMS 161 Introduction to Computing Title: Computing Basics Date: September 15, 2004 Lecture Number: 10.
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
Computing Fundamentals Module Lesson 2 — Computer Hardware
Academic PowerPoint Computer System – Architecture.
Computing Fundamentals Module Lesson 2 — Computer Hardware Computer Literacy BASICS.
The Computer System.
Hardware: Input and Processing. Input and Processing Technology Hardware devices can be grouped according to how and where they are used in the four steps.
Chapter 2 Turning Data into Something You Can Use
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.
 A computer is an electronic device that receives data (input), processes data, stores data, and produces a result (output).  It performs only three.
Computing Fundamentals Module Lesson 21 — Computer Hardware Computer Literacy BASICS.
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,
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
Information Technology (IT). Information Technology – technology used to create, store, exchange, and use information in its various forms (business data,
Computing Fundamentals Module Lesson 2 — Computer Hardware
Processor/Memory Chapter 3
The Central Processing Unit
Chapter 2 – Computer hardware
Week 3 The Components of the System Unit
Lecture 3 The Hardware.
Edited by : Noor Alhareqi
Edited by : Noor Alhareqi
Computers: Tools for an Information Age
Chapter 4: Hardware for Educators
Computers: Tools for an Information Age
4. Computer system.
Presentation transcript:

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 be processed. Examples: Keyboard Process: Circuits and programs in order to process the data. Output: Output device to give the result of its processing to the user. Examples: Monitor Storage: Some mechanism for storing data 2

System Components 3

The Motherboard The motherboard is a circuit board inside the microcomputer’s plastic case. It contains the following The central processing unit or CPU Basic controllers Expansion ports and slots Memory 4

Video on CPU 5

The Central Processing Unit The CPU is a tiny silicon chip Brain of a computer system. The system clock controls the speed of the CPU. The rate of the pulse is measured in megahertz (MHz) 1 MHz = 1 million cycle per second 6

Communicating with the CPU Data is represented in a computer in binary format as a series of 1s and 0s. Every 1 or 0 is a bit of information. 7

Communicating with the CPU (cont.) Computers use standardized coding systems (such as ASCII- AMERICAN STANDARD CODE FOR INFORMATION INTERCHANGE) to determine what character or number is represented by what series of binary digits. Data is stored in a series of 8-bit combinations called a byte. Every character, such as a letter, number, or punctuation mark, is a byte created from a unique combination of ones and zeros. 8

The Central Processing Unit (cont.) The CPU has two primary sections: The Arithmetic/Logic Unit (ALU) – Performs arithmetic (+, -, x, /) operations – Performs logical(, =) operations. The Control Unit – Fetch instruction from memory – Decodes instruction to machine language which is 1s and 0s and sends it to ALU 9

The Instruction Cycle and the Execution Cycle in RAM 10

The Machine Cycle Computer Literacy BASICS11 The instruction cycle and one or more execution cycles create a machine cycle. Machine cycles are measured in microseconds.

Basic Controllers A controller is a device that controls the transfer of data from the computer to a peripheral device and vice versa. Controllers are contained on a single chip on the motherboard. 12

Ports are specialized plugs that connect peripheral devices to the computer’s motherboard. 13

Expansion slots are openings on the motherboard where a circuit board or memory chip can be added. Computer Literacy BASICS14

Types of Computer Memory There are two types of memory found on a motherboard: RAM: Random Access Memory ROM: Read-Only Memory Computer Literacy BASICS15 RAM chip

Random Access Memory (RAM) RAM is short-term memory where data is processed while a program is running. Data stored here can be modified as needed. This type of memory loses any data it holds if the computer is shut down. RAM is also called main memory. Computer Literacy BASICS16

Read-Only Memory (ROM) ROM is memory placed on the motherboard by the manufacturer Contains instructions, such as BIOS ROM, that tell the computer how to start itself. This data cannot be modified by application programs. The contents of this memory are not lost when the computer is shut down. 17

Quick Quiz How many primary sections does the CPU contain? Computer Literacy BASICS18

Two 19

Which of the following is the most popular standardized coding system? A. ABCDE B. EXEXCT C. ASCII D. STDRD 20

ASCII 21

Short-term memory on the motherboard is also referred to as _______________. A. RAM B. ROM C. PROM D. None of the above Computer Literacy BASICS22

RAM 23

Execution Cycle of a CPU is measured in 1.Hours 2.minutes 3.milliseconds 4.microseconds 24

microseconds 25

Which is the main memory of the computer? A.RAM B.ROM C.Hard disk D.Floppy disk 26

RAM 27

Full form of CPU is ______________ 1.Common Processor Unit 2.Central Processing Unit 3.Computer Processing Unit 4.Central Peripheral Unit 28

Central Processing Unit 29

1 Byte = _______ bits? 30

1 byte = 8 bits 31

TOPICS FOR NEXT CLASS Input devices. Output devices. Storage devices. 32