Tag: science & technology

Questions Related to science & technology

Multiple choice general knowledge science & technology
  1. C

  2. CPP

  3. C with classes

  4. C+

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

C++ was originally named 'C with Classes' by its creator Bjarne Stroustrup when he first developed the language at Bell Labs starting in 1979. The name was changed to C++ in 1983, with the '++' being from the C increment operator. 'C' and 'C+' were different languages/proposals, not earlier names of C++.

Multiple choice general knowledge science & technology
  1. I/O processor

  2. ALU

  3. RAM

  4. ROM

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

The CPU consists of three primary components: the Control Unit (CU) that manages instruction flow, the Arithmetic Logic Unit (ALU) that performs mathematical and logical operations, and registers that store temporary data. RAM and ROM are separate memory units that work alongside the CPU but are not part of its internal architecture.

Multiple choice general knowledge science & technology
  1. Drilling

  2. Pipelining

  3. Refining

  4. Blasting

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

Pipelining is a fundamental CPU architecture technique where multiple instruction phases are overlapped to improve performance. While one instruction is being executed, another can be decoded and a third fetched - similar to an assembly line. Drilling, refining, and blasting are industrial processes unrelated to computing.

Multiple choice general knowledge science & technology
  1. J C Bose

  2. Amartya Sen

  3. C V Raman

  4. G D Naidu

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

C.V. Raman (Chandrasekhara Venkata Raman) won the Nobel Prize in Physics in 1930 for his discovery of the Raman Effect - the scattering of light by molecules. J.C. Bose was a renowned scientist but did not win a Nobel Prize, Amartya Sen won the Nobel in Economics (1998), and G.D. Naidu was an inventor but not a Nobel laureate.

Multiple choice general knowledge science & technology
  1. a/b = b/a

  2. a/(a+b) = (a-b)/b

  3. (a*b)/b=b/(a*b)

  4. (a+b)/a = a/b

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

The golden ratio (phi, approximately 1.618) is defined by the relationship (a+b)/a = a/b where a is the larger segment and a+b is the total length. This means the ratio of the sum to the larger part equals the ratio of the larger to the smaller part. Option D correctly expresses this mathematical relationship.