PrepSure LogoHubPage 131/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 1301-1310 of 1706Use Deep Study when you want one-question focus.
1301

Read Mode

Types Of Storage

easy
Computer Science

Which type of storage retains data after power is turned off?

A
Volatile
B
Non-volatile
C
Temporary RAM
D
B
Explanation and memory cue

Non-volatile storage retains data even after the power is turned off, unlike volatile storage which loses data when power is lost. Temporary RAM is a type of volatile memory.

1302

Read Mode

Types Of Software

easy
Computer Science

336 The operating system is the most common type of ____ software.

A
Communication
B
Application
C
System
D
None of these
Explanation and memory cue

The operating system is a type of system software because it manages hardware resources and provides common services for application software, making it the most common example of system software.

1303

Read Mode

Real-Time System Types

easy
Computer Science

In Real-Time Systems, deadlines must be met. Which of the following is an example of a Hard Real-Time system?

A
Video streaming
B
Airbag deployment in cars
C
Online movie buffering
D
Social media updates
Explanation and memory cue

Hard real-time systems require strict adherence to deadlines because missing them can lead to catastrophic consequences. Airbag deployment in cars is a classic example, as failure to deploy on time can result in serious injury or death. Other options like video streaming or social media updates are soft real-time or non-real-time systems where deadlines are less critical.

1304

Read Mode

Data Integrity

easy
Computer Science

Which of the following is a component of data integrity?

A
Accuracy
B
Complexity
C
Ambiguity
D
Redundancy
Explanation and memory cue

Data integrity refers to the accuracy and consistency of data over its lifecycle. Accuracy is a fundamental component because it ensures that data is correct and reliable, which is essential for maintaining data integrity.

1305

Read Mode

Computer Acronyms

easy
Computer Science

What does DMA stand for?

A
Distinct Memory Access
B
Direct Memory Access
C
Dual Memory Access
D
None of these
Explanation and memory cue

DMA stands for Direct Memory Access, which is a feature that allows hardware subsystems to access main system memory independently of the CPU, improving data transfer efficiency.

1306

Read Mode

Latency

medium
Computer Science

334 Delay Time (Latency) in computing refers to:

A
CPU cycles used for execution
B
Extra overheads and delays apart from execution and waiting
C
Guaranteed deadline completion
D
Process ready time only
Explanation and memory cue

Delay time (latency) in computing refers to the extra overheads and delays that occur apart from the actual execution and waiting times, such as communication delays or processing overheads.

1307

Read Mode

Virus Impact On Storage

medium
Computer Science

A hard disk becomes totally inaccessible when a computer virus corrupts its ____:

A
Boot Sector
B
Partition table
C
File Allocation Table
D
None of these
Explanation and memory cue

A hard disk becomes totally inaccessible when its Boot Sector is corrupted by a virus because the Boot Sector contains essential code to start the operating system and access the disk. While the File Allocation Table is important for file management, corruption there typically leads to file access issues rather than total inaccessibility.

1308

Read Mode

Debugging

easy
Computer Science

Errors from computer hardware and software can be identified and removed by the process of ____?

A
Formatting
B
Debugging
C
Encrypting
D
Compiling
Explanation and memory cue

Debugging is the process of identifying and removing errors or bugs from computer hardware or software, making it the correct answer. Formatting, encrypting, and compiling do not serve this purpose.

1309

Read Mode

Real-Time Operating Systems

easy
Computer Science

What is the name of the operating system that reads and reacts in terms of actual time?

A
Quick response system
B
Real-Time System
C
Time-sharing system
D
None of these
Explanation and memory cue

A real-time operating system (RTOS) is designed to read inputs and react within a guaranteed time frame, making it suitable for applications requiring immediate processing. This matches the description in the question, confirming option B as correct.

1310

Read Mode

Applications

easy
Computer Science

Google Drive is used for____:

A
Online browsing
B
Document Sharing
C
Chatting
D
File storage
Explanation and memory cue

Google Drive is primarily used for file storage, allowing users to save files online and access them from any device. While it also supports document sharing, its core function is file storage.