Page 15 - CloudGPT_C4_Flipbook
P. 15
MEASURING THE COMPUTER’S MEMORY
The basic unit for measuring the memory of a computer is byte. A byte consists of a group of
eight bits, for example, 10001011, i.e., 1 byte equals to 8 bits. A group of 4 bits is known as a
nibble (half byte), for example, 1001, i.e., 1 nibble equals to 4 bits. Other units for measuring
the computer’s memory are kilobyte, megabyte, gigabyte, terabyte, and so on.
1024 bytes = 1 Kilobyte (KB)
1024 KB = 1 Megabyte (MB)
1024 MB = 1 Gigabyte (GB)
1024 GB = 1 Terabyte (TB)
The human brain can hold about 2.5
1024 TB = 1 Petabyte (PB) petabytes of information, equivalent to a
1024 PB = 1 Exabyte (EB) TV show being played for approximately
342 years non stop.
1024 EB = 1 Zettabyte (ZB)
1024 ZB = 1 Yottabyte (YB)
Experiential Learning Lab Activity
Visit your computer lab and find out what storage devices are available and also check how much
storage the devices have. Make a list in your notebook. Do this under your teacher's guidance.
Quick Quiz
1. What is another name for Read Only Memory (ROM)?
a. Permanent memory b. Temporary memory
2. Which secondary storage device is small, portable, and can be carried in a pocket, typically with
a storage capacity of up to 1TB?
a. Memory Card b. Pen Drive
3. Which type of memory is considered temporary and loses data when the computer is turned off?
a. RAM b. ROM
4. Which unit is larger: Megabyte (MB) or Kilobyte (KB)?
a. Megabyte (MB) b. Kilobyte (KB)
Data Storage and Memory 13

