Data Representaion
Data Representaion
representation
How is data represented in computers ?
● Binary
● Hexadecimal
● Color
● ASCII
● Unicode
● File types
● Encryption
● Images
● Audio
● Video
Binary
0 Off
1 On
Hexadecimal
● Red 255,0,0
● Green 0,255,0
● Blue 0,0,255
● White 255,255,255
● Black 0,0,0
We can represent other colours by mixing each red , green and blue
together in different intensities .
ASCII
Raster : Vector :
Raster images are images that are are made of Vector images are images that are made of
pixels . Some raster image files extensions :
lines , shapes and mathematical equations
● JPEG ( Joint Photographic Experts Group ) . Some vector image files extensions :
● PNG ( Portable Network Graphics )
● GIF ( Graphics Interchange format ) ● SVG ( Scalable Vector Graphics )
● BMP ( BitMaP ) ● EPS ( Encapsulated PostScript )
● TIFF ( Tagged Image File Format ) ● AI ( Adobe Illustrator )
● PDF ( Portable Document Format )
● DXF ( Drawing Exchange Format )
Audio
● Lossless
❏ .flac
❏ .wav
❏ .aiff
❏ .dsf
● Lossy
❏ .mp3
❏ .aac
❏ .ogg
❏ .wma
Video
● learn.udacity.com
● wikipedia.org