SV
StudyVirus
Get our free app!Download Free

Memory Units — Set 1

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

00
0/10
1

What is the smallest unit of data in a computer system?

💡

Correct Answer: A. Bit

A bit is the most basic unit of information and can have a value of either 0 or 1. It represents the logical state of a digital circuit. The term bit is a contraction of 'binary digit'.

2

How many bits are grouped together to form one Nibble?

💡

Correct Answer: D. 4 bits

The correct answer is '4 bits'. A nibble is exactly half of a standard byte, consisting of four binary digits. It is useful for representing a single hexadecimal digit. In early computing, nibbles were often used to store BCD encoded numbers.

3

Which unit of memory is universally used to represent a single character like 'A' or '7'?

💡

Correct Answer: A. Byte

A byte is a unit of data that is eight bits long and is the standard unit for character encoding. It can represent 256 different values. Most hardware architectures treat a byte as the smallest addressable unit of memory.

4

In the metric system of computing, what does 1 Kilobyte (KB) equal to in terms of bytes?

💡

Correct Answer: D. 1024 bytes

While kilo generally means 1000, in binary-based computing, it refers to two to the power of ten. This results in a value of 1024 bytes per kilobyte. This standard is commonly used in technical documentation and textbooks.

5

Which unit of memory is exactly equal to 1024 Kilobytes?

💡

Correct Answer: A. 1 Megabyte

One Megabyte is equivalent to 1024 Kilobytes or approximately one million bytes. It was a common unit for measuring the capacity of floppy disks and early RAM. The abbreviation for Megabyte is MB.

6

What is the correct sequence of memory units in ascending order?

💡

Correct Answer: A. KB < MB < GB < TB

Memory units grow by a factor of 1024 at each step in the hierarchy. Kilobyte is the smallest in this list, followed by Megabyte and Gigabyte. Terabyte is the largest unit among the given options.

7

How many bytes are contained in 1 Gigabyte (GB)?

💡

Correct Answer: D. 1024 Megabytes

A Gigabyte is composed of 1024 Megabytes according to the binary measurement system. It is roughly equivalent to one billion bytes of information. Modern hard drives and smartphones are typically measured in Gigabytes.

8

Which of the following units is used to measure extremely large data storage, equal to 1024 Terabytes?

💡

Correct Answer: A. Petabyte

A Petabyte is the unit that follows Terabyte in the standard memory hierarchy. It is used by large data centers and cloud service providers. One Petabyte is approximately 10 to the power of 15 bytes.

9

The term 'Word' in computer architecture refers to?

💡

Correct Answer: D. The fixed number of bits processed by the CPU at once

The correct answer is 'The fixed number of bits processed by the CPU at once'. Word size depends on the CPU architecture, such as 32-bit or 64-bit systems. It indicates the amount of data the processor can handle in a single cycle. A larger word size generally improves the performance of the computer.

10

Which unit is represented by the abbreviation 'Tb' (with a lowercase 'b')?

💡

Correct Answer: A. Terabit

In technical notation, an uppercase 'B' stands for Byte while a lowercase 'b' stands for bit. Therefore, Tb refers to Terabit, which is often used to measure data transfer speeds. There are 8 bits in every 1 byte.