Which of the following is a common interface for optical drives? MCQ with Answer and Explanation

Which of the following is a common interface for optical drives?
A. IDE
B. SATA
C. All of the above
D. SCSI
Answer: Option C
Solution (By JKSSB Mock Tests)
Optical drives have been available with SATA, IDE, and SCSI interfaces, though SATA is the most common in modern systems.

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Memory and Storage Devices Questions

Question #1
Which of the following is a type of memory that is used for storing the bootloader in a microcontroller?
A. EEPROM
B. Flash memory
C. SRAM
D. DRAM

Correct Answer: Option B


Explanation:
Microcontrollers often have on-chip flash memory for storing the bootloader and program code, as it is non-volatile and can be reprogrammed.

This question belongs to: Computer Memory and Storage Devices
Question #2
Which of the following is a type of memory that is used as a buffer between the CPU and main memory?
A. Cache memory
B. Registers
C. Hard disk
D. ROM

Correct Answer: Option A


Explanation:
Cache memory acts as a buffer between the fast CPU and slower main memory, storing frequently accessed data to reduce access time.

This question belongs to: Computer Memory and Storage Devices
Question #3
Which phenomenon occurs when a program continuously swaps pages between RAM and secondary storage due to inadequate primary memory space?
A. Thrashing
B. Interleaving
C. Fragmentation
D. Paging

Correct Answer: Option A


Explanation:
Thrashing occurs when the operating system spends more time moving system resources between virtual and physical memory than actually executing process instructions.

This question belongs to: Computer Memory and Storage Devices