Tag: science & technology

Questions Related to science & technology

Multiple choice general knowledge science & technology
  1. Extended Binary Coded Decimal Interchange Code

  2. Extended Bit Code Decimal Interchange Code

  3. Extended Bit Case Decimal Interchange Code

  4. Extended Binary Case Decimal Interchange Code

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

EBCDIC (Extended Binary Coded Decimal Interchange Code) is an 8-bit character encoding scheme developed by IBM. It was commonly used on IBM mainframe systems and is an alternative to ASCII. The name correctly reflects that it extends BCD (Binary Coded Decimal) for information interchange between systems.

Multiple choice general knowledge science & technology
  1. Binary Coded Decimal

  2. Bit Coded Decimal

  3. Binary Coded Digit

  4. Bit Coded Digit

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

BCD (Binary Coded Decimal) is a binary encoding method where each decimal digit is represented by a 4-bit binary code. For example, decimal 12 would be encoded as 0001 0012 (one 4-bit code for '1' and another for '2'). This encoding is useful for applications requiring precise decimal representation like financial calculations.

Multiple choice general knowledge science & technology
  1. American Stable Code for International Interchange

  2. American Standard Case for Institutional Interchange

  3. American Standard Code for Information Interchange

  4. American Standard Code for Interchange Information

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

ASCII (American Standard Code for Information Interchange) is a 7-bit character encoding standard that represents text in computers. It includes 128 characters covering English letters, digits, punctuation, and control characters. ASCII was developed in the 1960s and became the foundation for character encoding in computing.

Multiple choice general knowledge science & technology
  1. EDSAC

  2. IBM-1401

  3. CDC-1604

  4. ICL-2900

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

EDSAC (Electronic Delay Storage Automatic Calculator) was a first-generation computer built at Cambridge University in 1949. It used vacuum tubes and mercury delay lines for memory. The other options are from later generations: IBM-1401 (second generation, transistors), CDC-1604 (third generation, integrated circuits), and ICL-2900 (third generation).

Multiple choice general knowledge science & technology
  1. Transistors

  2. Vacuum Tubes and Valves

  3. Integrated Circuits

  4. None of above

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

First generation computers (1940s-1950s) used vacuum tubes and valves as their primary electronic components. These tubes were bulky, generated significant heat, and were unreliable. Second generation used transistors, while third generation used integrated circuits. The vacuum tube era defined the foundational computing technology.