PrepSure LogoHubPage 132/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 1311-1320 of 1706Use Deep Study when you want one-question focus.
1311

Read Mode

Disk Storage

easy
Computer Science

307 Circular division of a disk to store and retrieve data is called ____?

A
Sector
B
Track
C
Segments
D
None of these
Explanation and memory cue

A track is a circular division on a disk used to store and retrieve data. Each track is a concentric circle on the disk surface, whereas a sector is a subdivision of a track, and segments are not standard terms for disk divisions.

1312

Read Mode

Software Errors

easy
Computer Science

329 A common name for software errors is ____:

A
Viruses
B
Trojans
C
Bugs
D
Logic Bombs
Explanation and memory cue

The term 'bugs' is the common name for software errors, referring to flaws or faults in software code that cause it to behave unexpectedly or incorrectly. Viruses, Trojans, and Logic Bombs are types of malicious software, not general software errors.

1313

Read Mode

Software Definition

easy
Computer Science

Programs written to make computers function in a desired way are called____:

A
Codes
B
Instructions
C
Hardware
D
Software
Explanation and memory cue

Programs written to make computers function in a desired way are called software because software consists of instructions and code that tell the hardware what to do. Hardware refers to the physical components, while codes and instructions are parts of software but not the overall term.

1314

Read Mode

Hard Disk Parts

easy
Computer Science

What are the circular disks inside a hard disk called?

A
Tracks
B
Sectors
C
Platters
D
Heads
Explanation and memory cue

The circular disks inside a hard disk are called platters. Tracks and sectors are divisions on the platters, while heads are the components that read and write data on the platters.

1315

Read Mode

Disk Geometry

easy
Computer Science

In computer disk storage, a subdivision on a magnetic disk or optical disk is called ____:

A
Track
B
ROM
C
Sector
D
None of these
Explanation and memory cue

A sector is the smallest subdivision on a magnetic or optical disk used to store data. Tracks are concentric circles on the disk, and ROM is a type of memory, not a disk subdivision.

1316

Read Mode

Magnetic Vs Optical/Ssd

easy
Computer Science

Which of the following is the most widely used magnetic disk?

A
CD-ROM
B
Floppy disk
C
Hard disk
D
SSD
Explanation and memory cue

Among the options, the hard disk is the most widely used magnetic disk for data storage, as CD-ROMs are optical, SSDs use flash memory, and floppy disks are largely obsolete.

1317

Read Mode

Backup Media

easy
Computer Science

Information on a hard disk is usually backed up using a ____?

A
CD-ROM
B
Magnetic tape
C
Floppy disk
D
All of these
Explanation and memory cue

Information on a hard disk can be backed up using various media including CD-ROMs, magnetic tapes, and floppy disks. Therefore, the most accurate answer is 'All of these' as all listed options are valid backup media.

1318

Read Mode

Hard Disk Technology

easy
Computer Science

What material is used to coat the platters in a hard disk?

A
Plastic
B
Optical fiber
C
Magnetic material
D
Silicon
Explanation and memory cue

Hard disk platters are coated with a magnetic material that allows data to be stored magnetically. This magnetic coating is essential for the read/write heads to record and retrieve data.

1319

Read Mode

Cpu Time Vs Waiting

easy
Computer Science

Which of the following best describes Execution Time (CPU Time)?

A
Total time a process waits in the queue
B
Extra time due to scheduling and I/O delays
C
Actual CPU time taken to execute a process
D
Time including both waiting and execution
Explanation and memory cue

Execution Time, or CPU Time, refers specifically to the actual time the CPU spends executing a process, excluding waiting or I/O delays. Option C correctly captures this definition.

1320

Read Mode

Software Definition

easy
Computer Science

324 ____ is the set of instructions given to the computer to perform a specific task.

A
Monitor
B
Software
C
Hardware
D
Printer
Explanation and memory cue

Software is the set of instructions given to a computer to perform specific tasks, unlike hardware which refers to physical components. Therefore, 'Software' is the correct answer.