Tag: science & technology

Questions Related to science & technology

Multiple choice general knowledge science & technology
  1. 11 minutes 43 seconds

  2. 11 minutes 24 seconds

  3. 12 minutes 24 seconds

  4. 12 minutes 18 seconds

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

The maximum possible duration of an annular solar eclipse is approximately 12 minutes 30 seconds. This occurs when the Moon is near apogee (farthest from Earth), appearing smaller in the sky and leaving a thin ring of the Sun visible at maximum eclipse.

Multiple choice general knowledge science & technology
  1. kernel

  2. compiler

  3. user

  4. shell

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

The kernel is the core component of Unix that directly manages and interacts with system hardware including CPU, memory, and devices. It provides hardware abstraction to user space programs. Compilers translate code, shells provide user interfaces, and users are end people - none interface with hardware directly.

Multiple choice general knowledge science & technology
  1. True

  2. False

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

During the boot process, the bootstrap loader loads the kernel into main memory so it can take control of the system. The kernel remains resident in memory as long as the system runs, managing all system resources and operations. This is a fundamental step in initializing any Unix-like operating system.

Multiple choice general knowledge science & technology
  1. True

  2. False

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

Unix was originally written in assembly language for the PDP-7, but was rewritten in C in 1973 to make it portable across different hardware platforms. This decision to use a high-level language was revolutionary and key to Unix's widespread adoption. The C language itself was developed specifically to help rewrite Unix.