Organisation And Structure Of Data Flashcards
Define denary
Base 10 (0,1,2,3,4,5,6,7,8,9)
Define binary
Base 2 (0,1)
Define hexadecimal
Base 16 (0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F) used as shorthand for binary
How to double binary
Shift all 1 to the left
How to divide binary
Shift all 1 to the right
Binary addition
0+0=0
0+1=1
1+1=10
1+1+1=11
Define pixel
A small coloured dot on a computer display
Define bitmap
A stored array of pixels that create an image
Define vector
Images stored as instructions to draw a geometric shape
Define sample rate
The number of audio samples captured each second. The higher the sample rate, the better the quality but larger the file
Define bit depth
The number of bits available for each clip e.g. bit depth 4 (0101) or bit depth 8 (01010110)
Define bit rate
The number of bits used per second of audio
Define metadata
Set of data that describes other data
Define colour bitmap image
Like a black and white bitmap but with longer binary numbers that represents how much red, green and blue is required in the colour of a pixel
Colour depth to number of colours
1 bit - 2
2 bit - 4
3 bits - 8
8 bits - 256
16 bits - 65,536
24 bits - 16.7 million
32 bits - 4.3 billion
Examples of metadata on music files
Genre of music
Date created
Location
Size
Dimensions
Define integer
Whole numbers, positive or negative