2b) Data Representation And Memory Flashcards
How much is a nibble?
4 bits
How much is a byte?
8 bits
How much is a kilobyte?
1000 bytes or 1Kilobyte
How much is a megabyte?
1000 KB
How much is gigabyte?
1000 mb
How much is a terabyte?
1000 Giga byte
How much is a petabyte?
1000 TB
What does data need to be converted in?
Data needs to be converted in binary so a computer can understand it.
What is binary used to store?
Numbers,text,images, sound and program instructions
Why should data be stored in binary format?
Computers can only understand on and off switch circuits which are represented as 1s and 0s in binary. Circuits only need to check for two states.
How do you find the size of sound?
Sound file size = sample rate x duration (s) x bit depth
How do you find image file size?
Image file size = colour depth x image height (px) x image width (px)
How do you find text file size?
Text file size = bits per character x number of characters
How to convert denary to binary?
128,64,32,16,8,4,2,1
What is a binary overflow error?
When adding two binary numbers we can end up with an extra digit that doesn’t fit.
What are the Hexadecimal digits?
1 2 3 4 5 6 7 8 9 A B C D E F
How to convert denary to Hex?
First draw the hexadecimal digits. Then Divide the number by 16 and write the digit then use the chart and put the remainder ad well.