PrepSure LogoHubPage 133/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 1321-1330 of 1706Use Deep Study when you want one-question focus.
1321

Read Mode

Optical Disk Operation

easy
Computer Science

An optical disk is an electronic data storage medium that can be written to and read from using a ____.

A
Low power laser beam
B
High power laser beam
C
Strong power laser beam
D
All of these
Explanation and memory cue

An optical disk uses a low power laser beam to read and write data by detecting changes in the disk's surface. High or strong power lasers are not used as they could damage the disk.

1322

Read Mode

Storage Devices Comparison

easy
Computer Science

What is the primary advantage of a hard disk over a floppy disk?

A
Smaller size
B
Higher speed and storage capacity
C
Uses optical technology
D
More portable
Explanation and memory cue

Hard disks offer significantly higher speed and storage capacity compared to floppy disks, making them more efficient for data storage and retrieval. Floppy disks have limited capacity and slower access times.

1323

Read Mode

Hard Disk Parts

easy
Computer Science

What are the concentric circles on a hard disk called?

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

The concentric circles on a hard disk are called tracks. Each track is a circular path on the surface of a disk where data is magnetically recorded and read.

1324

Read Mode

Disk Performance

easy
Computer Science

321 Seek time is____.

A
Time to position the head over proper sector
B
Time to position the head over proper track
C
Time to position the head over proper cylinder
D
None of these
Explanation and memory cue

Seek time is the time taken to move the disk drive's read/write head to the correct track on the disk where the data is stored, not to a specific sector. Positioning over the proper sector involves additional latency called rotational latency.

1325

Read Mode

Software Roles

easy
Computer Science

Software in a computer ____:

A
Enhances the capabilities of the hardware
B
Machine
C
Increases the speed of the central processing unit
D
Both A and B
Explanation and memory cue

Software in a computer enhances the capabilities of the hardware by providing instructions and programs that allow the hardware to perform useful tasks. It does not directly increase the speed of the CPU or refer to the machine itself.

1326

Read Mode

Magnetic Disk Storage

easy
Computer Science

How is data stored on a magnetic disk?

A
In binary form
B
In ASCII code
C
In hexadecimal
D
In graphical format
Explanation and memory cue

Data on a magnetic disk is stored in binary form as sequences of magnetic polarities representing bits (0s and 1s). This binary representation is the fundamental way computers encode and store information on magnetic media.

1327

Read Mode

Operating System

easy
Computer Science

When a peripheral device needs immediate attention from the operating system, it generates a(n) ____.

A
Interrupt
B
Spool
C
Page File
D
Stack
Explanation and memory cue

When a peripheral device requires immediate attention, it sends an interrupt signal to the operating system, which temporarily halts current processes to address the device's needs. This mechanism ensures timely handling of hardware events.

1328

Read Mode

Hard Disk Components

easy
Computer Science

Which component reads and writes data on a hard disk?

A
CPU
B
Read/Write head
C
RAM
D
Motherboard
Explanation and memory cue

The read/write head is the component in a hard disk that physically reads data from and writes data to the disk platters. Other options like CPU, RAM, and motherboard do not perform this specific function.

1329

Read Mode

Operating System Tools

easy
Computer Science

337 Operating system editors and debuggers are ____.

A
Application software
B
System software
C
Extra part
D
Control system
Explanation and memory cue

Operating system editors and debuggers are considered system software because they provide essential tools that help manage and control computer hardware and software resources, unlike application software which is designed for end-user tasks.

1330

Read Mode

Computer Components

easy
Computer Science

Which of the following components has input, output, and storage capabilities?

A
Firmware
B
Software
C
Hardware
D
All of these
Explanation and memory cue

Hardware components can have input, output, and storage capabilities, such as devices like hard drives (storage), keyboards (input), and monitors (output). Firmware and software do not physically have these capabilities themselves but run on hardware.