Tag: science & technology

Questions Related to science & technology

Multiple choice general knowledge science & technology
  1. True

  2. False

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

The human brain is approximately 80% water, which is essential for its proper function and shock absorption. While the brain reaches about 90% of its adult size by age 6, it completes most structural development by early adulthood (around age 18-25), though neural plasticity continues throughout life.

Multiple choice general knowledge science & technology
  1. True

  2. False

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

In microgravity, the vertebral discs expand because they're not compressed by Earth's gravity. This can increase an astronaut's height by 1-2 inches. The effect is temporary - they return to normal height within days back on Earth as gravity recompresses the spine.

Multiple choice general knowledge science & technology
  1. 9

  2. 10

  3. 11

  4. false

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

The answer is 10 because Java uses short-circuit evaluation for the && operator. Since y > 10 is false (y equals 10), the second condition (x++ > 10) is never evaluated, so the increment x++ doesn't execute. This means x remains 10. Option C (11) would only occur if the increment executed, and options A and D are nonsensical in this context.