James Tam Introduction To Computers: Hardware and Software In this section of notes you will learn how the basic parts of a computer work as well what.

Slides:



Advertisements
Similar presentations
Computer Skills Preparatory Year Presented by:
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.
Basic Computer Hardware and Software.
Hardware Components of a Multimedia System. Objectives w Describe why hardware standards are important w Describe the MPC standard and specify its significance.
Computer Hardware.
 The central processing unit (CPU) interprets and executes instructions.  The “brains” of the computer.  The speed of the processor is how fast it.
James Tam Introduction To Computers: Hardware and Software In this section of notes you will learn how the basic parts of a computer work as well what.
James Tam Introduction To Computer Hardware In this section of notes you will learn what are the basic parts of a computer and how they work.
James Tam Introduction To Computers: Hardware In this section of notes you will learn about the basic parts of a computer and how they work.
James Tam Introduction To Computers: Hardware In this section of notes you will learn about the basic parts of a computer and how they work.
James Tam Introduction To Computers: Hardware and Software In this section of notes you will learn how the basic parts of a computer work as well what.
James Tam Advanced Computer Concepts In this section you will about technical features of computers which may be used when choosing individual components.
James Tam Introduction To Computers In this section you will learn what are the basic components of a computer.
James Tam Computer Hardware: A Quick Overview In this section of notes you will learn/relearn about the basic parts of a computer and how they work.
Introduction to Computers
Introduction To Computers: Hardware and Software
James Tam Introduction To Computers: Hardware In this section of notes you will learn about the basic parts of a computer and how they work.
James Tam Computer Hardware: A Quick Overview In this section of notes you will learn about what are the basic parts of a computer, how they work and how.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
How Do Computers Work? A Gentle Introduction
Introduction to Computers Essential Understanding of Computers and Computer Operations.
IC3 GS3 Standard Computing Fundamentals Module
Data, Hardware, Output, Network, Storage Area of the computer that holds data on a permanent basis when it is not immediately needed for processing. Two.
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.
Computer Fundamentals. A Computer Is a System Input Processing Output Data is entered into the computer Becomes useful information The data is processed.
Computer Hardware Computer Technology Jeopardy Review By C. Lyman © July 2007.
How Do Computers Work? A Gentle Introduction Poly Pride.
Today’s Topics  Chapter 6: System Unit  Chapter 7: Input/Output and Storage.
James Tam Introduction to hardware Concepts covered Units of measurement Processors Memory Input and output Storage Peripherals.
Intro to Computer Hardware
McGraw-Hill/Irwin Copyright 2002 by the McGraw-Hill Companies, Inc. All rights reserved BUYING A COMPUTER SELECTING HARDWARE SELECTING SOFTWARE.
Computer Systems I’m ONLY a machine! Standard Grade Revision.
Know the Computer Multimedia tools. Computer essentials.
James Tam Introduction to computers You will learn what are the basic components of a computer system and the rudiments of how those components work.
Computer Basics COMPUTER TECHNOLOG Y 1. What Is a Computer? An electronic device Accepts data and instructions Manipulates, processes, and displays the.
Introduction to Computers
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Unit 2- Computer Hardware.  Identify system components  Describe the role of the central processing unit  Define computer memory  Identify types of.
Fundamentals. Main Hardware Components Central Processing Unit (CPU) Main Memory (random access memory or RAM) Auxiliary Storage Input Devices Output.
CADCAM HARDWARE.  The computing system in operation can be compared to a human being in terms of its operating characteristics.
Chapter 2 part 2. Computer Processing Speeds Milliseconds - thousands of a second Microseconds - millionths of a second Nanoseconds - billionths of a.
BAT3O / BTX4C. Definition: A computer is an electronic machine that 1) takes in data and instructions (input) 2) works with the data (processing) 3) puts.
COMPUTER BASICS Computer Technology. WHAT IS A COMPUTER?  Electronic  Accepts data and instructions  Manipulates, processes, and displays the information.
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.
Computer Systems. This Module Components Home PC Inputs Processor Memory Motherboards Auxiliary Storage Outputs.
Computer Organization. The digital computer is a digital system that performs various computational tasks Digital computer use binary number system which.
The Computer System CS 103: Computers and Application Software.
Unit 2- Computer Hardware.  Identify system components  Describe the role of the central processing unit  Define computer memory  Identify types of.
REST OF THE COMPUTER BEFORE THE INTERNET. Understand Your Computer  Bit  Binary digit  0 or 1  Byte  8 bits  Unique combinations of 8 bits of 0s.
Computer Concepts 2014 Chapter 2 Computer Hardware.
Storage devices 1. Storage Storage device : stores data and programs permanently its retained after the power is turned off. The most common type of storage.
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),
Basic Computer Hardware and Software.
Computer Components. ● Many people believe that knowing how to use a computer is one of the basic skills needed to succeed in the workplace. ● In order.
Computer Systems I’m ONLY a machine! Ashkarali P Asst. Professor GCM Wayanad Ashkarali, GCM.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 1 Looking Inside the Computer System.
Basic Computer Hardware and Software.
Introduction To Computers: Hardware and Software
Introduction to Computers
Basic Computer Hardware and Software.
Introduction to Computing Lecture # 1
Introduction to Computers
Computer Hardware.
1 BY Prof. S. DAS (PhD, UK). 2 CONTENTS Introduction RAM,ROM,PROM,EPROM Auxiliary Storage Devices-Magnetic Tape, Hard Disk, Floppy Disk Optical Disks:
Presentation transcript:

James Tam Introduction To Computers: Hardware and Software In this section of notes you will learn how the basic parts of a computer work as well what are the fundamental categories of computer programs

James Tam What Is Hardware? The physical components of a computer system e.g., a monitor, keyboard, mouse and the computer itself.

James Tam Basic Units Of Measurement Bit binary digit smallest unit of measurement two possible values Byte 8 bits Word The number of adjacent bits that can be stored and manipulated as a unit 32, 64 for home computers, 128 for the most powerful

James Tam Large Units Of Measurement (Memory, Storage) Note: use powers of two because computer memory and storage are based on the basic unit (bit). Kilobyte (kB) – a thousand bytes (1,024 = 2 10 ) Megabyte (MB) - a million (1,048,576 = 2 20 ) Gigabyte (GB) – a billion (1,073,741,824 = 2 30 ) ~ A complete set of encyclopedias requires about 600 MB of storage Terabyte (TB) – a trillion (1,099,511,627,776 = 2 40 ) ~ 20 million four-drawer filing cabinets full of text

James Tam Small Units Of Measurement (Speed) millisecond (ms) – a thousandth of a second (1/1,000 = ) microsecond (μs) - a millionth of a second (1/1,000,000 = ) nanosecond (ns) – a billionth of a second (1/1,000,000,000 = )

James Tam High Level View Of A Computer

James Tam Buses Connect the different parts of the computer together

James Tam Input

James Tam Input Devices Used by a person to communicate to a computer. Person to computer

James Tam Example Input Devices Keyboard Mouse Need not be mundane! (A Jouse) From

James Tam Processor

James Tam Processor The brains of a computer A common desktop processor

James Tam Processor Speed Determined by: Type of processor e.g., Pentium III, IV, AMD Athlon Clock speed -1 Hz = 1 pulse is sent out each second (1 second passes between each pulse) -10 Hz = 10 pulses are sent out each second (0.1 seconds passes between each pulse) -: -25 MHz machine = 25 million pulses sent out each second ( seconds between each pulse or 40 ns between pulses)

James Tam Intel Vs. AMD Athlon XP (2.25 GHz) Athlon XP (2.17 GHz) Pentium 4 (2.8 GHz) Pentium 4 (3.06 GHz) Cost$365$500$420$600 MP-3 Encoding (audio) 110 seconds 82 seconds72 seconds Winrar (file compression) 70 seconds69 seconds57 seconds53 seconds Quake III (OpenGL) fps320 fps344.6 fps364 fps Multimedia6417 points6646 points6984 points7644 points Direct 3D15427 points15655 points15493 points15878 points

James Tam Intel Vs. AMD (2) Cost

James Tam Intel Vs. AMD (3) Audio encoding and file compression (lower is better)

James Tam Intel Vs. AMD (3) Running games: Frames per second in Quake III (higher is better)

James Tam Intel Vs. AMD (4) Multimedia and 3D graphic rendering (higher is better)

James Tam The Processor And The Computer Image from Peter Norton's Computing Fundamentals (3 rd Edition) by Norton P.

James Tam Memory

James Tam RAM Volatile Used for temporary storage Typical ranges 256 MB - 4 GB

James Tam RAM (2) Means direct access to any part of memory Picture from Computers in your future by Pfaffenberger B

James Tam How Does DRAM Work? Like a leaky bucket From

James Tam How Does DRAM Work? Like a leaky bucket From Transistor Capacitor

James Tam DRAM: A Collection Of Capacitors A capacitor

James Tam Types Of DRAM Old versions of RAM EDO RAM -Slowest -For older computers SD-RAM -Faster -Was the former standard Pictures from

James Tam Types Of RAM (2) Newer version of RAM DDR-SDRAM (Double Data Rate RAM) -Double the speed of regular SD-RAM -Slower bus speed but wider -Used with Intel and AMD processors RD-RAM (Rambus Dynamic RAM) -Fast bus speed, narrow bus -Used with Intel processors Pictures from

James Tam RD-RAM Vs. DDR-RAM DDR-RAM (PC2700) DDR-RAM (PC3200) RD-RAM (PC-800) RD-RAM (PC-1066) Bus speed166 MHz400 MHz800 MHz1066 MHz Bus width8 bytes 2 bytes Data transfer (theoretical) 2.7 GB/sec3.2 GB/sec 4.3 GB/sec Cost of 512 MB $115$159$290$360 Cost per Unit$0.22/MB$0.31/MB$0.57/MB$0.70/MB

James Tam RD-RAM Vs. DDR-RAM DDR-RAM (PC2700) DDR-RAM (PC3200) RD-RAM (PC-800) RD-RAM (PC-1066) Bus speed166 MHz400 MHz800 MHz1066 MHz Bus width8 bytes 2 bytes Data transfer (theoretical) 2.7 GB/sec3.2 GB/sec 4.3 GB/sec Cost of 512 MB $115$159$290$360 Cost per Unit$0.22/MB$0.31/MB$0.57/MB$0.70/MB

James Tam Storage

James Tam Storage Vs. Memory? Memory (e.g., RAM) keep the information for a shorter period of time (usually volatile) faster more expensive Storage (e.g., Hard disk) the information is retained longer (non-volatile) slower cheaper

James Tam Categories Of Storage 1) Magnetic Floppy disks Zip disks Hard drives 2) Optical CD-ROM DVD

James Tam Magnetic Drives In Action

James Tam Magnetic Drives: Storage Capacities Floppy disks ~ 1 MB Zip disks 100, 250, 750 MB Hard drives ~20 – 200+ GB

James Tam Optical Drives: Reading Information

James Tam Optical Drives: Recording and Reading Information

James Tam Optical Drives: Re-writing

James Tam Optical Drives: Re-writing

James Tam Optical Drives CD's ~ 700 MB storage CD-ROM (read only) CD-R: needs a CD-burner to create (record) to a CD CD-RW: can write and erase CD to reuse it (re-writable) DVD-ROM ~ 4.5 GB storage (varies with format) DVD- ROM (read only) Many recordable formats (e.g., DVD-RAM, DVD-R, CD-RW; DVD+R, DVD+RW etc.)

James Tam Output

James Tam Output Devices Displays information from the computer to the a person.

James Tam The Most Common Output Device: The Monitor Types of computer monitors 1)CRT's (Cathode Ray Tube) 2)LCD's (Liquid Crystal Display)

James Tam CRT's Monitors Images are displayed with dots (pixels) drawn with light "guns" Picture from Computer Confluence by Beekman G.

James Tam LCD Monitors Employ a conductive grid for each row and column The meeting of a row and column allows light to be emitted (a pixel can be seen)

James Tam Colour LCD Monitors Use three sub pixels: One wire for each row One wire for each sub-pixel One colour filter for each colour (red, blue, green)

James Tam Some Determinants Of The Quality Of Monitors 1)Size 2)Resolution 3)Color depth 4)Dot pitch

James Tam 1) Monitor Quality (Size) Measured diagonally

James Tam 2) Monitor Quality (Resolution) Columns of pixels x Rows of pixels For a given monitor size, the higher the resolution the sharper the image Col 1, Row 1 Col 2, Row 1 Col 3, Row 1 …Col [c], Row 1 Col 1, Row 2 Col [c], Row 2 Col 1, Row 3 Col [c], Row 3 :: Col 1, Row [r] Col 2, Row [r] Col 3, Row [r] …Col[c], Row[r]

James Tam 3) Monitor Quality (Color Depth) The number of possible colors that can be displayed for each pixel. e.g. monochrome (single color) possible values Uses up 1 bit of space

James Tam 3) Monitor Quality (Effects Of Color Depth) 256 colors 16 colors 2 colors 16 million colours

James Tam 4) Monitor Quality (Dot Pitch) Dot pitch is the distance between picture elements e.g., the center of each color dot (mm) dot pitch

James Tam Refresh Rate Of Monitors How fast the screen is redrawn (70 Hz / 70 times per second is usually a good minimum)

James Tam All The Basic Parts Together Diagram from

James Tam The Motherboard Diagram from

James Tam Printers Common types Inkjet Laser Note: By default on the CPSC network you only have access to text-only printers (do not print formatted text or graphics on them!)

James Tam How Inkjet Printers Work. Use a series of nozzles to spray drops of ink directly on the paper Slots for print cartridges Ink nozzles Picture from Print heads

James Tam How Laser Printers Work Use a laser to produce patterns on an ink drum using static electricity Diagram from

James Tam Software The instructions that tell the hardware what to do. 1)Balance my check book. 2)Do taxes 3)Print out my resume 4)::

James Tam Categories Of Software 1)Application programs (applications) 2)Operating systems 3)Compilers

James Tam 1) Common Types Of Application Programs Word processors Spreadsheets Databases Presentation software Web browsers Games : :

James Tam 2) Operating Systems: What Do They Do? Act an an intermediary between the user and the hardware Manage the resources of the computer

James Tam Operating Systems: The Intermediary Between The User And The Hardware (operating system)

James Tam Operating Systems: Manage System Resources A = B + C RAM e.g., Memory management

James Tam Operating Systems: Manage System Resources (2) e.g., Processor time A = B + C

James Tam 3) Compilers (Real-World) Huh? Merry Christmas and Happy New Year! Same to you buddy! Real life translation

James Tam 3) Compilers (Computers) 1) A programmer writes a computer program 2) The compiler translates the program into a form that the computer can understand 3) An executable program is created Anybody who has this executable installed on their computer can then run (use) it.

James Tam Relating Hardware And Software High level static view of a computer

James Tam Relating Hardware And Software (2) The computer turned off

James Tam Relating Hardware And Software: Starting The Computer 1)Self test 2)Look for the operating system 3)Load the operating system

James Tam Relating Hardware And Software: Starting The Computer (2) 1) Self test

James Tam Relating Hardware And Software: Starting The Computer (3) 2) Look for the operating system

James Tam Relating Hardware And Software: Starting The Computer (4) 3) Load the operating system

James Tam Operating System Loaded

James Tam You Should Now Know Hardware The basic units of measurement for the computer What are the basic parts of the high level view of a computer Example input devices The role of the processor in a computer Determinants of processor speed What are the characteristics of RAM memory How does DRAM work The different types of DRAM The difference between storage and memory What are the different categories of storage devices as well as common examples of each The approximate storage capacity of different storage devices How do different storage devices work How do computer monitors work What determines the quality of a computer monitor How do computer printers work

James Tam You Should Now Know (2) Software What are the basic categories software What is the role of operating systems What do compilers do Relating hardware and software What happens during the startup process of a computer