Wednesday 6 May 2015

Home, work?!

How many Kilobytes in a Megabyte?
How many Megabytes in a Gigabyte?
1024 for both.






How Many Megs in 4 Terabytes?
1024 * 1024 * 4 = 4194304






How many Bits in a Petabyte?
8 bits in a byte
1024 bytes in kB
1024 kB in MB
1024 mB in GB
1024 GB in TB
1024 TB in PB
 
8 * 1024^5 = 9007199254740992
How many Bits in a Yotta? (jokes).
A Yottabyte is 1000^8 lol.

Tell me what Base 10, Base 2 and Base 16 are.
BASICALLY
B10 = Denary
B2 = Binary
B16 = Hex


Simple innit.














Tell me where Hexadecimal is used and why?


Colours in CSS due to its simplicity and large range.












Extension: Write a very simple Python program that works out bits/bytes OR that
converts Binary to Denary OR that converts Hex.


No :D

No comments:

Post a Comment