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 name 'Unix' originally was 'Unics' standing for 'Uniplexed Information and Computing Service', a pun on 'Multics' (Multiplexed Information and Computing Service). Multics was a complex operating system project that Unix creators Ken Thompson and Dennis Ritchie had worked on. The name evolved through common usage to Unix.

Multiple choice general knowledge science & technology
  1. Internet Explorer

  2. Firefox

  3. Safari

  4. Opera

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

Firefox has historically been the default browser on most Linux distributions due to its open-source nature. Internet Explorer and Safari are proprietary applications not available on Linux, while Opera is a third-party option.

Multiple choice general knowledge science & technology
  1. True

  2. False

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

A shell is fundamentally a command interpreter that provides a user interface for accessing operating system services. It takes user commands, interprets them, and executes them by making system calls. This is the standard definition across Unix-like systems.

Multiple choice general knowledge science & technology
  1. pipe

  2. filter

  3. both of these

  4. none of these

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

A pipe is a Unix mechanism that allows commands to be chained together, where the output of one command becomes input to the next. Commands are processed sequentially - each command must complete before the next begins, effectively keeping subsequent commands in a wait state until their turn arrives. Filters are tools that process data, not the queuing mechanism itself.

Multiple choice general knowledge science & technology
  1. kernel

  2. compiler

  3. shell

  4. system hardware

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

The shell is the UNIX component that directly interacts with users. It provides the command-line interface where users type commands, interprets them, and communicates with the kernel on behalf of the user. The kernel manages hardware, the compiler translates code, and system hardware is the physical layer - none of these directly interact with users.

Multiple choice general knowledge science & technology
  1. Not required at all

  2. Mandatory

  3. Not necessary (it can be exceptionally optional)

  4. There are no antivirus software for Linux

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

Linux has a robust security architecture that makes it less vulnerable to malware compared to Windows, so antivirus software is not mandatory. However, it can be optionally used, especially in mixed environments or when sharing files with Windows systems. The option that antivirus doesn't exist for Linux is false, and the extremes of mandatory or completely unnecessary are both incorrect.

Multiple choice general knowledge science & technology
  1. True

  2. False

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

Linux distributions come with extensive software repositories that include thousands of free applications for both home and office use. The GNU GPL license makes this software free to use, modify, and distribute legally. However, while the software is libre (free as in freedom) and gratis (no cost), the statement that it's completely legal is correct - these are properly licensed open-source applications.