PrepSure LogoHubPage 127/171
Normal Study1,706 questions

Computer Science

Scan verified MCQs with the answer highlighted, then open explanations when you want the reasoning.

Deep Study Mode
Showing 1261-1270 of 1706Use Deep Study when you want one-question focus.
1261

Read Mode

Byte To Unit Conversion

easy
Computer Science

255 × 1000 million bytes is equal to ____:

A
Giga Byte
B
Tera Byte
C
Mega Byte
D
None of these
Explanation and memory cue

255 × 1000 million bytes equals 255 billion bytes. Since 1 gigabyte (GB) is defined as 1 billion bytes (1000 million bytes) in the decimal system used for storage devices, 255 × 1000 million bytes equals 255 gigabytes. This is less than 1 terabyte (which is 1000 gigabytes). Therefore, the correct unit for 255 × 1000 million bytes is gigabytes, not terabytes or megabytes.

1262

Read Mode

Memory Hierarchy

easy
Computer Science

Fastest memory is ____:

A
Cache
B
CPU
C
RAM
D
ROM
Explanation and memory cue

Cache memory is the fastest type of memory available in a computer system because it is located closest to the CPU and stores frequently accessed data for quick retrieval, making it faster than RAM, ROM, or the CPU itself as a component.

1263

Read Mode

Acronyms (Ram)

easy
Computer Science

What does RAM in a computer stand for?

A
Read and memorize
B
Random Access Memory
C
Random Access Module
D
Random Access Modem
Explanation and memory cue

RAM stands for Random Access Memory, which is a type of computer memory that can be accessed randomly at any time, regardless of physical location in memory. This makes option B the correct answer.

1264

Read Mode

Data Storage Unit Order

easy
Computer Science

Arrange in increasing order: Petabyte, Terabyte, Zettabyte, Exabyte

A
Terabyte, Petabyte, Exabyte, Zettabyte
B
Petabyte, Terabyte, Zettabyte, Exabyte
C
Terabyte, Exabyte, Petabyte, Zettabyte
D
Terabyte, Zettabyte, Petabyte, Exabyte
Explanation and memory cue

The correct increasing order of data storage units is Terabyte (TB), Petabyte (PB), Exabyte (EB), and Zettabyte (ZB). This sequence follows the standard hierarchy where each unit is 1,000 times larger than the previous one.

1265

Read Mode

Data Storage Unit Comparison

easy
Computer Science

What is the smallest unit among the following?

A
Petabyte
B
Terabyte
C
Exabyte
D
Zettabyte
Explanation and memory cue

Among the given options, Terabyte is the smallest unit of data storage. The order from smallest to largest is Terabyte, Petabyte, Exabyte, and Zettabyte.

1266

Read Mode

Ram Unit Comparison

easy
Computer Science

Which of the following is the second largest measurement of RAM?

A
Megabyte
B
Gigabyte
C
Terabyte
D
Byte
Explanation and memory cue

RAM sizes are measured in units where Byte < Megabyte < Gigabyte < Terabyte. The second largest among the given options is Gigabyte, as Terabyte is the largest.

1267

Read Mode

Benefits Of Virtual Memory

easy
Computer Science

What is the main benefit of virtual memory?

A
Faster processing
B
More applications can run simultaneously
C
Stores permanent data
D
Provides faster access to frequently used data
Explanation and memory cue

Virtual memory allows a computer to run more applications simultaneously by using disk space to extend the available RAM, effectively increasing the amount of memory accessible to programs.

1268

Read Mode

Ram Characteristics

easy
Computer Science

267 Random Access Memory is which type of memory?

A
Permanent memory
B
Long Term Memory
C
Static
D
None of these
Explanation and memory cue

Random Access Memory (RAM) is a type of volatile memory, which means it is temporary and loses its data when power is off. It is neither permanent memory, long-term memory, nor strictly static memory (which refers to SRAM). Therefore, none of the given options correctly describe RAM.

1269

Read Mode

Random Vs Sequential Access

easy
Computer Science

The ability to read or write each piece of information in a storage device in approximately the same length of time regardless of its location is:

A
Sequential Access
B
Random Access
C
Raster Scan
D
Search
Explanation and memory cue

Random access memory allows data to be read or written in roughly the same amount of time regardless of the data's physical location, unlike sequential access which depends on the position of the data.

1270

Read Mode

Storage Capacity Estimation

medium
Computer Science

A hard drive of 1 YB can store approximately how many 1 GB files?

A
1 quadrillion
B
1 billion
C
1 trillion
D
1 thousand
Explanation and memory cue

1 YB (yottabyte) is defined as 10^24 bytes in the decimal (SI) system. 1 GB (gigabyte) is 10^9 bytes. Dividing 1 YB by 1 GB gives 10^15, which is 1 quadrillion. Therefore, a 1 YB hard drive can store approximately 1 quadrillion 1 GB files. This matches option A. The confusion in the original explanation about option labels is resolved as option A correctly corresponds to 1 quadrillion.