S3 Computer Literacy Computer Hardware. Overview of Computer Hardware Motherboard CPU RAM Harddisk CD-ROM Floppy Disk Display Card Sound Card LAN Card.

Slides:



Advertisements
Similar presentations
MUHAMMAD AHMED HUSSAIN
Advertisements

The System Unit What is the system unit?
SECTION 4a Transforming Data into Information.
Parts & Functions of a Computer. 2 Functions of a Computer.
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.
Hardware Devices and Their Uses Modified excerpt from: GO! with Microsoft ® Office 2003 Brief, 2 nd Edition.
Computer Hardware Processing and Internal Memory.
Chapter 4 The Components of the System Unit
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 1 Introducing Hardware.
COMPUTER MEMORY Modern computers use semiconductor memory It is made up of thousands of circuits (paths) for electrical currents on a single silicon chip.
How Computers Work Chapter 1.
S2 Computer Literacy Computer Hardware. Overview of Computer Hardware Motherboard CPU RAM Harddisk CD-ROM Floppy Disk Display Card Sound Card LAN Card.
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.
Parts of a Computer Vocabulary
COMPONENTS OF THE SYSTEM UNIT
A+ Guide to Managing and Maintaining your PC, 6e Chapter 1 Introducing Hardware.
The Internal Components of a Personal Computer (PC)
Basic Computer Structure and Knowledge Project Work.
Chapter 4 The Components of the System Unit
Lesson 3 — How a Computer Processes Data
B.A. (Mahayana Studies) Introduction to Computer Science November March The Motherboard A look at the brains of the computer, the.
Computers: Information Technology in Perspective By Long and Long Copyright 2002 Prentice Hall, Inc. Computers: Information Technology in Perspective.
1 More on Computer Components Computer switches Binary number system Inside the CPU Cache memory Types of RAM Computer buses Creating faster CPUs NEXT.
Computer Processing of Data
Introduction to Computing: Lecture 4
Computer Hardware Mr. Richard Orr Technology Teacher Bednarcik Jr. High School.
CPU (CENTRAL PROCESSING UNIT): processor chip (computer’s brain) found on the motherboard.
1 A+ Guide to Managing and Maintaining Your PC, Fifth Edition Hardware Needs Software to Work Hardware  Physical components of a computer  Visible part.
Understanding Computers, Ch.31 Chapter 3 The System Unit: Processing and Memory.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 1 Introducing Hardware.
Lesson 2 - Hardware on the Inside
Discovering Computers 2012: Chapter 4
A+ Guide to Managing and Maintaining your PC, 6e Chapter 1 Introducing Hardware v0.95.
Hardware & Software The CPU & Memory.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
The 4 functions of a computer are 1.Input 2.Output 3.Storage 4.Processing.
Chapter 2 The CPU and the Main Board  2.1 Components of the CPU 2.1 Components of the CPU 2.1 Components of the CPU  2.2Performance and Instruction Sets.
Btec National - COMPUTER Systems 1 Computer Systems Week 1 The Basics – System Unit Components.
Computer Basics.
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.
1 Unit 2: Computer Systems Session One Part One. 2 Aims: Discussion into what will be covered in this unit. Assessment Understand the basic principles.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Computer Systems. This Module Components Home PC Inputs Processor Memory Motherboards Auxiliary Storage Outputs.
COMPONENTS OF A PERSONAL COMPUTER.
1 Course Title: IT IN BUSINESS Course Instructor: ADEEL ANJUM Chapter No: 04 1 BY ADEEL ANJUM (MCS, CCNA,WEB DEVELOPER)
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Motherboard A motherboard allows all the parts of your computer to receive power and communicate with one another.
Academic PowerPoint Computer System – Architecture.
Understanding Memory.
Input and Processing Chapter 2 - Computers- Understanding Technology.
The Computer System.
PARTS OF A COMPUTER 2 Hardware Computer Hardware is any of the physical parts of the computer you can touch. There are 4 categories: 1. Input Devices.
Chapter 2.
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,
SEPTEMBER 8, 2015 Computer Hardware 1-1. HARDWARE TERMS CPU — Central Processing Unit RAM — Random-Access Memory  “random-access” means the CPU can read.
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
Advanced Diploma - Unit One 1 Computer Components Week 1 System Unit Components.
Chapter 2 content Basic organization of computer What is motherboard
Chapter Three Computer Hardware Chapter 3- Computer Hardware.
Lecture 3 The Hardware.
Chapter Three Computer Hardware Chapter 3- Computer Hardware.
Computer Hardware Prepared by:- Mr. Pawan Kumar
Overview 1. Inside a PC 2. The Motherboard 3. RAM the 'brains' 4. ROM
4. Computer system.
Presentation transcript:

S3 Computer Literacy Computer Hardware

Overview of Computer Hardware Motherboard CPU RAM Harddisk CD-ROM Floppy Disk Display Card Sound Card LAN Card

Motherboard It is the main circuit board that links all the hardware components together. There are many chips or IC (Integrated Circuit) on the motherboard which contains millions of transistors.

Bus Lines Bus line is a physical wiring that connects the components of the computer system on the motherboard.

Types of Bus System Bus Data transmission between CPU and the main memory via System Bus. It is also known as the Front Side Bus (FSB). Peripheral Bus Data transmission between main memory and peripherals via Peripheral Bus.

Bus Width It is the size of the bus lines. It determines the number of bits that the computer can transmit at one time (say, one clock cycle). eg: a 32-bit bus can transmit 32 bits at a time. the larger the bus width, the faster the transmission.

Examples of Peripheral Bus ISA Bus Old sound card Faded out already PCI Bus For most of the interface card like LAN Card MODEM Sound Card Capture Card

Examples of Peripheral Bus AGP Bus Designed for Display Card only USB Bus For most of the peripheral MP3 Player, Digital Camera Keyboard, Mouse Printer, Scanner etc

CPU (Central Processing Unit) It interprets and performs instructions of a computer program. The most determining factor in how powerful a computer is. A CPU in a common PC system is known as the microprocessor.

A model of Computer

CPU A CPU consists of two parts, the ALU and the CU. Both the ALU and the CU contains registers, which are high-speed memory temporarily hold data and instructions during processing.

CPU Performance depends on … Clock rate the speed at which the CPU can execute an instruction. unit is Hertz (Hz).

CPU Performance depends on … Cache Memory memory that is placed inside the CPU. it is random access memory (RAM) that a microprocessor can access more quickly than it can access main memory. acts as an intermediate between registers and the main memory. it stores some frequently accessed data so it shorten the time of accessing the RAM. increasing the size of the cache memory will greatly improve the overall performance of the computer system.

Different kind of CPU Intel Celeron Pentium 4 Xeon AMD Duron Athlon XP Sempron Athlon 64 Common features Clock rate > 2GHz Differences Word Size Cache Memory Size Front Side Bus No. of transistors

Main Memory Storage media installed on the motherboard store data and instruction to be executed by the CPU Main memory is classified into RAM ROM CMOS

RAM RAM – Random Access Memory RAM is volatile data is lost when the power to the computer is turned off The instructions and data for the job performing are written to RAM and read from it as needed.

RAM Two operations of RAM Loading means copying data from the secondary storage to the main memory Saving means copying data from RAM to the non-volatile secondary storage. Types of RAM SRAM DRAM SDRAM DDR-RAM

ROM ROM – Read Only Memory ROM is non-volatile Data are stored permanently Data can only be read but cannot be changed Store instructions and tells the computer how to load the operations system when booting up Basic Input/Output System (BIOS)

CMOS CMOS - Complementary Metal-Oxide Semiconductor Memory It has the characteristics of both ROM and RAM, ie: it is non-volatile information in CMOS can be changed In computer, CMOS stores the configuration information about a computer like capacity of the hard disk and the current time and date.

Ports and Interface Cards The interface between peripheral devices and the CPU. A port is built on the motherboard while an interface card is inserted into slots on the motherboard. Sometimes, an interface card may become a built-in function on the motherboard.

Case Studies For the following 2 computers, state its specifications. You should try to point out what are those hardware components and how they are different.

Case Studies 1 The followings are the true pictures

Case Studies 2 The followings are the true pictures