Bits are Not just for Numbers Computers store characters as bits or binary digits. Characters from the English-language keyboard are represented in ASCII.

Slides:



Advertisements
Similar presentations
Lecture 2 Concepts, Terms and Definitions. Display Devices They are divided into a lot of small squares called pixels (“PICture ELements”). Each pixel.
Advertisements

Technology ICT Option: Data Representation. Data Representation In our everyday lives, we communicate with each other using analogue data. This data takes.
Bit Depth and Spatial Resolution SIMG-201 Survey of Imaging Science © 2002 CIS/RIT.
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.
Connecting with Computer Science, 2e
Introduction to Multimedia Student Multimedia Design Center 06/06/06.
1 The Information School of the University of Washington Nov 6fit more-digital © 2006 University of Washington Digital Information INFO/CSE 100,
March 2006Taner Erig - EMU2-1 Metamorphosis of Information How is information represented and how do computers store information?
Images: Pixels and Resolution Monica A. Stoica, Boston University Books used: “The Essential Guide to Computing” by E. Garrison Walters.
1 A Balanced Introduction to Computer Science, 2/E David Reed, Creighton University ©2008 Pearson Prentice Hall ISBN Chapter 12 Data.
Monitors and Sound Systems section 3A This lesson includes the following sections: · Monitors · PC Projectors · Sound Systems.
How Images are Represented Bitmap images (Dots used to draw the image) Monochrome images 8 bit grey scale images 24 bit colour Colour lookup tables Vector.
Digital Information Technology
©Brooks/Cole, 2003 Chapter 2 Data Representation.
Chapter 2 Data Representation. Define data types. Visualize how data are stored inside a computer. Understand the differences between text, numbers, images,
Fundamentals of Photoshop
CS101 Lecture 4 Computer Graphics. It ’ s just a bunch of pixels A computer screen is made up of many small colored squares called pixels The human eye.
CSCI-235 Micro-Computers in Science Hardware Part II.
© GCSE Computing Candidates should be able to:  explain the representation of an image as a series of pixels represented in binary  explain the need.
Computers and Scientific Thinking David Reed, Creighton University Data Representation 1.
Welcome Topic: Pixels A.M.Meshkatur Rahman Class: vii Roll: 07.
TOPIC 4 INTRODUCTION TO MEDIA COMPUTATION: DIGITAL PICTURES Notes adapted from Introduction to Computing and Programming with Java: A Multimedia Approach.
Representing Nonnumeric Data Everything is really a number.
Data Representation S2. This unit covers how the computer represents- Numbers Text Graphics Control.
Objective Understand concepts used to create digital graphics. Course Weight : 15% Part Three : Concepts of Digital Graphics.
Chapter 11 Fluency with Information Technology 4 th edition by Lawrence Snyder (slides by Deborah Woodall : 1.
1 Perception, Illusion and VR HNRS 299, Spring 2008 Lecture 14 Introduction to Computer Graphics.
Chapter 2 Computer Hardware
Data Representation CS280 – 09/13/05. Binary (from a Hacker’s dictionary) A base-2 numbering system with only two digits, 0 and 1, which is perfectly.
AS LEVEL ICT2 Processing Different Types of Information.
© 1999 Rochester Institute of Technology Introduction to Digital Imaging.
Logical Circuit Design Week 2,3: Fundamental Concepts in Computer Science, Binary Logic, Number Systems Mentor Hamiti, MSc Office: ,
Color and Resolution Introduction to Digital Imaging.
Agenda Last class: Memory, Digitizing Numbers Today: Digitizing: Text
Graphics. Graphic is the important media used to show the appearance of integrative media applications. According to DBP dictionary, graphics mean drawing.
Quiz # 1 Chapters 1,2, & 3.
Lecture 7: Intro to Computer Graphics. Remember…… DIGITAL - Digital means discrete. DIGITAL - Digital means discrete. Digital representation is comprised.
CS 111 – Sept. 3 More data representation Review hex notation Text –ASCII and Unicode Sound and images Commitment: –For Wednesday: Please read pp
Digital Imaging Fundamentals Ms. Hema C.R. School of Mechatronic Engineering.
CSCI-100 Introduction to Computing Hardware Part II.
Data Representation. What is data? Data is information that has been translated into a form that is more convenient to process As information take different.
Graphics in a computers memory How a picture (i.e. a graphic) is stored in a computers memory A computer screen is made up of little dots, called PICture.
TOPIC 4 INTRODUCTION TO MEDIA COMPUTATION: DIGITAL PICTURES Notes adapted from Introduction to Computing and Programming with Java: A Multimedia Approach.
What’s a Computer? Analog, Digital does it matter? Technically there are two categories of computers, analog or digital. Designs reflect two different.
HOW SCANNERS WORK A scanner is a device that uses a light source to electronically convert an image into binary data (0s and 1s). This binary data can.
Chapter 3 Color Objectives Identify the color systems and resolution Clarify category of colors.
Processing Data. Representing Numbers  Recap on Binary Numbers  Binary digit (1 or 0) – known as a ‘bit’, short for BInary digiT – bits generally grouped.
Scanner Scanner Introduction: Scanner is an input device. It reads the graphical images or line art or text from the source and converts.
Representing Sound and Image. Representing images One mean of representing an image it to interpret the image as a collection of dots, each is called.
More Digital Representation Discrete information is represented in binary (PandA), and “continuous” information is made discrete.
Information in Computers. Remember Computers Execute algorithms Need to be told what to do And to whom to do it.
Data Representation. In our everyday lives, we communicate with each other using analogue data. This data takes the form of: Sound Images Letters Numbers.
DISPLAY DEVICES CIS 10, Group #1 April 01, 2006 C. X. A. L. K. H. A. V. ((( L. C.
Storing Graphics Nat 5 Data Representation Lesson 4a: Storing Graphics
Images Data Representation.
Data Representation Images.
Image Processing Objectives To understand pixel based image processing
Everything is a number Everything in a computer memory and on storages is a number. Number  Number Characters  Number by ASCII code Sounds  Number.
Binary Notation and Intro to Computer Graphics
Binary Representation in Audio and Images
Chapter I Digital Imaging Fundamentals
Images Presentation Name Course Name Unit # – Lesson #.# – Lesson Name
Ch2: Data Representation
Chapter 2 Data Representation.
What’s a Computer? Analog, Digital does it matter?
How Computers Store Data
Images Presentation Name Course Name Unit # – Lesson #.# – Lesson Name
Visuals are analog signals...
Option: Data Representation
Option: Data Representation
Presentation transcript:

Bits are Not just for Numbers Computers store characters as bits or binary digits. Characters from the English-language keyboard are represented in ASCII as a series of 7-bits. This includes letters, numbers and “special” characters. Computers perform arithmetic in binary (base 2) rather than decimal (base 10) Copyright © 2008 by Helene G. Kershner

Bits are Not just for Numbers The World of computers is filled with more than characters and binary numbers. What else is it filled with? Color Pictures Sound. Copyright © 2008 by Helene G. Kershner

Bits are Not just for Numbers All computer data is represented using bits. Bits can only have two states, on/off, 0/1, black/white, color on/color off. Everything is made up of bits, numbers, letters, symbols, pictures, videos, sound, music …. Copyright © 2008 by Helene G. Kershner

Bits are Not just for Numbers Screen images:  Whether we display text or graphics on the screen, all are created as a series of closely placed dots of light.  A pixel, is a dot of light on a computer screen. Pixel is short for picture element.  Resolution is a measure of pixel density on a screen. The more pixels per square inch, the higher the resolution of a screen image, and the clearer and crisper it appears. A traditional monitor displays an image made up of 1024 columns and 786 rows of pixels. This is a pixel density or 1024 x 768 or 786,432 lighted dots. Copyright © 2008 by Helene G. Kershner

Bits are Not just for Numbers Images:  Black and white TV, and early computer monitors used lighted pixels of a single color to produce images.  Early computer monitors were not necessarily black and white. Today the “world” is in color.  Well sort of….. Copyright © 2008 by Helene G. Kershner

Bits are Not just for Numbers -- Images When displaying graphics, picture and images, a technique called gray-scaling is used. This is much like a “black and white” photograph, where colors are represented not as pure black and white but rather as shades of gray.  Grayscale images vary “from black at the weakest intensity to white at the strongest, though in principle the samples could be displayed as shades of any color” *  Grayscale is NOT black and white, which would be only those colors. * Copyright © 2008 by Helene G. Kershner

Bits are Not just for Numbers -- Images Color:  Most color monitors use a red-green-blue (RGB) format.  When these three colors of light are mixed, white light is produced.  A wide range of colors can be obtained by mixing these three colors. * * Copyright © 2008 by Helene G. Kershner

Bits are Not just for Numbers -- Images Color:  Color requires independent, integrated hardware to light the different- colored pixels in the desired combinations.  Keeping track of and controlling the more complex hardware, requires a color graphics card manage to he pixels.  All of this management requires additional dedicated memory. RGB  The specific color that a pixel describes is some blend of three colors of light (red – green – blue)  Up to three bytes (8-bits each) of data can be used to specifying a pixel's color. 1  One byte for each major color component.  A true color or 24-bit color system uses all three bytes.  Many color monitors use only one byte (8-bits) for each pixel limiting the monitor to only 256 (2 8 ) different colors. 2 1 A definition from Whatis.com 2. Copyright © 2008 by Helene G. Kershner

Bits are Not just for Numbers -- Images Copyright © 2008 by Helene G. Kershner

Bits are Not just for Numbers -- Images Copyright © 2008 by Helene G. Kershner

Bits are Not just for Numbers -- Images grayscale true color Copyright © 2008 by Helene G. Kershner

Bits are Not just for Numbers -- Sound What is sound? Sound is a wave  Sound waves move through the air  Sound waves move through other materials Sound is vibration  The sound of our voice is the vibration made by our vocal chords  A door moving back and forth  The wind  A musical instrument  Vibrating wire  Vibrating reed  Vibrating lips Copyright © 2008 by Helene G. Kershner

Bits are Not just for Numbers -- Sound What is a sound wave? It’s a wave of sound. Music is just a bunch of sound waves, arranged in a nice pattern. Copyright © 2008 by Helene G. Kershner

Bits are Not just for Numbers -- Sound Digital Sound  If sound is a wave, then it is analog, it is something created in the “real” rather than the virtual world of computers.  Sound on a dial telephone was analog, and the sound wave actually travelled over the wires  Digital sound is an approximation of the sound wave using on/off pulses (our bits again) The wave is light gray. The digital equivalent is in red. Copyright © 2008 by Helene G. Kershner

Bits are Not just for Numbers -- Sound  Digital sound is an approximation of the sound wave using on/off pulses (our bits again) Each part of the sound wave is represented by a number of bits The more the wave is broken up into pieces (sample), the more accurate the sound.  CDs use 16-bits/sample  DVD-Audio uses 24-bits/sample Copyright © 2008 by Helene G. Kershner