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 operating systems
  1. Desktop computer.

  2. Laptop computer

  3. An analogue computer

  4. A mainframe computer

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

A laptop computer is portable and designed for mobile use, making it ideal for sales representatives who work away from the office. Desktop computers are not portable, mainframes are for enterprise use, and analogue computers are specialized.

Multiple choice technology platforms and products
  1. True

  2. False

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

When a user enters touch mode (by touching the screen), any currently focused widget loses focus. In touch mode, widgets don't maintain focus states since touch interaction doesn't use focus navigation like keyboard or trackball input. The focus system is primarily for non-touch input methods.

Multiple choice technology platforms and products
  1. BLUETOOTH_READ

  2. BLUETOOTH_ADMIN

  3. BLUETOOTH_WRITE

  4. None of above

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

BLUETOOTH_ADMIN is the required second permission for advanced Bluetooth operations like device discovery and modifying Bluetooth settings. BLUETOOTH alone only permits basic Bluetooth connections without these administrative capabilities.

Multiple choice technology databases
  1. Sensitive

  2. Forward

  3. Fetch

  4. Position

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

In Sybase cursor declarations, valid keywords and attributes include SENSITIVE (for sensitive cursors that reflect changes), FORWARD (for forward-only cursors), and FETCH (the operation to retrieve rows). 'Position' is not a cursor keyword or attribute - while you can fetch at specific positions, there is no 'POSITION' keyword in cursor syntax. Cursors have attributes like SCROLL, INSENSITIVE, and FORWARD_ONLY.

Multiple choice technology
  1. Input

  2. Output

  3. Input/Output

  4. Variable

  5. All the above

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

Informatica transformations have five port types: Input (receive data), Output (pass transformed data), Input/Output (pass through unchanged), Variable (internal temporary storage), and group ports (for aggregator/normalizer). The question lists the four main port types.

Multiple choice technology databases
  1. It provides format independence

  2. It is used to create screen maps

  3. It provides device independence

  4. It is an assembler program that formats terminal screens.

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

BMS (Basic Mapping Support) is a CICS component for device-independent screen definition, not an assembler program. BMS provides format independence (maps separate from logic) and device independence (same map works for different terminals). Option D incorrectly states BMS is an assembler program - it's actually an interpreter within CICS that processes BMS maps.

Multiple choice technology
  1. FastEthernet Measuring Device

  2. Flashing Media Diode

  3. Fluorescent Multi-Layer Disc

  4. Flash Media Driver

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

FMD stands for Fluorescent Multi-Layer Disc, an optical disc format developed by Constellation 3D that used fluorescent materials to store data in multiple layers, theoretically offering much higher capacity than DVDs or CDs, though it never achieved commercial success.

Multiple choice technology
  1. Cathode RGB Tube

  2. Cathode Ray Tube

  3. Cathode Random Tube

  4. Cathode Read Tube

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

CRT stands for 'Cathode Ray Tube,' the technology used in traditional computer monitors and televisions before LCD/LED screens became common. The term 'Ray' is correct - it refers to the ray of electrons that scans across the screen. 'RGB', 'Random', and 'Read' are incorrect expansions.