1 Hardware and Software b Hardware the physical, tangible parts of a computerthe physical, tangible parts of a computer keyboard, monitor, wires, chips,

Slides:



Advertisements
Similar presentations
Components of a computer system
Advertisements

Introduction to Computer Hardware and Software. Definition of a Computer “A computer is an electronic device, operating under the control of instructions.
The Central Processing Unit: What Goes on Inside the Computer.
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
Basic Computer Hardware and Software.
Main Memory Lecture 2 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009.
Introduction to Computer Systems
Hardware Basics: Inside the Box 2  2001 Prentice Hall2.2 Chapter Outline “There is no invention – only discovery.” Thomas J. Watson, Sr. What Computers.
Introduction to Computers
Hardware and Software ► Hardware  the physical, tangible parts of a computer  keyboard, monitor, disks, wires, chips, etc. ► Software  programs and.
Computer Systems CS208. Major Components of a Computer System Processor (CPU) Runs program instructions Main Memory Storage for running programs and current.
How Do Computers Work? A Gentle Introduction
UNIT 9 Computer architecture
Computer Hardware Information Technology Week 5 and 6
Hardware and Software Basics. Computer Hardware  Central Processing Unit - also called “The Chip”, a CPU, a processor, or a microprocessor  Memory (RAM)
V Material obtained from summer workshop in Guildford County.
How Do Computers Work? A Gentle Introduction Poly Pride.
Today’s Topics  Chapter 6: System Unit  Chapter 7: Input/Output and Storage.
What is Information Technology?
BLOCK DIAGRAM OF COMPUTER
Aug CMSC 104, LECT-021 Machine Architecture and Number Systems Some material in this presentation is borrowed form Adrian Ilie From The UNIVERSITY.
Tom Allen Computer Science Department Trinity University.
Computer Systems. Basic Components Auxiliary Storage OutputProcessor Main Memory Input.
The Computer Systems By : Prabir Nandi Computer Instructor KV Lumding.
Java Software Solutions Foundations of Program Design
1 Machine Architecture and Number Systems Topics Major Computer Components Bits, Bytes, and Words The Decimal Number System The Binary Number System Converting.
What is a Computer ? Computers are Electronic Machines that process (performs calculation and manipulation) Data under the control of Set of Instructions.
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.
Computer Systems Chapter 1 Pages Hardware-physical pieces Key hardware components in a computer system: The physical parts. – Central processing.
Welcome to Computing Presentation slides modified by M. A. Papalaskari from “Java Software Solutions Foundations of Program Design (3 rd ed.)” by John.
Introduction to Computers
Introduction to Computers
2.0 Computer System.
Computer Hardware Information Technology Week 5 and 6
Course ILT Basics of information technology Unit objectives Define “information technology” (IT), distinguish between hardware and software, and identify.
Chapter 1 Introduction. © 2004 Pearson Addison-Wesley. All rights reserved1-2 Announcements The first Weekly Quiz will be available on Blackboard this.
Computer Confluence 7/e © 2006 Prentice-Hall, Inc.
IT Groundwork ICS3UC - Unit 1 Hardware. Overview of Computer System.
COMPUTER HARDWARE Made By Anila Bhatti DA Public School (O&A Levels) - Seaview 1.
 Identify computer system components.  Explain how the CPU works.  Differentiate between RAM and ROM.  Describe how data is represented.  Identify.
© 2011 Pearson Education, publishing as Addison-Wesley Chapter 1: Computer Systems Presentation slides for Java Software Solutions for AP* Computer Science.
CSCI-100 Introduction to Computing Hardware Part I.
© 2011 Pearson Education, publishing as Addison-Wesley Monday  Class Requirements  Earn hawk points today with the Name Game  Network Login.
Computer Hardware A computer is made of internal components Central Processor Unit Internal External and external components.
Chapter 1: Computer Systems Welcome to Intro to Java Programming Mrs. Vida.
© 2006 Pearson Education Chapter 1: Computer Systems.
1 A Computer Specification  Consider the following specification for a “simplified” personal computer: 950 MHz Pentium 4 Processor 512 MB RAM 30 GB Hard.
Computer Systems. Bits Computers represent information as patterns of bits A bit (binary digit) is either 0 or 1 –binary  “two states” true and false,
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Basic Computer Hardware and Software. Guilford County SciVis V
Memory The term memory is referred to computer’s main memory, or RAM (Random Access Memory). RAM is the location where data and programs are stored (temporarily),
COMPUTER SYSTEM A computer system is define as combination of components designed to process data and store files. A computer system consists of four.
Basic Computer Hardware and Software.
CS 1410 Intro to Computer Tecnology Computer Hardware1.
Computers Inside & Out. How have computers affected your life? How has technology affected your life?
Programming with Java. Chapter 1 Focuses on: –components of a computer –how those components interact –how computers store and manipulate information.
Introduction to Programming. Key terms  CPU  I/O Devices  Main memory  Secondary memory  Operating system  User interface  Application  GUI 
Computer Graphics HARDWARE. Computers  Computers are automatic, electronic machines that –accept data & instructions from a user (INPUT) –store the data.
Basic Computer Hardware and Software.
UNIT 9 Computer architecture
Chapter 1: Computer Systems
Introduction to Computers
Basic Computer Hardware and Software.
Introduction to Computers
What is Computer A computer is a general purpose device that can be programmed to carry out a finite set of arithmetic or logical operations. Since a sequence.
Chap 2. Computer Fundamentals
COMPUTER FUNDAMENTALS i
Hardware Information Created by Nasih.
Presentation transcript:

1 Hardware and Software b Hardware the physical, tangible parts of a computerthe physical, tangible parts of a computer keyboard, monitor, wires, chips, datakeyboard, monitor, wires, chips, data b Software programs and dataprograms and data a program is a series of instructionsa program is a series of instructions b A computer requires both hardware and software b Each is essentially useless without the other

2 CPU and Main Memory Central Processing Unit Main Memory Chip that executes program commands Intel Pentium III Sun Sparc Processor Primary storage area for programs and data that are in active use Synonymous with RAM

3 Secondary Memory Devices Floppy Disk Hard Disk Main Memory Central Processing Unit Secondary memory devices provide long-term storage Information is moved between main memory and secondary memory as needed Hard disks Floppy disks ZIP disks Writable CDs Tapes

4 Input / Output Devices Monitor Keyboard Main Memory Central Processing Unit Floppy Disk Hard Disk I/O devices allow user interaction Monitor screen KeyboardMouse Bar code scanner Light pen Touch screen

5 Digital Information b Computers store all information digitally: numbersnumbers texttext graphics and imagesgraphics and images audioaudio videovideo program instructionsprogram instructions b In some way, all information is digitized - broken down into pieces and represented as numbers

6 Binary Numbers b Once information is digitized, it is represented and stored in memory using the binary number system b A single binary digit (0 or 1) is called a bit b Devices that store and move information are cheaper and more reliable if they only have to represent two states b A single bit can represent two possible states, like a light bulb that is either on (1) or off (0) b Combinations of bits are used to store values

7 Bit Combinations 1 bit 01 2 bits bits bits Each additional bit doubles the number of possible combinations

8 Bit Combinations b Each combination can represent a particular item b There are 2 N combinations of N bits b Therefore, N bits are needed to represent 2 N unique items 2 1 = 2 items 2 2 = 4 items 2 3 = 8 items 2 4 = 16 items 2 5 = 32 items 1 bit ? 2 bits ? 3 bits ? 4 bits ? 5 bits ? How many items can be represented by

9 A Computer Specification b Consider the following specification for a personal computer: 600 MHz Pentium III Processor600 MHz Pentium III Processor 256 MB RAM256 MB RAM 16 GB Hard Disk16 GB Hard Disk 24x speed CD ROM Drive24x speed CD ROM Drive 17” Multimedia Video Display with 1280 x 1024 resolution17” Multimedia Video Display with 1280 x 1024 resolution 56 KB Modem56 KB Modem b What does it all mean?

10 Memory Main memory is divided into many memory locations (or cells) Each memory cell has a numeric address, which uniquely identifies it

11 Storing Information Large values are stored in consecutive memory locations Each memory cell stores a set number of bits (usually 8 bits, or one byte)

12 Storage Capacity b Every memory device has a storage capacity, indicating the number of bytes it can hold b Capacities are expressed in various units: KB2 10 = 1024 MB2 20 (over 1 million) GB2 30 (over 1 billion) TB2 40 (over 1 trillion) UnitSymbolNumber of Bytes kilobytemegabytegigabyteterabyte

13 RAM vs. ROM b RAM - Random Access Memory (direct access) b ROM - Read-Only Memory b The terms RAM and main memory are basically interchangeable b ROM could be a set of memory chips, or a separate device, such as a CD ROM b Both RAM and ROM are random (direct) access devices! b RAM should probably be called Read-Write Memory

14 The Central Processing Unit b A CPU is also called a microprocessor b It continuously follows the fetch-decode-execute cycle: fetch Retrieve an instruction from main memory decode Determine what the instruction is execute Carry out the instruction

15 The Central Processing Unit (CPU) b The CPU contains: Arithmetic / Logic Unit Registers Control Unit Small storage areas Performs calculations and decisions Coordinates processing steps

16 The Central Processing Unit b The speed of a CPU is controlled by the system clock b The system clock generates an electronic pulse at regular intervals b The pulses coordinate the activities of the CPU b The speed is measured in megahertz (MHz)

17 Monitor b The size of a monitor (17") is measured diagonally, like a television screen b Most monitors these days have multimedia capabilities: text, graphics, video, etc. b A monitor has a certain maximum resolution, indicating the number of picture elements, called pixels, that it can display (such as 1280 by 1024) b High resolution (more pixels) produces sharper pictures