Linux Essentials Final 2-18 Flashcards
Embedded Systems means:
-Businesses cannot charge anything for the software, only the hardware
-Systems designed to do a specific task on hardware optimized for only that purpose
-Users must support the systems themselves
-You can view the software’s source code
-Companies must share their changes
Systems designed to do a specific task on hardware optimized for only that purpose
Linux originally only ran on:
Specialized processor chips
Raspberry Pi computers
Xerox copy machines
Intel 386 PCs
Macintosh
Intel 386 PCs
Bundling utilities, management tools, and application software with a Linux kernel is called a:
A text editor
A type of hardware
A distribution of Linux
A trademark
A distribution of Linux
A software release cycle describes:
♦How often the software’s memory is released back to the operating system
♦How often the computer must be rebooted
♦How often upgrades come out for software
♦How often security fixes are implemented
♦How often the computer must be upgraded to support new software
How often upgrades come out for software
Apple’s OS X is:
(choose three)
♦Tightly integrated with Apple hardware
♦A fully certified UNIX distribution
♦Primarily used to manage network services
♦Able to natively run Windows binaries
♦Derived from Linux
♦Partially based on code from the FreeBSD project
Tightly integrated with Apple hardware
A fully certified UNIX distribution
Partially based on code from the FreeBSD project
Microsoft Windows:
(choose three)
♦Offers both desktop and server products
♦Has a short maintenance cycle
♦Has a Linux compatibility mode
♦Is generally backwards compatible with previous versions
♦Has a scripting environment called PowerShell
♦Has a new desktop version every year.
Offers both desktop and server products
Is generally backwards compatible with previous versions
Has a scripting environment called PowerShell
An interpreted programming language:
(choose two)
♦Takes fewer resources to run than a compiled language
♦Requires a compilation step but no linking step
♦Tends to offer more features than compiled languages
♦Is converted into machine specific instructions as the program runs
Requires a linking step but no compilation step
Tends to offer more features than compiled languages
Is converted into machine specific instructions as the program runs
The two main families of Linux shells are:
(choose two)
Emacs
Korn shell
Bourne Shell
C Shell
Python Shell
Bourne Shell
C Shell
In virtualization, what are the host and guest?
(choose two)
♦The guest is the machine that runs the virtual machines
♦The terms can be used interchangeably
♦The host is the machine that runs the virtual machines
♦A guest is a virtual machine
♦A host is a virtual machine
The host is the machine that runs the virtual machines
A guest is a virtual machine
Cloud computing is:
♦Is made possible by faster internet speeds
♦Is useful for both business and home users
♦All are correct
♦Requires fewer resources because systems are shared among many users
♦Allows users in different geographical regions to work together in real time
All are correct
Which of the following are properties of a strong password?
(choose three)
♦Includes symbols
♦At least 10 characters long
♦A mix of upper and lower case
♦Based on easy to remember items like birthdays
♦Long so that it can be reused on multiple sites
Includes symbols
At least 10 characters long
A mix of upper and lower case
A license where you don’t have access to the source code is called:
Closed source
Sourceless
Impaired source
Open source
Closed source
A copyleft provision in a software license means:
♦You must provide support for your modifications
♦You must provide free copies of the software if you use it
♦You may not link against third party closed source software
♦You give up your copyright to the software
♦If you redistribute the software, you must distribute the source to any changes you make
If you redistribute the software, you must distribute the source to any changes you make
The Free Software Foundation believes that:
(choose two)
♦Software should be free to modify
♦Software should be free to share
♦No money should ever change hands
♦People should write software with no expectation of making money
♦Software should not have copyright
Software should be free to modify
Software should be free to share
What does it mean when a work is placed in the public domain?
♦The author has relinquished the copyright on the work
♦The author has died
♦You must redistribute changes to the software
♦You may not use the work for commercial purposes
♦The work was done by a government agency
The author has relinquished the copyright on the work
The semicolon (;) can be used to separate multiple commands to be executed in order.
True or False?
True
False
True
To be able to output messages to the screen, use the _______ command:
type
print
display
echo
Echo
The _______ command will print a list of the commands that you’ve previously executed.
history
exec
eval
list
history
HOME is an example of _________.
An internal command
An alias
A path variable
A local variable
An environment variable
An environment variable
The directory where additional documentation for software packages most likely can be found is:
/usr/share/doc
/var/share/doc
/var/lib/doc
/usr/software/doc
/usr/share/doc
To start searching a man page, the first key you press is:
s
!
/
f
/
To get help on using the info command, execute:
(choose two)
help info
man info
info -q
info info
man info
info info
The _____ command can be used to find any file, not just commands or man pages.
whatis
whereis
apropos
locate
locate
Hidden files are files that begin with what character?
A dash (-)
A plus (+)
A period (.)
An asterisk (*)
A period (.)
he top-level directory on a Linux system is represented as:
C:
/home
/
/root
/
The ls command without options or arguments…
…lists the contents of the current directory.
…prompts for a directory to list.
…generates an error as this command requires arguments.
…lists the contents of a user’s home directory.
…lists the contents of the current directory.
The command ls -S will sort files:
By size, smallest to largest
By size, largest to smallest
By number of symlinks, largest to smallest
By modification date, newest to oldest
By size, largest to smallest
When using the cp command, you must provide both a source and a destination.
True or False?
True
False
True