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 general knowledge science & technology
  1. Software

  2. Output devices

  3. Hardware

  4. Input devices

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

Multiple choice softskills communication
  1. Beginner

  2. Lower

  3. Annoy

  4. Connection

Reveal answer Fill a bubble to check yourself
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 choice technology databases
  1. Multiple

  2. One

  3. Two

  4. All of the above

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

Multiple choice technology
  1. Platter

  2. Pwrite

  3. Access Arm

  4. MFM

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

Multiple choice technology storage
  1. 1

  2. 2

  3. 4

  4. 0

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

Multiple choice technology
  1. Keyboard

  2. Mouse

  3. Joystick

  4. Light pen

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

Multiple choice technology storage
  1. Digital Linear Tape

  2. Advanced intelligent tape

  3. Linear Tape open

  4. All the above

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

Multiple choice technology storage
  1. Two controllers used to write data and faster than disk mirroring

  2. Spread data between multiple drives

  3. The process of reading and writing data on two drives simultaneously

  4. Disk striping with parity

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

Multiple choice technology storage
  1. Two controllers used to write data and faster than disk mirroring

  2. Spread data between multiple drives

  3. The process of reading and writing data on two drives simultaneously

  4. Disk striping with parity

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