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.

Slides:



Advertisements
Similar presentations
Images Images are a key component of any multimedia presentation.
Advertisements

Foundations of Physics
Computer Science 101 RGB Color System. Simplified Introduction to Color Vision Go to How We See: The First Steps of Human Vision or Color Vision for more.
Technology ICT Option: Data Representation. Data Representation In our everyday lives, we communicate with each other using analogue data. This data takes.
UNIT 6: Light and Optics Chapter 16: Light and Color
Bit Depth and Spatial Resolution SIMG-201 Survey of Imaging Science © 2002 CIS/RIT.
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 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.
1 Perception. 2 “The consciousness or awareness of objects or other data through the medium of the senses.”
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,
CS 1308 Computer Literacy and the Internet. Creating Digital Pictures  A traditional photograph is an analog representation of an image.  Digitizing.
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.
Lab #5-6 Follow-Up: More Python; Images Images ● A signal (e.g. sound, temperature infrared sensor reading) is a single (one- dimensional) quantity that.
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.
Chapter 11 Fluency with Information Technology 4 th edition by Lawrence Snyder (slides by Deborah Woodall : 1.
COSC 1P02 Intro. to Computer Science 6.1 Cosc 1P02 Week 6 Lecture slides "To succeed, jump as quickly at opportunities as you do at conclusions." --Benjamin.
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 Vision Key Question: How do we see color?
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.
Marr CollegeHigher ComputingSlide 1 Higher Computing: COMPUTER SYSTEMS Part 1: Data Representation – 6 hours.
Chapter 16 Light and Color  16.1 Properties and Sources of Light  16.2 Color and Vision  16.3 Photons and Atoms.
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.
Digital Media Dr. Jim Rowan ITEC 2110 Color. COLOR Is a mess It’s a subjective sensation PRODUCED in the brain Color differs for light and paint/ink Printing.
Color Web Design Professor Frank. Color Displays Based on cathode ray tubes (CRTs) or back- lighted flat-screen Monitors transmit light - displays use.
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.
Chapter 3 Color Objectives Identify the color systems and resolution Clarify category of colors.
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.
Information in Computers. Remember Computers Execute algorithms Need to be told what to do And to whom to do it.
16.2 Color and Vision. Chapter 16 Objectives  Describe at least five properties of light.  Describe the meaning of the term “intensity.”  Use the speed.
The Visible Spectrum And how we see it. What is Visible Light? The cones in the eye are only sensitive to a narrow range of EM frequencies. Visible Light.
Data Representation. In our everyday lives, we communicate with each other using analogue data. This data takes the form of: Sound Images Letters Numbers.
DATA Unit 2 Topic 2. Different Types of Data ASCII code: ASCII - The American Standard Code for Information Interchange is a standard seven-bit code that.
DISPLAY DEVICES CIS 10, Group #1 April 01, 2006 C. X. A. L. K. H. A. V. ((( L. C.
Images Data Representation.
Data Representation Images.
Image Processing Objectives To understand pixel based image processing
Data Representation.
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
18.1 The Electromagnetic Spectrum
Ch2: Data Representation
Chapter 2 Data Representation.
How Computers Store Data
Visuals are analog signals...
Presentation transcript:

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 in ASCII as a series of 7-bits. This includes letters, numbers and “special” characters. Unicode the common coding system because it expands the possible character set. All Internet operations use Unicode. Computers perform arithmetic in binary (base 2) rather than decimal (base 10) Copyright © 2009 by Helene G. Kershner

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

Bits are Not just for Characters 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 © 2009 by Helene G. Kershner

Bits are Not just for Characters 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. Copyright © 2009 by Helene G. Kershner

Bits are Not just for Characters  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 © 2009 by Helene G. Kershner

Bits are Not just for Characters 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….. Characters Copyright © 2009 by Helene G. Kershner

Bits are Not just for Characters The human eye see images and colors based on the sensitivity of cells in the retina of the eye to different wavelengths of light. “The retina contains three types of color receptors cells or cones. The brain interprets the information transmitted by the eye into images. If you are “color blind” some part of the message between the eye and the brain doesn’t work properly. This can be caused by eye or brain dysfunction. It is often related to a lack of certain cone chemicals in the eye. Human vision (color or black & white) is based on the wavelengths of light reflected off objects. In the physical world, color is ANALOG. Copyright © 2009 by Helene G. Kershner

Bits are Not just for Characters -- 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 © 2009 by Helene G. Kershner

Bits are Not just for Characters -- 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 © 2009 by Helene G. Kershner

Bits are Not just for Characters -- 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. Copyright © 2009 by Helene G. Kershner

Bits are Not just for Characters -- Images 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 © 2009 by Helene G. Kershner

Bits are Not just for Characters -- Images Copyright © 2009 by Helene G. Kershner

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

Bits are Not just for Characters -- Images Here the pixels are visible to the eye Here the pixels are essentially invisible Copyright © 2009 by Helene G. Kershner

Bits are Not just for Characters -- Sound What is sound?  “Sound is vibration transmitted through a solid, liquid or gas.”  “Sound in humans is those vibrations capable of being detected by the ear” and interpreted by the brain. 1 Sound is a wave  Sound waves move through the air  Sound waves move through other materials  Sound in animals is physiologically the same, it is heard by the ear and interpreted by the brain but, most animals hear a larger range of sound waves than human. Copyright © 2009 by Helene G. Kershner

Bits are Not just for Characters -- Sound Sound is vibration, Sound is a wave Sound is Analog  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  A dog whistle that humans cannot hear. The whistle is still vibrating. If a tree falls in the forest and no one is there to see it fall, does it make a sound? Copyright © 2009 by Helene G. Kershner

Bits are Not just for Characters -- Sound Sound is vibration, Sound is a wave Sound is Analog =PlayList&p=448A499C6D44B935&index=6 related Copyright © 2009 by Helene G. Kershner

Bits are Not just for Characters -- 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 © 2009 by Helene G. Kershner

Bits are Not just for Characters -- 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 © 2009 by Helene G. Kershner

Bits are Not just for Characters -- 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 © 2009 by Helene G. Kershner