Computer Graphics HARDWARE. Computers  Computers are automatic, electronic machines that –accept data & instructions from a user (INPUT) –store the data.

Slides:



Advertisements
Similar presentations
Calera High School Dawn Bone
Advertisements

Computer Basics Whats that thingamagige?. Parts of a computer.
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
Basic Computer Hardware and Software.
INTRODUCTION OF COMPUTER
Hardware. Basic Computer System Central Processing Unit Input Devices Output Devices Backing Storage Devices.
Main Memory Lecture 2 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009.
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
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
How Do Computers Work? A Gentle Introduction
V Material obtained from summer workshop in Guildford County.
How Do Computers Work? A Gentle Introduction Poly Pride.
What is Information Technology?
Aug CMSC 104, LECT-021 Machine Architecture and Number Systems Some material in this presentation is borrowed form Adrian Ilie From The UNIVERSITY.
Chapter 3 Computer Hard ware
Computer Hardware and Software Jinchang Wang. Hardware vs. Software Hardware is something tangible. Computer hardware includes electronic circuitry and.
Computer Systems. Basic Components Auxiliary Storage OutputProcessor Main Memory Input.
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.
Lesson 2 — How Does A Computer Process Data?
Introduction to Computers
What is a Computer ? What is the application of computer in Our Daily Life ? What is the application of computer in Teaching Field?
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
1 Introduction to Computers Lect 1 Won’t tell you much you don’t know. (Misleading– the course gets more conceptual as we create webpages.) Will go into.
SHANKERSINH VAGHELA BAPU INSTITUTE OF TECHNOLOGY(075). Faculty Name:- Prof H.M.Patel GROUP MEMBERS: ELECTRICAL ENGINEERING UTSAV , KRUTI ,
Course ILT Basics of information technology Unit objectives Define “information technology” (IT), distinguish between hardware and software, and identify.
Intro to Computers Computer Apps 1.
HARDWARE AND SOFTWARE. Computers Computers are automatic, electronic machines that – accept data & instructions from a user (INPUT) – store the data &
Computer Systems TexPREP Summer Camp Computer Science.
Computer Basics Terminology - Take Notes. What is a computer? well, what is the technical definition A computer is a machine that changes information.
1 Hardware and Software b Hardware the physical, tangible parts of a computerthe physical, tangible parts of a computer keyboard, monitor, wires, chips,
COMPUTER ARCHITECTURE. Recommended Text 1Computer Organization and Architecture by William Stallings 2Structured Computer Organisation Andrew S. Tanenbaum.
Appendix A Information Systems Hardware Information Systems Today Leonard Jessup and Joseph Valacich.
© 2011 Pearson Education, publishing as Addison-Wesley Chapter 1: Computer Systems Presentation slides for Java Software Solutions for AP* Computer Science.
© 2006 Pearson Education Chapter 1: Computer Systems.
2 nd MEETING Basic Introduction to Computers. The Computer Defined  A device that computes  Electronic device  Converts data into information  Modern.
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,
Basic Computer Organization Rashedul Hasan.. Five basic operation No matter what shape, size, cost and speed of computer we are talking about, all computer.
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.
CSI 1301 HARDWARE AND SOFTWARE. Computers  Computers are automatic, electronic machines that –accept data & instructions from a user (INPUT) –store the.
Computer Basics Just How Does a Computer Work?
Introduction To Computer Programming – 1A Computer Parts, Words, and Definition Herriman High School.
Introduction to Programming. Key terms  CPU  I/O Devices  Main memory  Secondary memory  Operating system  User interface  Application  GUI 
COMPUTER HARDWARE & SOFTWARE INTRODUCTION TO LIBRARY & INFORMATION SCIENCES (5501) WORKSHOP SPRING 2013 By: Huma Malik Librarian, Preston University, Islamabad.
Basic Computer Components Unit 2. What is a computer?  A computer is an electronic device that accepts raw data and processes it into information that.
ICT COMPUTER FUNDAMENTALS
Computer Architecture and Number Systems
Basic Computer Hardware and Software.
An Overview of the Computer System
Basic Computer Hardware and Software.
Principles of Information Technology
Basic Computer Hardware & Software
ICT COMPUTER FUNDAMENTALS
TexPREP Summer Camp Computer Science
Business Computer Technology
EEE206 Introduction to Computer Packages
Introduction to Computers
Basic Computer Hardware and Software.
Eagle Challenge Google Classroom 5 Questions.
Looking Inside the machine (Types of hardware, CPU, Memory)
Introduction to Computing Lecture # 1
An Overview of the Computer System
Introduction to Computers
COMPUTER FUNDAMENTALS i
Hardware Information Created by Nasih.
Presentation transcript:

Computer Graphics HARDWARE

Computers  Computers are automatic, electronic machines that –accept data & instructions from a user (INPUT) –store the data & instructions (STORAGE) –manipulate the data according to the instructions (PROCESSING) –store &/or output the results to the user (OUTPUT)  A computer system is composed of hardware and software  Hardware components are the physical, tangible pieces that we can see and touch

Software  Program –a sequence of instructions to accomplish a result –a computer processes information under the direction of a program  Data –information to be processed by a program  Example –Data: for each employee, the employee number, hours worked & hourly pay rate –Program: instructions on how to process the data to produce pay cheques, payroll register, etc.

Hardware

Digital Computers  The computers that we use are digital, not analogue computers  Analogue technology –The signal is directly analogous to the information it represents –The signal is continuous and in direct proportion to the source of the information In a thermometer, mercury rises in direct proportion to the temperature In an amplifier or telephone, the electronic voltage signal varies in direct proportion to the frequency and amplitude of the sound waves it represents

Digital Technology  Digital technology –The signal is discrete –The information is broken down into pieces, and each piece is represented separately –Analogue information is measured many times per second (the sampling rate) and each measurement is represented as a number –How music is stored on a compact disc - the disc stores numbers representing specific voltage levels sampled at specific times –Can be used to digitize sound, video, graphics, etc.  Our computers work with digital technology, hence the term digital computers

Storage of Programs and Data  Sampling is only one way to digitize information  Since our computers work ONLY with numbers, everything (not just analogue information such as sound and video) must be converted to numbers –Text (letters and special characters) gets converted to numbers (A = 65), using a standard coding convention called ASCII –Graphics (images), gets broken down into pieces (pixels) and each colour gets a number

Binary Numbers  Devices that store and move information are cheaper and more reliable if they have to represent only two states A circuit conducts current (1) or does not (0) A position on a diskette is magnetized in one direction (1) or the opposite direction (0) A position on a CD is pitted (1) or is not (0)  Once information is digitized, it is represented and stored in memory using the binary number system  A single binary digit (0 or 1) is called a bit  A single bit can represent two possible states, like a light bulb that is either on (1) or off (0)  Permutations of bits are used to store values. All information is represented as combinations of the two digits 0 and 1.

Binary Numbers 1 bit bits bits bits  Each permutation can represent a particular item  1 bit = 2 choices, a 0 or a 1  8 bits = 1 byte = 256 different combinations of 0’s and 1’s  There are 2 N permutations of N bits  Therefore, N bits are needed to represent 2 N unique items

Hardware  Units of measure –All done relative to a Byte (8 bits - 1 character) –KB = Kilobyte - 1 thousand bytes (1024) –MB = Megabyte - 1 million bytes (1,048,576) –GB = Gigabyte - 1 billion bytes –TB = Terabyte - 1 trillion bytes

Central Processing Unit Main Memory Floppy Disk Hard Disk Monitor Keyboard A simplified view of a computer system

Hardware Devices  Input Devices (Get information) –Keyboard –Mouse –Scanner  Output Devices (Give information) –Screen/monitor –Printer

Hardware Devices  Processing Device (Arithmetic/logic/repetition) –Central Processing Unit (CPU) 286, 386, 486, Pentium, K5, K6 –Has three basic parts Arithmetic Logic Unit (ALU) –executes all the arithmetic and logic instructions Control Unit –decodes instructions and determines which is next to be executed Buses/Registers –Buses are paths for information entering/exiting the CPU –Registers are memory for processing information

Hardware Devices  Storage –Two types Primary and secondary  Primary Storage (main memory) –On board memory (located on the motherboard) –Very fast, but expensive –Two types RAM – Random Access Memory ROM – Read Only Memory

Hardware Devices  RAM - Random Access Memory –Read/write capability –Contents lost when computer is turned off (volatile) –A program must be in RAM for it to execute –128 to 256MB for a typical desktop computer

Hardware Devices  ROM - Read Only Memory –Read but not write capability –Permanent (non volatile) –Stores the preliminary instructions to be executed when the computer is turned on, for example To check RAM To check communications with peripheral devices Bootstrap loader program

Hardware Devices Address Large values are stored in consecutive memory locations Each memory cell stores a set number of bits (usually 8 bits, or one byte) Content Main memory is divided into many memory locations (or cells) Each memory cell has a numeric address, which uniquely identifies it

Hardware Devices  Secondary Storage (secondary memory) –External devices (not on the motherboard); either inside or outside the computer –Store programs and data permanently –Slower, but cheaper RAM - nanoseconds, Drive - milliseconds –Different sizes/styles Floppy Disk - 1.4MB (portable) Zip Drive MB (portable) CD - 650MB (portable) Jaz Drive – 1-2GB (portable) discontinued Hard Disk Drive >=20GB (not portable) Tape - 50GB (portable, very slow) Flash drives (portable)

Hardware Devices  Other devices –Port For connecting peripheral devices USB, Parallel and serial ports –Modem (internal or external) For communicating over telephone lines

Output devices

The plotter is a computer printer for printing vector graphics. In the past, plotters were used in applications such as computer-aided design, though they have generally been replaced with wide-format conventional printers. A plotter gives a hard copy of the output. It draws pictures on a paper using a pen. plotter

25,02,19,05,14,35,33,20,10,21,30 \40,45,36,31,17,07,1,11,38,44,