Converting binary to denary Flashcards
1
Q
How do you convert binary into denary?
A
- Draw a table with eight headings 128, 64, 32, 16, 8, 4,2, 1
- Write your binary number underneath
- Add up the headings of any column containing a 1
- This gives you the denary whole number
2
Q
What is word and word length?
A
Word is fixed number of bits. e.g. 32-bits
A word is the amount of data that can be processed in each clock cycle.
Word length in defined by the size of the processor.
Longer word length = more data processed = faster computer
3
Q
What are the binary units?
A
Kilobyte = Kb = thousand bytes = 1024 Megabyte = Mb = million bytes = 1,000,000 Gigabyte = Gb = thousand million bytes = 1,000,000,000 Terabyte = Tb = million million bytes = 1,000,000,000,000 Petabyte = Pb = thousand million million bytes = 1,000,000,000,000,000