Data Representation Flashcards
Lowest to highest: terabyte, kilobytes, nibble, petabyte, gigabyte, byte, bit
Bit, nibble, byte, kilobyte, megabyte, gigabyte, terabyte, petabyte
FROM BYTE THEY ALL GO UP IN 1000
Binary arithmetic rules:
0+0=0
1+0=1
1+1=0 carry the 1
1+1+1=1 carry the 1
Advantages of hexadecimal:
-simpler to remember
-quicker to write or type
-less likely to make an error
-easy to convert between hex and binary
Overflow error
When the result of an addition is too large for the number of bits the computer works with.
Character set
A set of letters, symbols and digits that can be represented by a computer
ASCII
American standard code for information interchange. 128 characters into 7 bit binary codes
Unicode
To represent other characters for other languages, 16 bits, 65536 possible combinations
5 different file formats for images:
-JPG, joint photographic experts group
-BMP, bitmap, uncompressed
-GIF, graphics interchange format
-TIFF, tag image file format
-PNG, portable networks graphics, loddless compression
Pixel
The smallest identifiable area of an image
Resolution
The concentration of pixels within a specific area
Increasing the number of colours:
More bits per pixel = more colour combinations
Bit depth
The number of colours that can be represented. Each pixel can represent a finite number of colours, a pixel is attributed a number of n bits.
The number of combinations (2 to the n) dictates the bit depth
Colour depth
Colours depth = bit depth
Metadata
Data about data, e.g. author, date created, dimensions
Bitmap images
Bitmap images are made up of PICture ELement or pixels