information rep and multimedia Flashcards
(42 cards)
analogue data
- data obtained by measurement of physical property
- any value from a contiuous range of values
- continuous electrical signals
ASCII
- only english alphabets can be represented
- each character encoding takes up 7 bits, 128 possible characters
- smaller storage space
bandwidth
rate of data transfer
Binary coded decimal (BCD)
practical applications:
- a string of digits on any electronic device displaying numbers (calculators)
- accurately measuring decimal fractions
- electronically coding denary numbers
bitmap images
images stored as an array of individual pixels. a bitmap image is created by combining pixels.
colour depth/bit depth
number of bits allocated to represent each pixel’s colour -> colour depth depends on bit depth
compression
the reduction of file size
digital data
- data that has been stored as binary value (0s and 1s)
- discrete electrical signals
drawing list
set of commands defining the vector
drawing objects
a mathematically defined construct of shapes
Extended ASCII
- includes most European languages’ alphabets
- extended to 8 bits, 256 possible characters
features of vector graphics
- stores a set of instructions about how to draw the shape
- individual elements of vector graphics can be grouped
- each geometric shape needs to be changed to alter the design
- does not require a large file size
- not very realistic as the number of shapes are limited
- file formats: .svg, .cgm, .odg
- can be resized without pixelation
storing commands, not individual pixels - can be transferred and downloaded quicker
features or graphic editing software
Ready Crabs Bring Revenge
- re-size: increase/decrease the size of the image
- crop: remove certain parts of the image
- blur: reduce the focus
- red-eye reduction: reduces red light reflected from human eye
file header
contains info regarding the image such as image size, number of pixels, types of compression, colour depth, file location
formula for bit rate
bit rate = sampling rate x sampling resolution
file size = bit rate x length of sound
formula for size calculation
width pixels x height pixels x colour depth
hexadecimal base and applications
base 16
- defining colours in HTML
- defining media access control (MAC) addresses
- assembly language and machine code
- debugging via memory dumps
high resolution images -> increase in file size
impacts:
- the number of images that can be stored on the hard drive
- the time to download images from the internet
- the time it takes to transfer images from device to device
how images are encoded into digital format
- images are stored as bitmap images
- each image is made up of pixels
- each pixel is of a single colour
- each colour has a unique binary number
- sequence of binary numbers is stored in each image
how sampling is used to record the sound clip
- amplitude of sound wave is determined
- at set time interval
- to get an approximation of the sound wave
- encoded as a sequence of binary numbers
- increased sampling rate will improve the accuracy of the recording
image resolution
- measured in pixels per inch, value determines the amount of detail an image has
- high image resolution means that there are more pixels per inch, resulting in more pixel info and creating high quality images
lossless compression
- data is not lost
- file can be decompressed as the original
lossless is used when
accuracy of data is important
lossy file compression
data is lost and the decompressed file is not the same as the original