Computers. Question: Today, the fastest PCs run at roughly 1.5 GHz. Someday, computers may run at 1,000,000 GHz. Compared to present computers, those.

Slides:



Advertisements
Similar presentations
Chapter 10 Digital CMOS Logic Circuits
Advertisements

BT 1005 Managing Information Lecture 2 Data Representation, Storage and Transmission.
COMP6005 An Introduction to Computing Session Two: Computer Hardware.
CLASSIFICATION OF COMPUTER
ADC. A/D converter (Analog/Digital converter) A device that converts continuously varying analog signals from instruments and sensors that monitor conditions,
ELECTRONIC/COMPUTER AGE. Integrated Circuits –Integrated circuits have become more and more complex. One measure of their complexity is the number of.
Chapter 4 The Components of the System Unit
University College Cork IRELAND Number Systems, Data Types, Codes Logic Gates: An Introduction.
Chapter 4 Section 3.
In a not gate, if the input is on(1) the output is off (0) and vice versa.
Bits and Data Storage. Basic Hardware Units of a Computer.
CSET 4650 Field Programmable Logic Devices
COMPONENTS OF THE SYSTEM UNIT
Computer System Alanoud Al Saleh. Computer systems Are defined as: A machine for solving problems. Specifically the modern computer is high-speed electronic.
Audio Players 1 Audio Players. Audio Players 2 Introductory Question Audio players record sound in digital form but play it in analog form. The transformation.
BLOCK DIAGRAM OF COMPUTER
EMT1111 Logic and Problem Solving Lecture 2 Dr. Benito Mendoza.
Copyright Jim Martin Computers Inside and Out Dr Jim Martin
Class5: Computer Hardware Information Systems for Management.
Computer Organization Hardware and Software. Computing Systems Computers have two kinds of components: Hardware, consisting of its physical devices (CPU,
Computers: Information Technology in Perspective By Long and Long Copyright 2002 Prentice Hall, Inc. Computers: Information Technology in Perspective.
Digital Sound. Computer Sound To convert an analog wave into digital, converters use a process called sampling DEF: Sampling- the height of the sound.
XP Practical PC, 3e Chapter 16 1 Looking “Under the Hood”
Practical PC, 7th Edition Chapter 17: Looking Under the Hood
Digital Electronics. Introduction to Number Systems & Codes Digital & Analog systems, Numerical representation, Digital number systems, Binary to Decimal.
Chapter 4 The Components of The System Unit Matt Vanacore, Ryan Bratton, Thomas Bender.
 Design model for a computer  Named after John von Neuman  Instructions that tell the computer what to do are stored in memory  Stored program Memory.
Lesson 2 — How Does A Computer Process Data?
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
6.1 Copyright © 2005 Pearson Education Canada Inc. Management Information Systems, Second Canadian Edition Chapter 6: Hardware and Software HARDWARE AND.
Digital Electronics and Computer Interfacing Tim Mewes 3. Digital Electronics.
CPU RAM IO USB SSD GPU DIM MHZ GHZ HARDWARE
Computer Parts. Two Basic Parts Hardware & Software.
Computer Systems TexPREP Summer Camp Computer Science.
TheTeacher Computing Data Storage Computing. TheTeacher Computing Primary Storage One of the fundamental properties of a computer is that it can store.
COMPUTER MAINTENANCE REPAIR & TROUBLESHOOTING Powered by DeSiaMore1.
GCSE Information Technology Computer Systems 2 Hardware is the name that is given to any part of a computer that you can actually touch. An individual.
IT Groundwork ICS3UC - Unit 1 Hardware. Overview of Computer System.
Discovering Computers Fundamentals, Third Edition CGS 1000 Introduction to Computers and Technology Spring 2007.
Introduction to Computer Architecture. What is binary? We use the decimal (base 10) number system Binary is the base 2 number system Ten different numbers.
COMPUTER BASICS Computer Technology. WHAT IS A COMPUTER?  Electronic  Accepts data and instructions  Manipulates, processes, and displays the information.
Computer Component. A computer is a machine that is used to store and process data electronically Computer Definition.
Computer Architecture Memory, Math and Logic. Basic Building Blocks Seen: – Memory – Logic & Math.
Logic Signals and Gates. Binary Code Digital logic hides the pitfalls of the analog world by mapping the infinite set of real values for a physical quantity.
Georgia Institute of Technology Speed part 6 Barb Ericson Georgia Institute of Technology May 2006.
Computer History Earliest computer was the abacus abacus invented around 3,000 B.C. other calculating machines developed in 1600’s digital computer started.
Computer Systems Architecture Copyright © Genetic Computer School 2008 SA 2- 0 Lesson 2 The Digital Logic Level.
CS 1428 Foundations of Computer Science I. Two Main Components  Hardware  Physical media that uses electrical current to process instructions.  Software.
Advanced Computer Applications
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,
IT Essentials Chapter 1 Part C. 1.5 Math for a Digital Age.
/17 Binary Code & CPUs Digital Signals
Unit C-Hardware & Software1 GNVQ Foundation Unit C Bits & Bytes.
Lecture Exam 1 Study Guide Albert Kalim. Chapter 1: Computer Basics 1. Explain why it’s essential to learn about computers today. 2. Discuss several ways.
Your Interactive Guide to the Digital World Discovering Computers 2012.
Lecture No. 2 Computer Logic Design. Binary Digits The two state number system is called binary. Its two digits are 0 and 1 A binary digit is called a.
RAM RAM - random access memory RAM (pronounced ramm) random access memory, a type of computer memory that can be accessed randomly;
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 1 Looking Inside the Computer System.
Chapter 2 content Basic organization of computer What is motherboard
Topic 2: Hardware and Software
Stateless Combinational Logic and State Circuits
An Introduction to The computer.
TexPREP Summer Camp Computer Science
Introduction to Computers
An Introduction to The computer.
Edited by : Noor Alhareqi
Edited by : Noor Alhareqi
Some Information Instructor Details Main Book. Some Information Instructor Details Main Book.
Introduction to Computers
Computers Inside and Out
Presentation transcript:

Computers

Question: Today, the fastest PCs run at roughly 1.5 GHz. Someday, computers may run at 1,000,000 GHz. Compared to present computers, those high-speed ones would have to be 1.much larger. 2.much smaller. 3.about the same size.

Observations About Computers They respond to inputs with various outputs They handle all kinds of information Information is measured in bits and bytes Some information is lost when power fails Computers work extremely quickly They follow instructions perfectly

Analog Representation A number is represented by a physical quantity –Current –Voltage –Magnetization Number is proportional to the physical quantity Precision is determined by the quantity itself

Digital Representation A numbers is represent by physical quantities Physical quantities take on discrete values These values represent pieces of the number Precision is determined by number of quantities

Binary Representation Each physical quantity has two values –One value is defined as a “1” –The other value is defined as a “0” Each quantity represents one information bit A number is represented by several bits The more bits, the more precision Bits are relatively immune to noise

Example: 19 Five bits can represent number from 0 to is represented by the bits: Each bit represents a power of 2 1· · · · ·2 0 = 19

Representing Non-Numbers Bits or groups of bits are assigned to objects –Characters –Colors –Days of the week 8 bits (a byte) can distinguish 256 objects Two bytes can distinguish 65,536 objects

Quantities Representing Bits Current Magnetization Charge Optical properties Light Radio Waves Sound

Computers & Bits Computation: currents Memory: charge Disk Drives: magnetization CDROM/DVDROM: optical properties

Computing Computers perform logical operations with bits Complicated operations based on simple ones Simplest operations: inversion & not-and Any function can be realized from these two

Inverter Takes one input bit, provides one output bit Output bit is inverse of input bit

Not-And (NAND) Takes two input bits, provides one output bit Output is inverse of logical “and” of input bits

CMOS Logic Bits are represented by charge “1” is represented by positive charge “0” is represented by negative or no charge Logic is built from n-channel and p-channel MOSFETS in complementary pairs

CMOS Inverter Input charge delivered to two complementary MOSFETs Positive charge on input delivers negative charge to output Vice Versa

CMOS NAND Positive on both inputs delivers negative charge to output Negative on either input delivers positive charge to output

Personal Computers Use CMOS logic for computations Use charge-based memory for fast storage Use magnetization or optical for slow storage Use light, radio, current, or sound for network

Speed Limits Bits move no faster than the speed of light Speed of light is 1 foot per nanosecond During one PC cycle, bits can move 1 foot Processors can’t be bigger than 1 foot

Question: Today, the fastest PCs run at roughly 1.5 GHz. Someday, computers may run at 1,000,000 GHz. Compared to present computers, those high-speed ones would have to be 1.much larger. 2.much smaller. 3.about the same size.