Informatics Practices
Convert the following into bytes:
(a) 2 MB
(b) 3.7 GB
(c) 1.2 TB
Computer System
9 Likes
Answer
(a) 2 MB — 2 MB * 1024 KB/MB * 1024 bytes/KB = 2 * 1024 * 1024 = 2,097,152 bytes
(b) 3.7 GB — 3.7 GB * 1024 MB/GB * 1024 KB/MB * 1024 bytes/KB = 3.7 * 1024 * 1024 * 1024 = 3,973,078,528 bytes
(c) 1.2 TB — 1.2 TB * 1024 GB/TB * 1024 MB/GB * 1024 KB/MB * 1024 bytes/KB = 1.2 * 1024 * 1024 * 1024 * 1024 = 1,319,843,208,192 bytes
Answered By
2 Likes
Related Questions
Differentiate between proprietary software and freeware software. Name two software of each type.
What are memory cards? Discuss their types.
What are the security threats involved when we throw away electronic gadgets that are non-functional?
Write down the type of memory needed to do the following:
- To store data permanently,
- To execute a program,
- To store instructions which cannot be overwritten.