Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

LPI Linux Essencial Complete 1

Total questions: 26

Worksheet time: 13mins

Name
Class
Date
1.

Which of the following is not a function of the Linux kernel?

a)

Enabling programs to use a network

b)

Allocating CPU time for use by programs

c)

Allocating memory for use by programs

d)

Controlling access to the hard drive

e)

Creating menus in GUI programs

2.

True or false: The Linux kernel is derived from the BSD kernel.

a)

False

b)

True

3.

True or false: CentOS is a Linux distribution with a long release cycle.

a)

True

b)

False

4.

Linux distributions that have no version number but instead release upgrades in an ongoing manner are said to have a(n)_________release cycle.

a)

Long Term Support.

b)

Enterprise Mode.

c)

Major.

d)

rolling.

5.

Which is true of Linux distributions as a whole?

a)

They all completely conform to the principles of the open source movement.

b)

They’re covered by the GPL or the BSD license, depending on the distribution.

c)

Sometimes they may not be copied because of the non–open source software they may contain.

d)

They may be copied only after software using the MIT license is removed.

6.

Which of the following is a key part of the FSF’s philosophy?

a)

Developers should write software only for free operating systems such as GNU/Linux.

b)

Users should have the right to modify free software and distribute it under acommercial license.

c)

Users must have the right to use software as they see fit.

d)

Users should engage in civil disobedience by copying proprietary software.

7.

True or false: Copyright law governs the distribution of software in most countries.

a)

True

b)

False

8.

True or false: The FSF’s free software definition and the OSI’s 10 principles of open source software both require that users have the ability to examine a program’s workings that is, its source code.

a)

True

b)

False

9.

True or false: Because their hardware designs are proprietary, hardware vendors cannot release open source drivers for their products.

a)

True

b)

False

10.

A license created by the FSF and often used for libraries is the_______

a)

LGPL

b)

MIT

c)

AGPL

d)

BSD

e)

GPL

11.

The FSF’s general principles are summarized by the term___________, which refers to using copyright laws for purposes that are in some ways contrary to copyright’s original intent.

a)

OSI

b)

The Community.

c)

Open Source Movement

d)

Copyright

e)

Copyleft

12.

Users can motivate programmers to work on open source projects by offering a(n)________to whomever completes the project first.

a)

Award.

b)

Travel expenses.

c)

Bounty.

d)

Certificate.

e)

Free pass.

13.

Which of the following are Linux desktop environments? (Select all that apply)

a)

Xfce

b)

KDE

c)

GTK+

d)

GNOME

e)

Evolution

14.

In which of the following languages was most of the Linux kernel written?

a)

Bash shell script

b)

C

c)

Perl

d)

C++

e)

Java

15.

True or false: OpenOffice.org forked from Calligra.

a)

True

b)

False

16.

Which of the following commands would you type to rename newfile.txt to afile.txt ?

a)

ln newfile.txt afile.txt

b)

mv newfile.txt afile.txt

c)

touch newfile.txt afile.txt

d)

cp newfile.txt afile.txt

17.

Who initiated the GNU Project?

a)

Eric Raymond

b)

Linus Torvalds

c)

Richard Stallman

d)

Andrew Tanenbaum

18.

You need to learn about the options available for the cd utility. Which command will display its manual page?

a)

man cd

b)

find help cd

c)

cat cd | man

d)

help cd

e)

gman cd

19.

Which desktop application is used for image manipulation?

a)

Pidgin

b)

Blender

c)

Inkscape

d)

GIMP

20.

Which file contains a list of your most recently entered shell commands?

a)

/etc/bash_history

b)

~/.shell_command_history

c)

~/.bash_history

d)

~/.history

21.

Which keystroke is used for the command completion feature of bash?

a)

Up Arrow

b)

Enter

c)

F1

d)

Home

e)

Tab

22.

Which the oldest distribution?

a)

Debian

b)

Slackware

c)

Mandriva

d)

Red Hat

e)

Gentto

23.

What was the name of the UNIX clone written by Andrew Tanenbaum?

a)

Minix

b)

HP-UX

c)

Solaris

d)

AIX

e)

Linux

24.

Where is the BIOS located?

a)

Hard drive

b)

LCD Monitor

c)

Motherboard

d)

RAM

25.

Which Linux distribution is used as a basis for the creation of Ubuntu Linux?

a)

SUSE Linux

b)

Debian Linux

c)

Red Hat Linux

d)

Gentoo Linux

26.

Which command we can use to check the current kernel version?

a)

$ kernel version

b)

$ release

c)

$ cat /proc/version

d)

$ current

e)

$ oslevel