Data representation Flashcards
Why do computers use binary ?
- Computers only recognise one and zero
- It is à base to the number system
- incredibly efficient and effective way of storing information in a computer system
What does the bit pattern ‘01000111’ represent
- The binary number of 71
- ASCII character ‘G’
- a single pixel of colour in an 8-bit depth colour-depth bitmap
- part of a digital sound file
What does the decimal base system range from ?
0-9
what does the binary base system range from ?
1,0
What does hexadecimal range from ?
0-9 , and A-F
When we use binary left shift what does the bit multiply by ?
By a factor of 2
In binary right shift what does the number divide by ?
2
How many bits do characters(letters) take up?
128/7Bits
What is a character set?
A defined list of characters defined by the hardware and software
What does ASCII stand for ?
American Standard Code For Information Interchange
How many bits did ASCII have for character sets?
7Bits / 128
How many bits does extended ASCII have ?
8bits/256
Due to foreign languages and useful efficient graphic symbols
In ASCII what are characters 0-31 reserved for ?
Special characters and instructions for the computers
What is Unicode?
Used for all the languages and emojis
How many bit character set does Unicode have ?
24bit
However hexadecimal is used because 6digits in hexadecimal = 24 bits in binary .
Remember 1 nibble = 1hex digit