What’s a Computer? Analog, Digital does it matter? Technically there are two categories of computers, analog or digital. Designs reflect two different.

Slides:



Advertisements
Similar presentations
Lecture # 2 Computer Hardware Computers are all around! Grocery store Schools Libraries Bank Mail Malls We interact with computers everyday! We interact.
Advertisements

1 Chapter 2 The Digital World. 2 Digital Data Representation.
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
Digital Data Representation
Hardware. Basic Computer System Central Processing Unit Input Devices Output Devices Backing Storage Devices.
What’s a Computer? Analog, Digital does it matter? Technically there are two categories of computers, analog or digital. Designs reflect two different.
 The central processing unit (CPU) interprets and executes instructions.  The “brains” of the computer.  The speed of the processor is how fast it.
Bits are Not just for Numbers or Characters Computers store characters as bits or binary digits. Characters from the English-language keyboard can be represented.
Main Memory Lecture 2 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009.
Bits are Not just for Numbers Computers store characters as bits or binary digits. Characters from the English-language keyboard are represented in ASCII.
Introduction to Computers
Binary and Hexadecimal Numbers
1 Chapter Overview Computer Communication The Computer Bus Objectives  Understand how a computer transmits and receives information.  Explain the principles.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Digital Information Technology
The Study of Computer Science Chapter 0 Intro to Computer Science CS1510, Section 2.
Computer Hardware Computer Technology Jeopardy Review By C. Lyman © July 2007.
/4 Binary Code & CPUs Digital Signals
Copyright Jim Martin Computers Inside and Out Dr Jim Martin
Georgia Institute of Technology Introduction to Programming Part 2 Barb Ericson Georgia Institute of Technology May 2006.
Computer Systems Chapter 1 Pages Hardware-physical pieces Key hardware components in a computer system: The physical parts. – Central processing.
Computer Terms. Computer A machine designed to run programs and store information that you create.
The Study of Computer Science Chapter 0 Intro to Computer Science CS1510.
Introduction to Computers
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Chapter 2 Computer Hardware
Copyright © 2003 by Prentice Hall Module 5 Central Processing Unit 1. Binary representation of data 2. The components of the CPU 3. CPU and Instruction.
Data Representation A series of eight bits is called a byte. A byte can be used to represent a number or a character. As you’ll see in the following table,
Slide 1 Wednesday, October 07, 2015 Low Level Machine.
What do computers know?  All they really know is on or off.  Kind of like a light switch  Computers aren’t nearly as smart as you are!
Course ILT Basics of information technology Unit objectives Define “information technology” (IT), distinguish between hardware and software, and identify.
The Central Processing Unit: What Goes on Inside the Computer
Lecture Binary and Hexadecimal Numbers. How Machines Think Computers handle two types of information: –Instructions –Data The "words" of a machine language.
Computer Confluence 7/e © 2006 Prentice-Hall, Inc.
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.
Networking for Home and Small Businesses –.  Explain the binary representation of data.
Basic Computer Organization Rashedul Hasan.. Five basic operation No matter what shape, size, cost and speed of computer we are talking about, all computer.
/17 Binary Code & CPUs Digital Signals
Know what a computer is used for Understand the difference between hardware and software Be able to describe the way that data is stored in a computer.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Understanding Computers
 Human language : commonly used to express feeling and understand what other people expression.  Computer language : are a languages by which a user.
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.
The Study of Computer Science Chapter 0
Understanding binary Understanding Computers.
Computer basics.
What’s a Computer? Analog, Digital does it matter?
Introduction to Programming Part 2
Memory Parts of a computer
The Study of Computer Science Chapter 0
इंट्रस्टिंग बनने के लिए आपको इंट्रस्टेड होना पड़ेगा।
Introduction to Computers
BINARY SYSTEM.
The Study of Computer Science
How do computers work? Storage.
Computer Electronic device Accepts data - input
Binary and Hexadecimal Numbers
Introduction to Computers
What’s a Computer? Analog, Digital does it matter?
Data Binary Conversion.
Introduction to Programming Part 2
Computers Inside and Out
The Study of Computer Science
Why computers use binary
Binary System.
Information Technology Department
Basic Computer Organization
The Study of Computer Science Chapter 0
Presentation transcript:

What’s a Computer? Analog, Digital does it matter? Technically there are two categories of computers, analog or digital. Designs reflect two different ways to look at or analyze the world. Copyright © 2008 by Helene G. Kershner

What’s a Computer? Analog, Digital does it matter? Analog device – operates with measurements that are continuous such a voltage, temperature and rotation. Speedometer in your car Traditional thermometer Classic clock Analog computer uses analog measurements in it’s calculations Very fast Somewhat inaccurate Difficult to replicate results, can you spin a wheel at exactly the same rate twice in a row? Copyright © 2008 by Helene G. Kershner

What’s a Computer? Analog, Digital does it matter? Digital Computer – Information is represented by counting This is what we think of as a computer. All information used by the machine is one of two states ON (1) or Off (0). Change from a dollar Number of students registered in CSE 111 Tuition in dollars Highly flexible Easy to replicate Copyright © 2008 by Helene G. Kershner

What’s a Computer? Analog, Digital does it matter? Moving from Analog to Digital Digital Age Clock Hands moving in a circle  digits on a screen Telephone 10 digits in a circle, distance from beginning was used to represent the digit  push a button Voice as a sound wave  voice as a pattern of pulses Television and Movies Pictures as a series of light waves  pictures as a pattern of dots (pixels). It is all about speed and ability to replicate results Copyright © 2008 by Helene G. Kershner

What’s a Computer? The Binary Machine Computers “speak” a very simple language Two digits – 0 and 1 Don’t really understand the data or instructions they are given Know how to “follow” them -- circuit path The 1 state, current is present -- ON The 0 state, current is absent – OFF Binary -- The entire language of mathematics can be converted into a system that just uses 0s and 1s. Copyright © 2008 by Helene G. Kershner

What’s a Computer? The Binary Machine Computers use Binary (0,1) Base 2 People do not – we use Decimal (0,1,2,3,4,5,6,7,8,9) Base 10 Perhaps this is because we have 10 finger and 10 toes Modern computers take in decimal number and letters Translate them into 0s and 1s Do whatever they do – “Magic” Give us the results in a way human understand Copyright © 2008 by Helene G. Kershner

What’s a Computer? The Binary Machine In decimal every number is represented as the digits 0-9 In binary every number is represented as the digits 0-1 Decimal to Binary conversion DecimalBinary Copyright © 2008 by Helene G. Kershner

What’s a Computer? The Binary Machine For people in the know – Copyright © 2008 by Helene G. Kershner

What’s a Computer? The Binary Machine BIT for Binary Digit -- each 0 or 1 in the binary system Single bit is not overly useful BYTE – a group of bits (usually 8) Each byte represents one character of data Numbers, letters, special characters (%, $, # etc.) Letter, numbers and symbols are the form we use to represent information. WORD – the number of bits that can be processed at one time by the central processing unit (the “brain”) of the computer. Early computers – Apple II – 8 bit Words Modern machines – can process up to 64 bits/word Copyright © 2008 by Helene G. Kershner

What’s a Computer? The Binary Machine Computers are described by amount of processing memory they contain Usually described in terms of bytes (K ~ 1000 bytes) Megabyte or megs [MB]= ~1000K or ~1 million bytes Gigabyte or gigs [GB] = ~1000MB or ~1 billion bytes Terabyte = ~1000GB or ~1 trillion bytes The notation has gained common usage Earn 100K House is priced at 450K Copyright © 2008 by Helene G. Kershner

What’s a computer? Basic parts computer.howstuffworks.com/cd.htmcomputer.howstuffworks.com/cd.htm, staples.com, dell.com Central Processing Unit & Arithmetic & Logic Unit Input Memory Brains Input & Output Output Copyright © 2008 by Helene G. Kershner