Please keep at least one language enabled. || కనీసం ఒక భాషను ఎంచుకోండి.
Question 1
ప్రశ్న 1
How many bits constitute one nibble?
Explanation:
• A nibble consists of 4 bits.
• Two nibbles together form one byte because one byte contains 8 bits.
• The term nibble is commonly used when representing one hexadecimal digit, since 4 bits can represent 16 different values.
• Two nibbles together form one byte because one byte contains 8 bits.
• The term nibble is commonly used when representing one hexadecimal digit, since 4 bits can represent 16 different values.
వివరణ:
Question 2
ప్రశ్న 2
Using the binary convention in which 1 KB = 1024 bytes, how many bytes are contained in 2 KB?
Explanation:
• Under the binary convention, 1 KB = 1024 bytes.
• Therefore, 2 KB = 2 × 1024 = 2048 bytes.
• The value 2000 corresponds to multiplying by 1000 rather than by the binary conversion factor specified in the question.
• Therefore, 2 KB = 2 × 1024 = 2048 bytes.
• The value 2000 corresponds to multiplying by 1000 rather than by the binary conversion factor specified in the question.
వివరణ:
Question 3
ప్రశ్న 3
A data block contains 4096 bits. What is its size in bytes?
Explanation:
• One byte contains 8 bits.
• Therefore, 4096 bits ÷ 8 = 512 bytes.
• Converting from bits to bytes requires division by 8, not multiplication.
• Therefore, 4096 bits ÷ 8 = 512 bytes.
• Converting from bits to bytes requires division by 8, not multiplication.
వివరణ:
Question 4
ప్రశ్న 4
Using 1 MB = 1024 KB, a file of size 3 MB occupies how many kilobytes?
Explanation:
• One megabyte contains 1024 kilobytes under the binary convention.
• Therefore, 3 MB = 3 × 1024 = 3072 KB.
• The value 3000 KB would result from applying a decimal multiplier rather than the specified binary convention.
• Therefore, 3 MB = 3 × 1024 = 3072 KB.
• The value 3000 KB would result from applying a decimal multiplier rather than the specified binary convention.
వివరణ:
Question 5
ప్రశ్న 5
Under the binary storage-unit convention, 1 GB is equal to:
Explanation:
• Under the binary convention, 1 GB = 1024 MB.
• Similarly, 1 MB = 1024 KB and 1 KB = 1024 bytes.
• Therefore the correct direct conversion from gigabytes to megabytes is 1024 MB.
• Similarly, 1 MB = 1024 KB and 1 KB = 1024 bytes.
• Therefore the correct direct conversion from gigabytes to megabytes is 1024 MB.
వివరణ:
Question 6
ప్రశ్న 6
How many bits are required to store 5 bytes of data?
Explanation:
• One byte contains 8 bits.
• Hence, 5 bytes = 5 × 8 = 40 bits.
• This conversion is independent of KB or MB conventions because the byte-to-bit relationship is fixed.
• Hence, 5 bytes = 5 × 8 = 40 bits.
• This conversion is independent of KB or MB conventions because the byte-to-bit relationship is fixed.
వివరణ:
Question 7
ప్రశ్న 7
Using binary storage units, 2048 KB is equivalent to:
Explanation:
• One megabyte contains 1024 KB.
• Therefore, 2048 KB ÷ 1024 = 2 MB.
• The calculation requires division because a larger unit is being obtained from a smaller unit.
• Therefore, 2048 KB ÷ 1024 = 2 MB.
• The calculation requires division because a larger unit is being obtained from a smaller unit.
వివరణ:
Question 8
ప్రశ్న 8
Which of the following correctly represents 1 TB under the binary convention?
Explanation:
• Under the binary convention, 1 TB = 1024 GB.
• Each successive unit in the conventional binary hierarchy is 1024 times the preceding smaller unit.
• A terabyte is therefore much larger than 1024 MB.
• Each successive unit in the conventional binary hierarchy is 1024 times the preceding smaller unit.
• A terabyte is therefore much larger than 1024 MB.
వివరణ:
Question 9
ప్రశ్న 9
A file has a size of 2.5 MB. Using 1 MB = 1024 KB, what is its size in KB?
Explanation:
• 2.5 MB × 1024 KB per MB = 2560 KB.
• The multiplication can also be viewed as 2 MB = 2048 KB and 0.5 MB = 512 KB, totaling 2560 KB.
• The value 2500 KB does not follow the binary conversion specified.
• The multiplication can also be viewed as 2 MB = 2048 KB and 0.5 MB = 512 KB, totaling 2560 KB.
• The value 2500 KB does not follow the binary conversion specified.
వివరణ:
Question 10
ప్రశ్న 10
Using 1 KB = 1024 bytes, 8192 bytes is equal to:
Explanation:
• To convert bytes to KB, divide by 1024.
• 8192 ÷ 1024 = 8.
• Therefore, 8192 bytes corresponds exactly to 8 KB.
• 8192 ÷ 1024 = 8.
• Therefore, 8192 bytes corresponds exactly to 8 KB.
వివరణ:
Question 11
ప్రశ్న 11
A memory module has a capacity of 4 GB. Using 1 GB = 1024 MB, its capacity in megabytes is:
Explanation:
• One gigabyte contains 1024 MB under the stated convention.
• Hence, 4 GB = 4 × 1024 = 4096 MB.
• The value 4000 MB would correspond to a decimal conversion rather than the binary conversion specified.
• Hence, 4 GB = 4 × 1024 = 4096 MB.
• The value 4000 MB would correspond to a decimal conversion rather than the binary conversion specified.
వివరణ:
Question 12
ప్రశ్న 12
A processor word contains 16 bits. How many bytes does one such word contain?
Explanation:
• One byte consists of 8 bits.
• Therefore, a 16-bit word contains 16 ÷ 8 = 2 bytes.
• Word size is architecture-dependent, but the relationship of 8 bits per byte remains fixed.
• Therefore, a 16-bit word contains 16 ÷ 8 = 2 bytes.
• Word size is architecture-dependent, but the relationship of 8 bits per byte remains fixed.
వివరణ:
Question 13
ప్రశ్న 13
How many distinct binary patterns can be represented by one byte?
Explanation:
• One byte contains 8 bits, and each bit has two possible states: 0 or 1.
• Therefore the number of distinct patterns is 2^8 = 256.
• These patterns range from 00000000 through 11111111.
• Therefore the number of distinct patterns is 2^8 = 256.
• These patterns range from 00000000 through 11111111.
వివరణ:
Question 14
ప్రశ్న 14
Using binary units, 2 TB is equal to how many MB?
Explanation:
• 1 TB = 1024 GB and 1 GB = 1024 MB.
• Therefore, 2 TB = 2 × 1024 × 1024 MB = 2,097,152 MB.
• This requires two successive binary-unit conversions.
• Therefore, 2 TB = 2 × 1024 × 1024 MB = 2,097,152 MB.
• This requires two successive binary-unit conversions.
వివరణ:
Question 15
ప్రశ్న 15
Using 1 KB = 1024 bytes and 1 byte = 8 bits, 8192 bits correspond to how many KB?
Explanation:
• First convert bits to bytes: 8192 ÷ 8 = 1024 bytes.
• Then convert bytes to KB: 1024 ÷ 1024 = 1 KB.
• Thus 8192 bits represent exactly 1 KB under the stated convention.
• Then convert bytes to KB: 1024 ÷ 1024 = 1 KB.
• Thus 8192 bits represent exactly 1 KB under the stated convention.
వివరణ:
Question 16
ప్రశ్న 16
A processor has a word length of 64 bits. What is the corresponding word size in bytes?
Explanation:
• A byte contains 8 bits.
• Therefore, 64 bits ÷ 8 = 8 bytes.
• A 64-bit processor word thus corresponds to 8 bytes when expressed in byte units.
• Therefore, 64 bits ÷ 8 = 8 bytes.
• A 64-bit processor word thus corresponds to 8 bytes when expressed in byte units.
వివరణ:
Question 17
ప్రశ్న 17
A storage folder contains a 6 MB file and another file of 512 KB. Using binary units, what is their combined size in KB?
Explanation:
• Convert 6 MB to KB: 6 × 1024 = 6144 KB.
• Add the second file: 6144 + 512 = 6656 KB.
• Both quantities must first be expressed in the same unit before addition.
• Add the second file: 6144 + 512 = 6656 KB.
• Both quantities must first be expressed in the same unit before addition.
వివరణ:
Question 18
ప్రశ్న 18
An 8 GB storage device is used only for files of exactly 256 MB each. Ignoring file-system overhead and using 1 GB = 1024 MB, what is the maximum number of such files that can be stored?
Explanation:
• Convert 8 GB to MB: 8 × 1024 = 8192 MB.
• Number of files = 8192 ÷ 256 = 32.
• Therefore the device can contain exactly 32 files of 256 MB each when overhead is ignored.
• Number of files = 8192 ÷ 256 = 32.
• Therefore the device can contain exactly 32 files of 256 MB each when overhead is ignored.
వివరణ:
Question 19
ప్రశ్న 19
Assume that each character in a simple data file occupies exactly one byte. What storage space is required for 2048 characters, using 1 KB = 1024 bytes?
Explanation:
• At one byte per character, 2048 characters require 2048 bytes.
• 2048 bytes ÷ 1024 bytes per KB = 2 KB.
• The assumption in the question ensures that no additional encoding or storage overhead needs to be considered.
• 2048 bytes ÷ 1024 bytes per KB = 2 KB.
• The assumption in the question ensures that no additional encoding or storage overhead needs to be considered.
వివరణ:
Question 20
ప్రశ్న 20
Which of the following arrangements is in the correct ascending order of data capacity?
Explanation:
• A bit is a single binary digit.
• A nibble contains 4 bits, and a byte contains 8 bits or two nibbles.
• A kilobyte contains 1024 bytes under the binary convention, so the ascending order is Bit < Nibble < Byte < KB.
• A nibble contains 4 bits, and a byte contains 8 bits or two nibbles.
• A kilobyte contains 1024 bytes under the binary convention, so the ascending order is Bit < Nibble < Byte < KB.
వివరణ:
Answer Key సమాధానాల పట్టిక
-
Question 1 ప్రశ్న 1Answer: B. 4 bits సమాధానం: B.
-
Question 2 ప్రశ్న 2Answer: D. 2048 bytes సమాధానం: D.
-
Question 3 ప్రశ్న 3Answer: A. 512 bytes సమాధానం: A.
-
Question 4 ప్రశ్న 4Answer: C. 3072 KB సమాధానం: C.
-
Question 5 ప్రశ్న 5Answer: A. 1024 MB సమాధానం: A.
-
Question 6 ప్రశ్న 6Answer: C. 40 bits సమాధానం: C.
-
Question 7 ప్రశ్న 7Answer: D. 2 MB సమాధానం: D.
-
Question 8 ప్రశ్న 8Answer: B. 1024 GB సమాధానం: B.
-
Question 9 ప్రశ్న 9Answer: C. 2560 KB సమాధానం: C.
-
Question 10 ప్రశ్న 10Answer: A. 8 KB సమాధానం: A.
-
Question 11 ప్రశ్న 11Answer: D. 4096 MB సమాధానం: D.
-
Question 12 ప్రశ్న 12Answer: B. 2 bytes సమాధానం: B.
-
Question 13 ప్రశ్న 13Answer: A. 256 సమాధానం: A.
-
Question 14 ప్రశ్న 14Answer: D. 2,097,152 MB సమాధానం: D.
-
Question 15 ప్రశ్న 15Answer: C. 1 KB సమాధానం: C.
-
Question 16 ప్రశ్న 16Answer: B. 8 bytes సమాధానం: B.
-
Question 17 ప్రశ్న 17Answer: D. 6656 KB సమాధానం: D.
-
Question 18 ప్రశ్న 18Answer: A. 32 files సమాధానం: A.
-
Question 19 ప్రశ్న 19Answer: B. 2 KB సమాధానం: B.
-
Question 20 ప్రశ్న 20Answer: C. Bit < Nibble < Byte < KB సమాధానం: C.
