Pregunta 1
Pregunta
One of the jobs of the kernel is to:
Respuesta
-
Load the operating system after the computer is turned on
-
Manage the system's resources
-
Turn source code into machine code
-
Transfer mail from one machine to another
Pregunta 2
Pregunta
Unix is:
(choose two)
Respuesta
-
A text editor
-
A type of hardware
-
A trademark
-
An operating system
-
A distribution of Linux
Pregunta 3
Pregunta
Linux is written in:
Pregunta 4
Pregunta
Source code refers to:
Respuesta
-
A human readable version of computer software
-
The license that dictates how you may use and share the software
-
The interface that software uses to talk to the kernel
-
The version of a program that the computer runs on the CPU
Pregunta 5
Pregunta
Open source means:
(choose two)
Respuesta
-
You must share your changes
-
You must support the software you share
-
You cannot charge anything for the software
-
You can modify the software's source code
-
You can view the software's source code
Pregunta 6
Pregunta
Most of the tools that are part of Linux systems come from:
Pregunta 7
Pregunta
The Linux platform that runs on mobile phones is called:
Pregunta 8
Pregunta
What does a distribution provide to add and remove software from the system?
Pregunta 9
Pregunta
The bootloader's job is to:
Respuesta
-
Perform the initial installation of the kernel to hard drive
-
Assign initial settings such as network address
-
Install software from the Internet or removable media
-
Load the application into memory
-
Load the kernel after the computer is powered on
Pregunta 10
Pregunta
Unix was originally invented at:
Respuesta
-
AT&T Bell Labs
-
Xerox PARC
-
Stanford University
-
Berkeley University
-
Bangalore University
Pregunta 11
Pregunta
A license where you don't have access to the source code is called:
Respuesta
-
Closed source
-
Impaired source
-
Open Source
-
Sourceless
Pregunta 12
Pregunta
Which distributions are made by, or clones of, Red Hat?
(choose two)
Respuesta
-
CentOS
-
Ubuntu
-
Debian
-
Fedora
-
Slackware
Pregunta 13
Pregunta
Ubuntu is derived from which distribution?
Respuesta
-
Fedora
-
Scientific Linux
-
Slackware
-
Red Hat Enterprise Linux
-
Debian
Pregunta 14
Pregunta
Open source licenses differ, but generally agree that:
(choose two)
Respuesta
-
You should have access to the source code of software
-
You are not allowed to sell the software
-
You must redistribute your changes
-
You should be able modify the software as you wish
Pregunta 15
Pregunta
Applications make requests to the kernel and receive resources, such as memory, CPU, and disk in return.
True or False?
Pregunta 16
Pregunta
The most important consideration when choosing an operating system is:
Respuesta
-
The licensing model of the operating system
-
What the computer will do
-
How much performance is needed
-
Wether or not it is cloud-friendly
-
The operating system's mascot
Pregunta 17
Pregunta
Linux is not Unix because:
Respuesta
-
It hasn't undergone certification
-
It's not made by the Open Group
-
There are too many distributions
-
It's not good enough
-
It's free
Pregunta 18
Pregunta
A release cycle:
Respuesta
-
Describes how long the software will be supported for
-
Describes how often updates to the software come out
-
Is always 6 months
-
Only applies to software you pay for
-
Doesn't matter in an Open Source environment
Pregunta 19
Pregunta
A maintenance cycle:
Respuesta
-
Only has meaning for paid software
-
Should be short so you always have the freshest releases
-
Should be long so that you have time before you need to upgrade
-
Describes how long a version of software will be supported
-
Describes how often updates for software come out
Pregunta 20
Pregunta
If a software release is in a state in that it has many new features that have not been rigorously tested, it is typically referred to as beta software.
True or False?
Pregunta 21
Pregunta
Software is backward compatible if:
Respuesta
-
It still supports old file formats or applications
-
It can be upgraded without downtime
-
It works across Linux/Mac/Windows
-
People still use old versions
-
If the next version still works the same way
Pregunta 22
Pregunta
Apple's OS X is:
(choose three)
Respuesta
-
Certified as UNIX compatible
-
Derived from FreeBSD
Able to natively run Windows binaries
-
Only compatible with Apple hardware
-
Derived from Linux
Pregunta 23
Pregunta
Microsoft Windows:
(choose three)
Respuesta
-
Comes in desktop and server variants
-
Has powerful scripting capabilities
-
Has a Linux compability mode
-
Has a short maintenance cycle
-
Has a built in virtualization
Pregunta 24
Pregunta
Other commercial Unixes:
(choose two)
Pregunta 25
Pregunta
When choosing a distribution of Linux, you should consider: (Choose five)
Respuesta
-
Which distributions are supported by the software you need to run
-
The maintenance cycle of the distribution
-
Which management tools are provided by the distribution
-
Whether or not the distribution is under active development
-
If you need support on the distribution itself
-
Popularity on social media.
Pregunta 26
Pregunta
The Samba application is a:
Respuesta
-
File Server
-
Security Server
-
Web Server
-
Mail Server
Pregunta 27
Pregunta
Which of the following are examples of desktop software? (choose two)
Respuesta
-
File share
-
Web browser
-
Compiler
-
Music player
-
Web server
Pregunta 28
Pregunta
If you wanted to set up a blog, which software would be most helpful?
Respuesta
-
Dovecot
-
Postfix
-
Wordpress
-
Samba
-
MySQL
Pregunta 29
Pregunta
Which of the following pieces of software deal with file sharing? (choose three)
Respuesta
-
Samba
-
PostgreSQL
-
Netatalk
-
X-Windows
-
NFS
Pregunta 30
Pregunta
If you wanted to create and print an invoice, which software could you use?
Respuesta
-
Libreoffice
-
GNOME
-
Compiz
-
Evolution
-
Firefox
Pregunta 31
Pregunta
POP and IMAP are related to:
Pregunta 32
Pregunta
When a computer boots, it can get its network information through:
Pregunta 33
Pregunta
Which of the following are examples of text editors?(choose four)
Pregunta 34
Pregunta
A package manager: (choose two)
Respuesta
-
Keeps track of which files belong to which packages
-
Emails you when software is out of date
-
Can optionally repartition your disk to make room for Linux
-
Performs a fresh install of Linux
-
Downloads software from the Internet
Pregunta 35
Pregunta
An interpreted programming language: (choose two)
Respuesta
-
Is converted into machine specific instructions as the program runs
-
Tends to offer more features than compiled languages
-
Requires a linking step but no compilation step
-
Requires a compilation step but no linking step
-
Takes fewer resources to run than a compiled language
Pregunta 36
Pregunta
Which of the following are true about compiled programming languages?
Respuesta
-
C is a compiled language
-
Compiled languages are great for system administration tasks like scripting
-
Ruby is a compiled language
-
A programmer is usually more productive when using a compiled language
-
Perl is a compiled language
Pregunta 37
Pregunta
Which package manager is used in Fedora, a Red Hat derived system?
Pregunta 38
Pregunta
The Linux shell: (choose three)
Respuesta
-
Allows you to launch programs
-
Has a built in text editor
-
Is customizable
-
Has a scripting language
-
Is responsible for tracking the location of configuration files
Pregunta 39
Pregunta
Which application would you use to edit and piece together sound files to make podcast?
Respuesta
-
Audiolicious
-
Bash
-
Audacity
-
GIMP
-
Thunderbird
Pregunta 40
Pregunta
The two main families of Linux shells are: (choose two)
Respuesta
-
C Shell
-
Korn shell
-
Python Shell
-
emacs
-
Bourne Shell
Pregunta 41
Pregunta
Which server software would you use to create a company directory that you could search and authenticate against?
Respuesta
-
ISC DHCP
-
bind
-
Netatalk
-
Samba
-
OpenLDAP
Pregunta 42
Pregunta
A Mail Transfer Agent's primary purpose is to:
Respuesta
-
Serve email to end clients
-
Filter out spam
-
Act as a gateway between faxes and email
-
Manage the end user's inbox
-
Deliver mail between servers
Pregunta 43
Pregunta
Which of the following are examples of a web server? (choose two)
Respuesta
-
WordPress
-
Nginx
-
postfix
-
Apache
-
NFS
Pregunta 44
Pregunta
If you wanted to let a Linux machine share files with Windows clients and servers, you would use:
Respuesta
-
NFS
-
DNS
-
Samba
-
Netatalk
-
bind
Pregunta 45
Pregunta
Richard Stallman is associated with:
Pregunta 46
Pregunta
A "copyleft provision" in a software license means:
Respuesta
-
You must provide free copies of the software if you use it
-
You must distribute the source to any changes you make
-
You may not link against third party closed source software
-
You give up your copyright to the software
-
You must provide support for your modifications
Pregunta 47
Pregunta
The largest difference between the GPLv2 and BSD licenses is:
Respuesta
-
GPLv2 is not approved by the OSI
-
GPLv2 requires assigning copyright to the FSF
-
Only BSD allows commercial use
-
BSD has no copyleft provision
-
Nothing, they are virtually identical
Pregunta 48
Pregunta
The Free Software Foundation believes that:
(choose two)
Respuesta
-
money should ever change hands
-
Software should not have copyright
-
People should write software with no expectation of making money
-
Software should be free to share
-
Software should be free to modify
Pregunta 49
Pregunta
Which of the following licenses was made by the FSF?
Respuesta
-
GPLv3
-
Apache
-
BSD
-
MIT
-
Creative Commons
Pregunta 50
Pregunta
A permissive free software license:
(choose two)
Respuesta
-
Places no restrictions on sharing modifications
-
Means you can use the software for anything you want
-
Places the software in the public domain
-
Does not allow the software to be locked to certain hardware
-
Requires you share software changes but not binaries
Pregunta 51
Pregunta
Linux is distributed under which license?
Respuesta
-
GPLv3
-
MIT
-
GPLv2
-
Linux Foundation
-
BSD
Pregunta 52
Pregunta
Who founded the Open Source Initiative?
(choose two)
Pregunta 53
Pregunta
A generic term for Open Source and Free Software is:
Respuesta
-
FLOSS
-
OS/FS
-
GPL
-
Libre Software
-
SLOFF
Pregunta 54
Pregunta
Which are examples of permissive software licenses?
(choose two)
Respuesta
-
LGPLv3
-
BSD
-
GPLv2
-
MIT
-
GPLv3