Tag: science & technology

Questions Related to science & technology

Multiple choice general knowledge science & technology
  1. Semiconductor memory

  2. Registers

  3. Hard disks

  4. Magnetic disk

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

The ALU (Arithmetic Logic Unit) contains high-speed storage elements called registers, which hold data temporarily during processing. Registers are the fastest memory in a computer, directly accessible by the ALU for arithmetic and logical operations. They store operands, intermediate results, and final results of computations.

Multiple choice general knowledge science & technology
  1. Magnetic core memory

  2. Magnetic tape memory

  3. Magnetic disk memory

  4. Magnetic bubble memory

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

Magnetic bubble memory is a non-volatile storage technology that uses magnetic bubbles (cylindrical domains) on a thin magnetic material film. It has no moving parts, provides direct access to data, and was used in specialized applications before being replaced by semiconductor memory. It's different from magnetic core, tape, or disk memory.

Multiple choice general knowledge science & technology
  1. Computer aided design

  2. Computer algorithm for design

  3. Computer application in design

  4. All of the above

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

CAD stands for Computer Aided Design, which uses computer software to create, modify, analyze, and optimize designs. It's widely used in engineering, architecture, and product design to create 2D and 3D models. CAD improves design accuracy and productivity over manual drafting methods.

Multiple choice general knowledge science & technology
  1. Regression Analysis Time Series

  2. Regression Analysis Time Sharing

  3. Real Analysis Series

  4. All of above

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

RATS stands for Regression Analysis of Time Series, which is a statistical software package used for econometric analysis and time series forecasting. It specializes in regression analysis techniques applied to time series data. The software has been used by economists and statisticians since the 1980s.

Multiple choice general knowledge science & technology
  1. 1977

  2. 1975

  3. 1985

  4. 1974

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

1975 is cited as the year when chips were first used inside computers, referring to the period when microprocessors began to be widely adopted in personal computers. The Altair 8800 (using Intel 8080) was released in 1975, marking the beginning of the personal computer revolution. This year represents the transition from discrete logic to integrated microprocessor-based designs.

Multiple choice general knowledge science & technology
  1. Control Unit and Registers

  2. Registers and Main Memory

  3. Control unit and ALU

  4. ALU and bus

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

The CPU consists of three main components: the Control Unit (CU) which directs operations, the Arithmetic Logic Unit (ALU) which performs mathematical and logical operations, and Registers. Of the options given, only 'Control unit and ALU' correctly identifies two of these core components.

Multiple choice general knowledge science & technology
  1. Sequential and random

  2. Sequential and indexed

  3. Direct and immediate

  4. Online and real time

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

Sequential access processes data in order (like tapes), while random access allows direct retrieval (like disks). These are the two fundamental methods for accessing records in storage systems. Indexed is a type of sequential access, and 'online/real time' describes availability, not access method.

Multiple choice general knowledge science & technology
  1. It is quieter than an impact printer

  2. It is very slow

  3. The output is of a lower quality

  4. None of the above

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

Laser printers are actually faster, quieter, and produce higher quality output than impact printers. Therefore, all the listed 'disadvantages' (quiet, slow, lower quality) are actually advantages of laser printers, making 'None of the above' the correct answer.

Multiple choice general knowledge science & technology
  1. Conductors

  2. Buses

  3. Connectors

  4. Consecutives

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

Buses are sets of parallel electrical conducting lines on a motherboard that connect different components like CPU, memory, and peripherals, allowing data and control signals to flow between them. Conductors is a general term, connectors are physical interfaces, and 'consecutives' is not a technical term.

Multiple choice general knowledge science & technology
  1. Machine language

  2. Application software

  3. System program

  4. All of the above

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

Machine language (binary code of 0s and 1s) is the only language computers can directly understand and execute. Application software and system programs are written in higher-level languages that must be translated to machine language first.