Chapter 1 - Information Representation + Multimedia Flashcards
Binary
Base 2 number system based on the values of 1 and 2 only
Bit
Abbreviation for binary digit
One’s compliment
Each binary digit in a number is reversed to allow both negative and positive numbers to be represented
Two’s compliment
Each binary digit is reversed and 1 is added to represent positive and negative numbers
Sign and magnitude
Binary number system where the left-most bit represents the sign (0=+, 1=-) and the remaining bits the binary value
Hexadecimal
Base 16 number system (0-9, A-F)
Memory dump
Contents of a computer memory output to a screen/computer
BCD
Binary coded Decimal
Number system that uses 4 bits to represent each denarydigit
ASCII code
Coding system for all the characters on a keyboard and control codes
Character set
List of characters defined by computer hardware and software so that the computer can understand human characters
Unicode
Coding system which represents all the languages of the world (first 128 are the same as ASCII)
Byte
Smallest unit of memory in a computer system
Uses of BCD
Representation of digits on a clock/calculator display
Difference between upper and lowercase in Unicode
Add 32 to uppercase to get lowercase (causes the 6th bit from the right to change to a 1)
Difference between ASCII and Unicode (2)
1 vs 4 byte character representation
Only English vs all languages of the world
Goals for Unicode (5)
Universal standard for all languages +writing systems
Reserve part of code for private use
Create unambiguous coding (each 16/32 bit value always represents the same thing)
Uniform encoding where each character is 16 or 32 bits
More efficient coding system than ASCII
Bit-map image
System that uses pixels to make up an image
Pixel
Smallest picture element that makes up an image
Colour depth
Number of bits used to represent the colours in a pixel eg 8 bit colour depth is 2^8=256 colours
Bit depth
Number of bits used to represent the smallest unit in a sound/image file (larger the depth, the better the quality)
Image resolution
Number of pixels that make up an image
Screen resolution
No. Of horizontal and vertical pixels that make up a screen display.
What happens if the screen resolution is smaller than the image resolution
The whole image cannot be shown on the screen or the original image will become lower quality
Resolution
Number of pixels per column and per row on a monitor/TV screen
Pixel density
Number of pixels per square centimetre