Bits and Bobs Flashcards
Why do we use Hexadecimal?
- Simpler to remember than binary
- Quicker to write
- Less room for error (fewer characters)
- Easy enough to covert
Where do we see Hexadecimal?
On the firmware
Where do we see Binary?
Hardware
Where do we see Python?
Software
What does ASCII Stand for?
American Standard Code for Information Interchange
How many bits does ASCII use?
7 bits usually, to encode 128 characters
Why isn’t 8-bit ASCII still not enough?
It can encode 256 characters, but not enough for characters in other languages
How do bitmap images make up an image?
Each pixel (picture element) is given a binary value which is assigned to a colour
What would happen if you increase the number of bits in a bitmap image?
The more bits, the more colour combinations and the better the image will look
What is Bit/Colour Depth?
The number of colour combinations/amount of colours that can be seen
How to calculate image size?
Colour Depth x Resolution (Width x Height)
How many bits does UNICODE use?
16 bits, 136,755 characters
If you use more bits per sample of audio…
It means that there are more options for the height of the wave (increases sample RESOLUTION), meaning that it can be more accurately measured when converting analogue sound to digital. However, it does increase the file size of the image
What is sample rate measured in?
Hertz (Hz)
So in sample rate, what does 1Hz mean?
1 Sample per second