Quiz # 1 Chapters 1,2, & 3.

Slides:



Advertisements
Similar presentations
Quiz # 1 Chapters 1,2,3, & 4.
Advertisements

Information Representation
Technology ICT Option: Data Representation. Data Representation In our everyday lives, we communicate with each other using analogue data. This data takes.
Dale & Lewis Chapter 3 Data Representation. Representing color Similarly to how color is perceived in the human eye, color information is encoded in combinations.
Output Primitives Computer Graphics.
Image Representation CS105. Data Representation Text representation – ASCII character set – Unicode – Data compression Images!
1 A Balanced Introduction to Computer Science, 2/E David Reed, Creighton University ©2008 Pearson Prentice Hall ISBN Chapter 12 Data.
Chapter 3 Data Representation. 2 Data and Computers Computers are multimedia devices, dealing with many categories of information. Computers store, present,
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.
Connecting with Computer Science 2 Objectives Learn why numbering systems are important to understand Refresh your knowledge of powers of numbers Learn.
Dale & Lewis Chapter 3 Data Representation
CS105 INTRODUCTION TO COMPUTER CONCEPTS DATA REPRESENTATION Instructor: Cuong (Charlie) Pham.
Chapter 3 Data Representation.
Media File Formats Jon Ivins, DMU. Text Files n Two types n 1. Plain text (unformatted) u ASCII Character set is most common u 7 bits are used u This.
©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,
CPS120 Introduction to Computer Science Lecture 4
COMP Bitmapped and Vector Graphics Pages Using Qwizdom.
Representing Information Digitally. Digitization Initially transforming data for computer use Assigning people social security numbers The creation of.
CSCI-235 Micro-Computers in Science Hardware Part II.
Module Code: CU0001NI Technical Information on Digital Images Week -2.
Computers and Scientific Thinking David Reed, Creighton University Data Representation 1.
Representing Nonnumeric Data Everything is really a number.
Simple Graphics. Graphics Used in PowerPoint, Web pages and others Basic Knowledge drawing change of colour, shape and others acquiring, video camera,
Chapter 3 Data Representation (slides modified by Erin Chambers)
1 Perception, Illusion and VR HNRS 299, Spring 2008 Lecture 14 Introduction to Computer Graphics.
Data Representation Int 2 Computing Unit 1 – Computer Systems St Kentigern’s Academy.
Chapter 2 Computer Hardware
Shawlands Academy Higher Computing Data Representation.
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.
Chapter 3 Data Representation. 2 Data and Computers Computers are multimedia devices, dealing with many categories of information. Computers store, present,
Chapter 3 Representation. Key Concepts Digital vs Analog How many bits? Some standard representations Compression Methods 3-2.
Data Representation The method of data representation in a computer system depends upon the type of data which is being used. Three types of data are considered.
7/11/20081 Today’s Agenda Friday 6 th Nov Revision of certain topics Floating point notation Excess Notation Exam format Interim Report.
Digital Media Dr. Jim Rowan ITEC 2110 Chapter 3. Roll call.
Lecture 7: Intro to Computer Graphics. Remember…… DIGITAL - Digital means discrete. DIGITAL - Digital means discrete. Digital representation is comprised.
Data Representation The storage of Text Numbers Graphics.
DATA REPRESENTATION CHAPTER DATA TYPES Different types of data (Fig. 2.1) The computer industry uses the term “MULTIMEDIA” to define information.
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.
Chapter 1 Background 1. In this lecture, you will find answers to these questions Computers store and transmit information using digital data. What exactly.
Chapter 03 Data Representation. 2 Chapter Goals Distinguish between analog and digital information Explain data compression and calculate compression.
Chapter 03 Data Representation. 2 Chapter Goals Distinguish between analog and digital information Explain data compression and calculate compression.
Digital Graphics for Computer Games Pixels Types of Digital Graphics (Raster and Vector) Compression.
HONR101 Analytics in a Big Data World Monday, January 18,
Digital Media Dr. Jim Rowan ITEC 2110 Chapter 3. Roll call.
Scanner Scanner Introduction: Scanner is an input device. It reads the graphical images or line art or text from the source and converts.
Software Design and Development Storing Data Part 2 Text, sound and video Computing Science.
Chapter 03 Data Representation.
Text and Images Key Revision Points.
Image and Sound Representation
GCSE COMPUTER SCIENCE Topic 3 - Data 3.2 Data Representation.
Chapter 8 & 11: Representing Information Digitally
Data Representation.
Binary Representation in Audio and Images
BTEC NCF Dip in Comp - Unit 02 Fundamentals of Computer Systems Lesson 10 - Text & Image Representation Mr C Johnston.
Chapter III, Desktop Imaging Systems and Issues: Lesson IV Working With Images
CHAPTER 2 - DIGITAL DATA REPRESENTATION AND NUMBERING SYSTEMS
LET’S LEARN ABOUT GRAPHICS!
Ch2: Data Representation
CS105 Introduction to Computer Concepts Data Representation
Computer Systems – Unit 1
Chapter 2 Data Representation.
Why use Binary? It is a two state system (on/off) which makes it simple to operate Even if degradation of current occurs (ie a slight drop in voltage)
Plan Attendance Files Posted on Campus Cruiser Homework Reminder
How Computers Store Data
Data Representation Chapter 2 Computer HW (Von Neumann Model) Program
Chapter 3 - Binary Numbering System
Presentation transcript:

Quiz # 1 Chapters 1,2, & 3

Analog and Digital Information Information can be represented in one of two ways: analog or digital Analog data A continuous representation, analogous to the actual information it represents Digital data A discrete representation, breaking the information up into separate elements

Digitization Initially transforming data for computer use Assigning people social security numbers The creation of telephone numbers Encoding information became the way to transform the real world into a context that the computer could understand

Information Metamorphosis Fitting the real world into the computer Computer’s world Electronic Fast Binary Real World Multiple forms of data / information Imprecise / vague Non uniform speeds

Information Metamorphosis Real World Data Forms Numeric Data Character Data Graphical / Visual Data Audio Data Instructional Data Methodology needed to transform real world data into computer world (binary)

Binary Number System Binary for numeric data Binary digit = Bit 8 Bits = Byte Smallest addressable unit within the computer 4 Bytes = Word Basic unit for arithmetic Contains 32 bits Converting from binary

Numeric Data Converting to binary Repeated division by 2 Remainders are the important part Read from bottom up as if left to right

Character Data Binary for Character Data 8 bit combinations assigned to a symbol Name for mapping process is ASCII table

Graphical Data Binary for Graphical Data

Graphical Data Binary for Graphical Data

Graphical Data Binary for Graphical Data Each black pixel is represented as a “1” Each white pixel is represented as a “0” Pixels are grouped in units of 8 so they can be stored in 1 byte

Graphical Data A 1” picture scanned at 150 DPI (dots per inch) Total size = 150 X 150  22,500 dots Memory required = 22,500 / 8  2,813 bytes Color requires more bits to represent each dot Using 8 bits for each dot allows for 256 different colors The 1” picture now requires 22,500 bytes

Graphical Data Printers are rated in DPI for print quality Scanners are rated in DPI for image resolution Monitors / displays have display settings for display resolution 800 X 600 1024 X 768 1280 X 1024 1400 X 1050

Audio Data Binary for audio data Sound as a waveform Y-axis represents voltage X-axis represents time Suppose the wave form shown represents 1 second of sound

Audio Data Divide Sample into segments

Audio Data Divide Sample into more segments

Audio Data Divide Sample into even more segments

Audio Data The more segments the better the re-created wave form The given sample was divided into 34 segments (approx) An Audio CD utilizes 44,000 samples per second of sound

Instructional Data Binary for Instructional Data Instructional Data has not only content but sequence Driving directions to NJ Aquarium Designated number of steps Sequence of steps is critical to success Rearranging sequence will not get you to the NJ Acquarium Recipe / Directions / Program

The Unicode Character Set Extended ASCII is not enough for international use One Unicode mapping uses 16 bits per character How many characters can this mapping represent? Unicode is a superset of ASCII The first 256 characters correspond exactly to the extended ASCII character set

Keyword Encoding Replace frequently used words with a single character

Run-Length Encoding A single character may be repeated over and over again in a long sequence Replace a repeated sequence with a flag character repeated character number of repetitions *n8 * is the flag character n is the repeated character 8 is the number of times n is repeated

Huffman Encoding In Huffman encoding no character's bit string is the prefix of any other character's bit string To decode look for match left to right, bit by bit record letter when a match is found begin where you left off,going left to right

Digitized Images and Graphics Digitizing a picture Representing it as a collection of individual dots called pixels Resolution The number of pixels used to represent a picture Raster Graphics Storage of data on a pixel-by-pixel basis Bitmap (BMP), GIF, JPEG, and PNG are raster-grahics formats

Digitized Images and Graphics Bitmap format Contains the pixel color values of the image from left to right and from top to bottom GIF format (indexed color) Each image is made up of only 256 colors JPEG format Averages color hues over short distances PNG format Like GIF but achieves greater compression with wider range of color depths Which is better for line drawings? Pictures?

Vector Graphics Vector graphics A format that describes an image in terms of lines and geometric shapes A vector graphic is a series of commands that describe a line’s direction, thickness, and color The file sizes tend to be smaller because not every pixel is described

Vector Graphics The good side and the bad side… Vector graphics can be resized mathematically and changes can be calculated dynamically as needed Vector graphics are not good for representing real-world images