SV
StudyVirus
Get our free app!Download Free

Memory Units — Set 4

Computers · मेमोरी इकाइयां · Questions 3140 of 60

00
0/10
1

A kilobyte is often compared to half a page of typed text. What does a Megabyte roughly represent?

💡

Correct Answer: D. A thick book

• **A thick book** = One Megabyte holds roughly 500 pages of plain text, making it equivalent in scale to a medium-length printed novel and far more than a single sentence or letter. • **1 MB = 1,048,576 bytes** — this is 2^20 bytes, enough for about one million ASCII characters, which is why an entire novel fits comfortably inside one Megabyte. • The Kilobyte analogy (half a page) scales up 1,024 times to reach one Megabyte, giving a vivid sense of the leap between consecutive units. • 💡 Option A (A small library) is wrong because a library of many books would require Gigabytes to Terabytes of storage; Option B (A single letter) is wrong because a single character is only 1 byte; Option C (A single sentence) is wrong because a typical sentence is a few hundred bytes, far less than 1 MB.

2

Which memory unit is typically used to measure the capacity of a smartphone's internal storage?

💡

Correct Answer: D. Gigabytes (GB)

• **Gigabytes (GB)** = Smartphone internal storage is universally marketed in Gigabytes because the scale fits consumer needs — modern phones ship at 64 GB, 128 GB, or 256 GB, comfortably holding apps, photos, and videos. • **1 GB = 1,024 MB = 1,073,741,824 bytes** — this binary definition is used by operating systems, while manufacturers sometimes use 1,000,000,000 bytes (decimal), creating the apparent "missing space" discrepancy users notice. • The Gigabyte became the dominant smartphone storage unit around 2010 when handsets exceeded the 1 GB threshold and multi-gigabyte apps became common. • 💡 Option A (Megabytes) is wrong because 1 MB is too small — most single apps exceed 100 MB; Option B (Terabits) is wrong because Terabits are a bandwidth unit, not a storage capacity unit; Option C (Kilobytes) is wrong because kilobyte-scale storage cannot even hold one photograph.

3

Which unit comes immediately after Zettabyte in the increasing order of memory units?

💡

Correct Answer: D. Yottabyte

• **Yottabyte** = In the standard SI sequence, Yottabyte (YB) comes immediately after Zettabyte, equal to 1,024 ZB or 2^80 bytes, and it is the largest unit currently defined by the International System of Units. • **Full order**: KB → MB → GB → TB → PB → EB → ZB → YB — each step multiplies by 1,024, following the binary prefix system used in computing. • The total data ever created by humanity is still measured in Zettabytes, meaning Yottabyte remains largely theoretical for now but is formally standardized by SI. • 💡 Option A (Exabyte) is wrong because Exabyte comes before Zettabyte, not after it; Option B (Megabyte) is wrong because Megabyte is near the bottom of the hierarchy; Option C (Petabyte) is wrong because Petabyte precedes Exabyte, two full steps below Zettabyte.

4

How many Kilobytes are in 2 Megabytes?

💡

Correct Answer: A. 2048 KB

• **2048 KB** = Since 1 Megabyte equals 1,024 Kilobytes in binary measurement, multiplying 2 × 1,024 gives exactly 2,048 KB — the correct conversion for 2 Megabytes. • **Binary vs. decimal**: The conversion factor is 1,024 (= 2^10), not 1,000; the value 2,000 KB would be the decimal approximation used by some manufacturers, but the correct binary answer is 2,048 KB. • A typical high-quality smartphone photo is 2–5 MB, so knowing this conversion helps estimate how many photos fit on a given memory card. • 💡 Option B (4096 KB) is wrong because 4,096 KB = 4 MB, not 2 MB; Option C (1024 KB) is wrong because 1,024 KB = 1 MB, only half the amount asked; Option D (2000 KB) is wrong because it uses the decimal factor of 1,000 instead of the correct binary 1,024.

5

Which of the following is equal to 8 bits?

💡

Correct Answer: B. 1 byte

• **1 byte** = Eight bits grouped together form one byte, the standard unit of digital data encoding; a single byte can store any unsigned integer from 0 to 255, covering all 2^8 = 256 possible values. • **Why 8 bits?** — The 8-bit byte was standardized by IBM with the System/360 in 1964, chosen because it perfectly accommodates every ASCII character and aligns with the binary arithmetic of digital hardware. • The byte is the foundation of all higher units: 1,024 bytes = 1 KB, 1,024 KB = 1 MB, and so on up the entire memory hierarchy that all modern storage is built upon. • 💡 Option A (1 word) is wrong because a word is architecture-dependent — it is 16, 32, or 64 bits depending on the CPU; Option C (1 nibble) is wrong because a nibble is only 4 bits, exactly half a byte; Option D (1 megabit) is wrong because 1 megabit = 1,000,000 bits, vastly more than 8.

6

The term 'Bit' is short for which phrase?

💡

Correct Answer: B. Binary Digit

• **Binary Digit** = The word "Bit" is a portmanteau of Binary Digit, coined by statistician John Tukey in 1947 and formalized by Claude Shannon; it holds exactly one of two values — 0 or 1 — making it the indivisible atom of all digital information. • **Physical representation** — In hardware, a bit maps to a high or low voltage in a transistor, a magnetic north or south polarity on a hard disk, or a pit or land on an optical disc — the same binary logic in different physical forms. • Eight bits group into one byte, four bits into one nibble, and every file, image, or program on any computer ultimately reduces to a sequence of 0s and 1s. • 💡 Option A (Binary Integer) is wrong because an integer implies multiple digits, whereas a bit is a single binary position; Option C (Bipolar Technology) is wrong because that refers to a transistor manufacturing process, not a data unit; Option D (Binaural Information) is wrong because it relates to two-channel audio, not computing storage.

7

Which unit is used to measure RAM speed, though it is a unit of frequency?

💡

Correct Answer: B. Megahertz

• **Megahertz (MHz)** = RAM speed is measured in MHz because it indicates the number of clock cycles per second the memory module completes — a higher MHz rating means the CPU can read and write data to RAM more quickly, reducing processing delays. • **Frequency vs. capacity** — MHz measures cycles per second (frequency), not how much data is stored; modern DDR5 modules are also rated in MT/s (Megatransfers per second), but MHz remains the most widely quoted consumer specification. • A RAM rated at 3,200 MHz completes 3.2 billion clock cycles every second, and with DDR (Double Data Rate) technology, it transfers data on both the rising and falling edges of each cycle, effectively doubling throughput. • 💡 Option A (Gigabytes) is wrong because GB measures storage capacity, not clock speed; Option C (Kilobits) is wrong because kilobits measure data quantity, not frequency; Option D (Milliseconds) is wrong because milliseconds measure latency or response delay, not the operational speed of the memory module.

8

What is the ratio of bits in a Byte to bits in a Nibble?

💡

Correct Answer: A. 2:1

• **2:1** = A byte has 8 bits and a nibble has 4 bits; the ratio 8:4 simplifies to 2:1, confirming that a byte is exactly twice as large as a nibble in terms of bit count. • **Why nibbles matter** — A nibble (4 bits) represents exactly one hexadecimal digit (0–F, i.e., 0–15), so every byte breaks cleanly into two nibbles, making hexadecimal notation a natural shorthand for binary data in memory inspection tools. • This 2:1 relationship is exploited in BCD (Binary Coded Decimal) encoding, where each decimal digit (0–9) is stored in one nibble, allowing two decimal digits per byte. • 💡 Option B (4:1) is wrong because that ratio would imply a byte is 16 bits, which is actually the size of a 16-bit word; Option C (8:1) is wrong because it would make a nibble only 1 bit, which is the size of a bit, not a nibble; Option D (1:1) is wrong because it implies a byte and nibble are identical in size.

9

Which memory unit is mostly used to measure the size of small text files?

💡

Correct Answer: C. Kilobytes

• **Kilobytes (KB)** = Small text files — plain .txt documents, simple HTML pages, configuration files, or small icons — are measured in Kilobytes because 1 KB = 1,024 bytes, enough to store about 170 words of plain text, matching the typical size of such files. • **Scale perspective** — A plain paragraph document is usually 2–10 KB; measuring it in Megabytes would yield a fraction like 0.003 MB, which is impractical, while measuring in Petabytes or Terabytes would be absurdly large. • Early floppy disks held 720 KB to 1.44 MB and could store hundreds of small text documents, illustrating how the Kilobyte scale dominated computing in the 1980s. • 💡 Option A (Petabytes) is wrong because Petabytes are used for massive data center storage holding millions of terabytes; Option B (Gigabytes) is wrong because Gigabytes are appropriate for apps and media, not a small text file; Option D (Terabytes) is wrong because Terabytes measure hard-drive capacity, orders of magnitude too large for a text file.

10

How many Megabytes are in 1 Terabyte?

💡

Correct Answer: C. 1,048,576 MB

• **1,048,576 MB** = 1 TB = 1,024 GB and 1 GB = 1,024 MB; multiplying 1,024 × 1,024 gives exactly 1,048,576 Megabytes in one binary Terabyte. • **Manufacturer rounding** — Hard-drive makers advertise using the decimal definition (1 TB = 1,000,000 MB), which is why a "1 TB" drive shows only about 931 GB in Windows — the OS applies the binary standard of 1,048,576 MB per TB. • A 1 TB drive can hold approximately 200,000 MP3 songs at 5 MB each, which illustrates how vast the difference between Megabytes and Terabytes really is. • 💡 Option A (1024 MB) is wrong because 1,024 MB = 1 GB, not 1 TB; Option B (1,000,000 MB) is wrong because that is the decimal approximation used by manufacturers, not the binary standard; Option D (524,288 MB) is wrong because that equals exactly 512 GB, only half a terabyte.