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.
How to convert binary to hexadecimal?
First split it up in 4s. Then 8421 above both 4 numbers. Find the numbers out and convert to hexadecimal.
What is most significant bit?
Th number furthest to left ( can be 0 or 1)
What is least significant bit?
Number furthest to the right ( can be 1 or 0)
What is binary shift?
moving the binary digits in the accumulator to the left or right a given number of spaces.
How are characters are represented in binary?
By ASCII they charcters on a keyboard are assigned to a binary number
How are characters represented?
Using binary codes
What are character sets and what are the major ones we use today?
Character sets are a set of letters,symbols and digits that can be represented by a computer
- ASCII
- UNICODE