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

Multiple choice technology performance
  1. RAID 1

  2. RAID 0+1

  3. RAID 3

  4. RAID 5

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology programming languages
  1. a) A port to connect printer

  2. b) A port to connect keyboard

  3. c) An abstraction to pass data across processes

  4. d) A hardware device

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology programming languages
  1. A mechanism to connect to printer, keyboard and monitor in linux

  2. A mechanism to share printer across users

  3. A request made by the device to linux kernel

  4. None

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology
  1. 1

  2. 10

  3. 100

  4. >100

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology operating systems
  1. 1 A port to connect printer 2

  2. A port to connect keyboard

  3. 3 An abstraction to pass data across processes

  4. 4 A hardware device

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology enterprise content management
  1. Dental issues caused by ink

  2. Standard for printing

  3. Short-distance radio frequency link for wireless communications

  4. Technology for synchronizing content between 2 devices

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology operating systems
  1. Mouse

  2. Keyboard

  3. Monitor

  4. CPU

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology operating systems
  1. Modem

  2. Scanner

  3. Mouse

  4. Printer

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology operating systems
  1. Modem

  2. Scanner

  3. Mouse

  4. Printer

Reveal answer Fill a bubble to check yourself
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).

Multiple choice technology mainframe
  1. Fullword Boundary

  2. Halfword Boundary

  3. Doubleword Boundary

  4. None

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology
  1. Handheld scanner

  2. Barcode scanner

  3. Chip and Pin

  4. Manual PDQ

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology
  1. USB

  2. System device

  3. Monitor

  4. Port

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology
  1. yes

  2. no

  3. maybe

  4. none of the above

Reveal answer Fill a bubble to check yourself
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).