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 Basics Whats that thingamagige?. Parts of a computer.
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. Basic Computer System Central Processing Unit Input Devices Output Devices Backing Storage Devices.
Computer Hardware Introduction. Computer System Components Input Keyboard, Mouse, Camera, Touch Pad Processing CPU Output Monitor, Printer Storage Floppy,
 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 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.
COMPUTER SYSTEM COMPONENTS ACTIVITY
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)
Computer Fundamentals. A Computer Is a System Input Processing Output Data is entered into the computer Becomes useful information The data is processed.
CGS – 1100 Introduction to Computer Applications Computer Concepts.
Introduction to Computing: Lecture 3 Computer Systems.
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.
Understanding Computer Basics. Computer Case- The part of a computer system that houses the microprocessor, the RAM (Random Access Memory), and the Motherboard.
Lecture 7 Computer Componets and Peripherials. ©1999 Addison Wesley Longman2.2 What Computers Do Four basic functions of computers include: –Receive input.
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.
CSE 101 Spring 2000 Hardware (Bits & Bytes). Understanding the Machine Data versus Information  Data are raw facts  Information is the result of transforming/examining.
Computer Terms. Computer A machine designed to run programs and store information that you create.
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.
Fundamentals. Main Hardware Components Central Processing Unit (CPU) Main Memory (random access memory or RAM) Auxiliary Storage Input Devices Output.
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.
Chapter 2 part 2. Computer Processing Speeds Milliseconds - thousands of a second Microseconds - millionths of a second Nanoseconds - billionths of a.
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.
Computers Are Your Future Chapter 1 Slide 1 Introduction to the Computers & Internet Chapter 1 Concepts of Information Technology IT.
 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.
© 2011 Pearson Education, publishing as Addison-Wesley Chapter 1: Computer Systems Presentation slides for Java Software Solutions for AP* Computer Science.
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.
Computer Concepts 2014 Chapter 2 Computer Hardware.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
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.
Basic Computer Hardware and Software.
An Overview of the Computer System
Introduction To Computers: Hardware and Software
Computer Hardware Introduction.
Introduction to Computers
Looking Inside the machine (Types of hardware, CPU, Memory)
Introduction to Computing Lecture # 1
An Overview of the Computer System
Introduction to Computers
Standard Grade Revision
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). ~ 20 million four-drawer filing cabinets full of text 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 ) Terabyte (TB) – a trillion (1,099,511,627,776 = 2 40 ) ~ A complete set of encyclopedias requires about 600 MB of storage

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 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 (maybe not…) A real processor

James Tam Processor Speed Determined by: Type of processor e.g., Pentium III, IV, AMD Duron, Athalon 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 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 ~1 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 RAM Work? Like a leaky bucket From

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

James Tam RAM: A Collection Of Capacitors A capacitor

James Tam Types Of RAM 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-RAM (Double Data Rate RAM) -Double the speed of SD-RAM -Originally exclusively used with AMD processors RD-RAM (Rambus Dynamic RAM) -Produced by Rambus -Fast! -Used with Pentium 4 powered computers Pictures from

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 Jazz drives Hard drives 2) Optical CD-ROM DVD

James Tam Magnetic Drives: A Hard Drive In Action

James Tam Magnetic Drives: Storage Capacities Floppy disks ~ 1 MB Zip disks 100 or 250 MB Jazz drives 1 – 2 GB Hard drives ~20 – 120+ 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 ~ 3.8 – 17 GB storage DVD- ROM (read only) Many recordable formats (e.g., DVD/CD-RW, DVD-RAM, DVD-R, CD- 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 subpixels: One wire for each row One wire for each subpixel 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 colours 16 colours 2 colours 16 million colours

James Tam 4) Monitor Quality (Dot Pitch) Dot pitch is the distance between 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!) You can pay a minimal fee to access the laser printers.

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 1)Word processors 2)Spreadsheets 3)Databases 4)Presentation software 5)Web browsers : :

James Tam 2) Operating Systems: What Do They Do? 1)Act an an intermediary between the user and the hardware 2)Manage the resources of the computer 3)Some may act to secure some parts of the computer

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

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

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

James Tam Operating Systems: Securing The Computer (not done) Single (faceless) user – security less of an issue My resume Claude Rains from Phantom of the Opera

James Tam Operating Systems: Securing The Computer (done) Multiple users – security is more important Bill Mary George Mary's assignment Bill's assignment George's assignment

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 on their computer can then run (use) it.

James Tam Summary What is hardware? What are the basic parts of a computer? What are some common input devices? What is the purpose of the processor? What are some examples of modern processors and their speeds? How does computer memory work? What are some common types of computer storage devices? What are the main types of computer monitors and how do they work? What are some of the factors that determine the quality of computer monitors? What is software? What are the main categories of software What are application programs? What do operating systems do? What is a compiler?