Tag: science & technology

Questions Related to science & technology

Multiple choice general knowledge science & technology
  1. Microcomputer works faster than Minicomputer

  2. Minicomputer works faster than Microcomputer

  3. Speed of both the computers are same

  4. The speed of both these computers can't be compared with the speed of advanced computer

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

Historically, microcomputers (personal computers) were designed with faster processors than minicomputers. Minicomputers were mid-range systems optimized for multiple users and specific business applications, not raw processing speed.

Multiple choice general knowledge science & technology
  1. Interpreter

  2. Compiler

  3. Operating system

  4. Assembler

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

Operating system is the odd one out because it's system software that manages computer resources. Interpreter, compiler, and assembler are all language translators that convert code from one form to another.

Multiple choice general knowledge science & technology
  1. Channel

  2. Buffer

  3. Register

  4. Core

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

A buffer is a temporary storage area that holds data being transferred between the CPU and I/O devices. It compensates for speed differences between fast CPU operations and slower I/O devices, preventing data loss during transmission. Channels are data paths, registers are CPU internal storage, and cores refer to magnetic core memory.

Multiple choice general knowledge science & technology
  1. Two binary digits

  2. Two decimal digits

  3. Eight decimal digits

  4. Eight binary digits

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

A byte consists of 8 binary digits (bits), which can represent 256 distinct values (0-255). This is the fundamental unit of digital storage and measurement in computers. Binary digits are 0s and 1s, while decimal digits are 0-9; memory is always measured in binary, not decimal.

Multiple choice general knowledge science & technology
  1. Character, file, record, field, database

  2. Character, record, field, file, database

  3. Character, field, record, file, database

  4. Bit, byte, character, record, field, file, database

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

The correct hierarchy from smallest to largest is: character (smallest unit) → field (single attribute) → record (collection of fields about one entity) → file (collection of records) → database (collection of related files). This is the standard data organization hierarchy in database systems.

Multiple choice general knowledge science & technology
  1. FFTS

  2. MPG

  3. MIPS

  4. CPS

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

MIPS (Million Instructions Per Second) is the standard metric for comparing processor speeds. It measures how many millions of instructions a CPU can execute in one second. FFTS relates to signal processing, MPG measures fuel efficiency or video compression, and CPS can mean cycles per second (an older term for Hertz).

Multiple choice general knowledge science & technology
  1. Rectifier

  2. Flip-Flop

  3. Comparator

  4. Attenuator

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

A flip-flop is a bistable multivibrator circuit that can store one bit of binary information (0 or 1) and is the fundamental building block of memory systems. Rectifiers convert AC to DC, comparators compare voltages, and attenuators reduce signal power - none store data.