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
-
RAID 1
-
RAID 0+1
-
RAID 3
-
RAID 5
C
Correct answer
Explanation
RAID 3 uses byte-level striping with a dedicated parity disk. Data is striped across multiple volumes while one entire volume stores parity bits used to reconstruct data if a drive fails. RAID 5 also uses parity but distributes it across all drives rather than dedicating one volume.
-
a) A port to connect printer
-
b) A port to connect keyboard
-
c) An abstraction to pass data across processes
-
d) A hardware device
C
Correct answer
Explanation
A socket is an abstraction for inter-process communication (IPC) that allows processes to pass data to each other, whether on the same machine or across a network. It's a software endpoint, not a physical hardware port like printer or keyboard connections. Sockets support various communication protocols including TCP and UDP.
-
A mechanism to connect to printer, keyboard and monitor in linux
-
A mechanism to share printer across users
-
A request made by the device to linux kernel
-
None
B
Correct answer
Explanation
SPOOL stands for Simultaneous Peripheral Operations Online. It's a queuing mechanism that allows multiple users and applications to share printer resources by managing print jobs in a buffer, preventing device conflicts and enabling efficient printer utilization.
B
Correct answer
Explanation
Bluetooth Class 2 devices have a standard range of approximately 10 meters (about 33 feet) without using cables or additional equipment. This is the most common range for consumer Bluetooth devices like headsets, speakers, and phones. Range of 1 meter is too short, 100+ meters requires Class 1 devices with amplifiers.
-
1 A port to connect printer 2
-
A port to connect keyboard
-
3 An abstraction to pass data across processes
-
4 A hardware device
C
Correct answer
Explanation
A socket is an IPC (Inter-Process Communication) abstraction that enables data exchange between processes, whether on the same machine or across a network. It provides a standardized interface for bidirectional communication. Sockets are not hardware ports or physical devices.
-
Dental issues caused by ink
-
Standard for printing
-
Short-distance radio frequency link for wireless communications
-
Technology for synchronizing content between 2 devices
C
Correct answer
Explanation
Bluetooth is a short-distance radio frequency technology for wireless communication between devices. It operates in the 2.4 GHz band and enables data transfer over short ranges (typically 10-100 meters). Option A is a dental pun. Option B describes printers, not Bluetooth. Option D describes sync software, not the core Bluetooth technology.
-
Mouse
-
Keyboard
-
Monitor
-
CPU
C
Correct answer
Explanation
The monitor is an output device that displays visual information from the computer. The mouse, keyboard, and CPU are not output devices - mouse and keyboard are input devices, while CPU is a processing component that performs calculations.
-
Modem
-
Scanner
-
Mouse
-
Printer
A
Correct answer
Explanation
A modem is a device that modulates and demodulates signals for data transmission over telephone or cable lines. Scanner, mouse, and printer are peripheral devices but do not perform the modulation/demodulation function that defines a modem.
-
Mouse
-
Keyboard
-
Monitor
-
CPU
C
Correct answer
Explanation
The monitor is an output device that displays visual information from the computer. The mouse and keyboard are input devices that send commands TO the computer. The CPU is the processing component, not an output device.
-
Modem
-
Scanner
-
Mouse
-
Printer
A
Correct answer
Explanation
A modem functions as both an input and output device because it sends data to other computers (output) and receives data from them (input) over communication lines. In contrast, a scanner is input-only (converts documents to digital), a mouse is input-only (sends cursor movements), and a printer is output-only (produces physical copies).
-
Fullword Boundary
-
Halfword Boundary
-
Doubleword Boundary
-
None
A
Correct answer
Explanation
Data aligned on its natural boundary (fullword for 4-byte data) executes faster because the CPU can fetch it in a single memory cycle. Misaligned data may require multiple memory accesses, slowing execution. Halfword alignment is for 2-byte data; doubleword is for 8-byte data. Fullword boundary is optimal for typical 4-byte word operations.
A
Correct answer
Explanation
A keylogger is a type of surveillance software or hardware designed to monitor and record every keystroke made on a computer keyboard.
-
Handheld scanner
-
Barcode scanner
-
Chip and Pin
-
Manual PDQ
C
Correct answer
Explanation
A 'Closed socket error' typically occurs in payment processing systems when the connection between the POS terminal and the Chip and Pin machine is unexpectedly terminated. It is not associated with barcode scanners or manual PDQs.
-
USB
-
System device
-
Monitor
-
Port
D
Correct answer
Explanation
This question appears to be about finding a chip and PIN device in Windows Device Manager. Payment terminals and chip and PIN readers typically connect via COM ports or USB ports that appear under 'Ports (COM & LPT)' in Device Manager. The other options (USB, System devices, Monitor) are not the standard location where chip and PIN devices are listed. However, this is a very domain-specific hardware question.
-
yes
-
no
-
maybe
-
none of the above
A
Correct answer
Explanation
Chip and PIN payment terminals require electrical power to operate - they have electronic components including card readers, PIN pads, displays, and communication modules. Without power, the device cannot function to read cards, process PINs, or communicate with payment networks. The answer 'yes' (option A) is correct as all electronic payment terminals require power from batteries, AC adapters, or PoE (Power over Ethernet).