Computer Knowledge

Computer Hardware Devices

893 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 testing
  1. Speech input and speech output

  2. Touch tone input and voice output

  3. Multi modal Modes of Input and Multimedia Output.

  4. Speech Input and Output and Visual Output.

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

First generation IVR systems used DTMF (touch-tone) input from telephone keypads and provided pre-recorded voice output. This was before speech recognition technology became practical. Later generations added speech input (2nd gen) and multi-modal capabilities including visual/video output (3rd gen).

Multiple choice technology operating systems
  1. more <filename>

  2. pico <filename>

  3. cat <filename>

  4. touch <filename>

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

touch creates a new empty file if it doesn't exist, or updates the timestamp if it does. more is for viewing file contents, pico is a text editor, cat displays file contents. Only touch creates files.

Multiple choice technology
  1. Special Function

  2. Test Function

  3. Scientific Function

  4. Encoding Function

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

METAPHONE is an encoding function used for phonetic string matching. It improves upon the SOUNDEX algorithm by better handling English pronunciation patterns, making it useful for fuzzy name matching and duplicate detection. Unlike SOUNDEX, METAPHONE produces more accurate phonetic representations.

Multiple choice technology operating systems
  1. control display

  2. display.cpl

  3. vga

  4. desk.cpl

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

desk.cpl is the Control Panel applet file for Display Properties in Windows. The display settings were traditionally managed through this CPL file, while display.cpl is not a valid applet name.

Multiple choice technology platforms and products
  1. Option A is correct

  2. Option B is correct

  3. Both A and B are correct

  4. Both A and B are incorrect

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Both input controls (like textboxes) and display controls (like labels) can maintain their state across postbacks through mechanisms like ViewState in ASP.NET. This state management preserves user input and display values between round-trips to the server.

Multiple choice technology web technology
  1. Assignment

  2. Connector

  3. Integrator

  4. Flow Action

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The Assignment Smart Shape is specifically designed to present screens and forms to end users for interaction or data entry. Connectors route flows between shapes, Integrators connect to external systems, and Flow Actions define what happens after a user submits an assignment.

Multiple choice technology storage
  1. serial port

  2. parallel port

  3. USB port

  4. Ethernet port

Reveal answer Fill a bubble to check yourself
A,B,C,D Correct answer
Explanation

Serial, parallel, USB, and Ethernet ports are all fundamental communication interfaces on a computer. Serial and parallel ports are older legacy standards, while USB and Ethernet are modern interfaces used for connecting peripherals and networking respectively. Thus, all four options are correct examples of basic computer ports.

Multiple choice technology
  1. peripheral

  2. clip art

  3. highlight

  4. execute

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Peripherals are hardware devices that are not part of the core computer system but are connected to it to add functionality. Examples include printers, scanners, keyboards, mice, external drives, and cameras. They are called peripheral because they are on the periphery - outside the main computer case and connected via ports or wireless connections.

Multiple choice technology
  1. High Definition Video

  2. High Definition Audio

  3. High Definition Video & High Definition Audio

  4. all above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

HDMI technology can transfer both high-definition video and high-definition audio signals simultaneously through a single cable. It supports video-only, audio-only, or combined audio/video transmission. Therefore 'all above' is correct as it covers all these capabilities.

Multiple choice technology platforms and products
  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A telephony card is a hardware component that provides the interface between telephone lines and a computer system. It processes telephone line inputs and facilitates communication with the Voice Operating System for call handling and voice processing tasks.

Multiple choice technology platforms and products
  1. IVR

  2. Citrix

  3. Mainframe

  4. MQ Series

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

IVR (Interactive Voice Response) is the technology that allows automated interaction between a telephone caller and a computer system through voice or keypad inputs. It uses pre-recorded messages and text-to-speech technology to guide callers through menu options without human intervention. Citrix is virtualization software, Mainframe is a large computer system, and MQ Series is messaging middleware - none of these handle direct caller-computer telephone interaction.