explain various units of memory
Answers
Answered by
23
Explanation:
Kilobyte (KB) 1 KB = 1024 Bytes
2 Megabyte (MB) 1 MB = 1024 KB
3 GigaByte (GB) 1 GB = 1024 MB
4 TeraByte (TB) 1 TB = 1024
Answered by
12
Answer:
A Bit is the smallest unit of data in a computer and can store either 0 or 1.
A sequence of 4 bits form a Nibble.
A sequence of 8 bit form a byte and can store in a numerical or alphabetical character. One byte can represent numbers from zero to 255
Other units that are larger multiples of bytes are KB, MB, GB, TB, PB etc.
1 KB = 1024 bytes i.e 2^10 bytes
1 MB = 2^10 KB
1 GB = 2^10 MB
1 TB = 2^10 GB
1 PB = 2^10 TB
Similar questions