Linux Operating Systems Fundamentals

Test your knowledge of Linux operating systems including command-line tools, package management, distributions, desktop environments, and core OS concepts like threads and synchronization.

20 Questions Published

Questions

Question 1 True/False

You can have multiple Desktops environments installed simultaneously. By Desktop Env. we mean (KDE, Gnome, IceWM, XFCE etc..)

  1. True
  2. False
Question 2 Multiple Choice (Single Answer)

What is the file manager used in KDE ?

  1. Dolphin
  2. Nautilus
  3. Konqueror
  4. Metacity
Question 3 Multiple Choice (Single Answer)

The component responsible for generating 3D effects for the Linux Desktop is-

  1. Metacity WM
  2. Thunar WM
  3. Compiz-fusion
  4. Emerald WM
Question 4 Multiple Choice (Multiple Answers)

You can have the following effects on the Linux Desktop...

  1. 3D windows
  2. Wobbly Windows
  3. Minimize/maximize/open/close animation
  4. Desktop Cube Rotate
  5. Flip through open programs
  6. Snow/Fire on Screen
Question 5 Multiple Choice (Single Answer)

Whats the name of the default terminal program supported by KDE?

  1. Console
  2. gnome-terminal
  3. kde-console
  4. Konsole
  5. K-terminal
Question 6 Multiple Choice (Single Answer)

A common problem that people face in Linux is that it is by default unable to play proprietary formats like mp3, H.264 etc. The solution is to download and install a free plugin called -

  1. lame-enc.dll
  2. fraunhoffer.so
  3. codeina
  4. gstreamer
Question 7 Multiple Choice (Single Answer)

Synaptics in Debian Systems refers to-

  1. Touchpad Driver
  2. Package Manager
  3. Dependency Resolver
  4. None of these
Question 8 Multiple Choice (Single Answer)

The package manager format used by Debian Linux Systems is-

  1. RPM
  2. TAR.GZ
  3. ZIP
  4. DEB
  5. DPM
Question 9 Multiple Choice (Single Answer)

The package format used by the Red Hat package manager is -

  1. RPM
  2. DBM
  3. DEB
  4. REB
Question 10 Multiple Choice (Single Answer)

A RPM package can be used in Debian Systems by using the following command prior to installation.

  1. convert
  2. changepm
  3. alien
  4. Its a trick question. There is no way you can use one format on other distro.
Question 11 Multiple Choice (Multiple Answers)

Which of the following Distros are based on Debian?

  1. Ubuntu
  2. DreamLinux
  3. Linux Mint
  4. Gentoo
  5. Damn Small Linux
Question 12 Multiple Choice (Multiple Answers)

The "Ultra-Lite" distributions that can be installed on Thumb Drives and are as amall as 20MB while providing a full blown GUI and Basic multimedia/browsing capabilities are -

  1. DSL - Damn Small Linux
  2. Puppy Linux
  3. PSL- Pen Drive Linux
  4. Ubuntu
Question 13 Multiple Choice (Single Answer)

Which of the following Linux Distributions is Suitable for a NETBOOK?

  1. Red Hat Netbook Remix
  2. Damn Small Linux
  3. Puppy Linux
  4. Ubuntu Netbook Remix
Question 14 Multiple Choice (Single Answer)

What is the name of the Linux Application that allows you to run "individual" windows programs on Linux?

  1. QEMU
  2. VirtualBox
  3. WINE
  4. WIN-API Emulator
  5. VM-WARE
Question 15 Multiple Choice (Single Answer)

Which of following is not cause of deadlock?

  1. Circular Wait
  2. Hold and Wait
  3. Mutual Exclusion
  4. Resourse sharing
Question 16 Multiple Choice (Single Answer)

Which of the following is a synchronization mechanism?

  1. Bakery Algorithm
  2. Bankers Algorithm
  3. Round Robin Algorithm
  4. LRU Algorithm
Question 17 Multiple Choice (Single Answer)

Which of the following is false regarding threads?

  1. Threads share code segment
  2. Threads can be preempted
  3. Threads share stack.
  4. Threads share resources
Question 18 Multiple Choice (Single Answer)

What is the meaning of GPL?

  1. General Public License
  2. General Purpose Language
  3. General Publishing License
  4. General Power Language
Question 19 Multiple Choice (Single Answer)

Which is the correct syntax to display the calendar of September 2005?

  1. Cal 9 2005
  2. Calendar 2005
  3. 2005 cal
  4. 9 2005 calendar
Question 20 Multiple Choice (Single Answer)

How can a short description of what the ls command does be obtained?

  1. Whereis ls
  2. Whatis ls
  3. Whatis -ls
  4. Whereis -ls