Binary,Hex,Logic gates, images, sound, compression Flashcards
NEED FOR Y10 EXAM
how many values can a single bit represent?
2 - 1 and 0
how many bits are in a nibble?
4 bits
how many bits are in a byte?
8 bits
what values are used in a binary converting table of 8 bits?
1,2,4,8,16,32,64 and 128
How many values can 8 bits represent?
256
what would the sum of the binary numbers 00110011 and 01000010 equal?
01110101
What would a one place right shift do to a binary number?
Divide the number by 2 (half)
What would a one place left shift do to a binary number?
Multiply the number by 2 (Double)
what does F stand for in denary numbers?
15
what does A stand for in denary numbers?
10
What can Hexadecimal also be called and why?
Base-16, because it uses sixteen different didgets
What is ASCII?
The most commonly used character set in the English speaking world. Each ASCII character is given a 7-bit binary code - it can represent 128 different characters.
What is Extended ASCII?
a character set which gives each character and 8-bit binary code, allowing for 256 characters to be represented, useful for many European languages like french and German that include accents on some vowels. The first 128 characters are the same order as the ASCII characters.
what is Unicode?
a 16 - 32 bit character set, it tries to cover every written language, and covers all major languages, even those that use a completely different alphabet like Greek or Russian.
What is the relationship between the number of bits and the colour depth of an image?
The more bits = the deeper colour depth
how many colours can a 1-bit, 4-bit and 24-bit image show?
2^1 = 2 colours 2^4 = 16 colours 2^24 = 16,777,216 colours
What is colour depth?
The number of bits used for each pixel
What is MetaData?(images)
the information stored in an image file which helps the computer recreate the image on screen from the binary data in each pixel, it is needed to display images on a screen