Computer Knowledge
Computer Hardware Devices
1,004 Questions
Computer Hardware Devices focuses on the physical components of a computer system, including input, output, and memory devices. It tests practical understanding of ports, displays, and peripheral technologies. This topic is common in the computer knowledge section of banking and SSC exams.
Input output devicesMonitor settingsComputer portsAssistive technologyHardware components
Computer Hardware Devices Questions
-
Software
-
Output devices
-
Hardware
-
Input devices
D
Correct answer
Explanation
Input devices are hardware components that allow users to enter data and instructions into the computer. Examples include keyboards, mice, microphones, and webcams. Output devices (like monitors and printers) display or produce results, while software is the program code itself.
-
Input
-
Output
-
Software
-
Storage
B
Correct answer
Explanation
Output devices, such as monitors, printers, and speakers, are hardware components that allow the computer to convey information or results to the user. Input devices, conversely, allow the user to provide data to the computer.
-
television : speaker
-
receiver : cord
-
monitor : button
-
rope : knot
-
Beginner
-
Lower
-
Annoy
-
Connection
D
Correct answer
Explanation
'Nexus' means a connection or link between things, a central or focal point. 'Connection' is the correct answer. 'Beginner' and 'Lower' are unrelated terms, and 'Annoy' has no semantic relationship to nexus.
-
Multiple
-
One
-
Two
-
All of the above
B
Correct answer
Explanation
NUPI access goes to a single AMP because all rows with the same index value hash to the same location. This enables efficient single-AMP queries when filtering by the indexed column.
-
Platter
-
Pwrite
-
Access Arm
-
MFM
B
Correct answer
Explanation
A hard disk drive contains platters (storage disks), access arms (read/write head mechanisms), and uses encoding schemes like MFM (Modified Frequency Modulation). Pwrite is a Unix/Linux system call for writing to file descriptors at specific offsets, unrelated to hard disk drive hardware components.
D
Correct answer
Explanation
CLARiiON CX series arrays typically have 15 disks per enclosure. This is a hardware-specific configuration detail for EMC CLARiiON storage systems. Options 8, 16, and 32 are incorrect for standard CLARiiON enclosures.
B
Correct answer
Explanation
CLARiiON arrays use a dual-storage processor architecture for redundancy and performance. Having two storage processors (SPs) ensures high availability and load balancing. One processor would be a single point of failure, and zero or four processors are not standard configurations.
B
Correct answer
Explanation
The EMC CLARiiON CX4-960 storage system is designed to scale up to a maximum of 960 disk drives, which is reflected directly in its model number.
C
Correct answer
Explanation
Blu-Ray discs have the highest storage capacity among optical discs - a standard single-layer Blu-Ray holds 25GB compared to 4.7GB for DVD and 700MB for CD. Blu-Ray uses blue-violet laser with shorter wavelength for higher data density.
-
Keyboard
-
Mouse
-
Joystick
-
Light pen
C
Correct answer
Explanation
The joystick was invented in the 1940s for aircraft control systems and was adapted as one of the earliest input devices for computers, predating the mouse (1960s) and standard keyboard integration. Light pen came later in the 1950s.
-
Digital Linear Tape
-
Advanced intelligent tape
-
Linear Tape open
-
All the above
D
Correct answer
Explanation
Digital Linear Tape (DLT), Advanced Intelligent Tape (AIT), and Linear Tape Open (LTO) are all well-known magnetic tape data storage technologies used for backup and archival. Since all three are valid tape storage types, option D is correct.
A
Correct answer
Explanation
RAID 5 requires a minimum of 3 physical drives - it uses block-level striping with distributed parity. The '5' in RAID 5 doesn't indicate drive count; it's just the level designation. With 2 drives, you can only do RAID 0 (striping) or RAID 1 (mirroring).
-
Two controllers used to write data and faster than disk mirroring
-
Spread data between multiple drives
-
The process of reading and writing data on two drives simultaneously
-
Disk striping with parity
A
Correct answer
Explanation
Drive duplexing is a RAID-1 variant that uses two separate disk controllers to write data to mirrored drives simultaneously, providing better performance and fault tolerance than standard mirroring.
-
Two controllers used to write data and faster than disk mirroring
-
Spread data between multiple drives
-
The process of reading and writing data on two drives simultaneously
-
Disk striping with parity
A
Correct answer
Explanation
Drive duplexing uses two controllers to write data simultaneously to separate drives, providing both redundancy and improved performance over simple disk mirroring which typically uses a single controller. The dual-controller architecture allows concurrent writes and better throughput. Option C describes basic mirroring without the dual-controller benefit, D describes RAID 5 striping with parity, and B is too vague.