CH 1 - 18 Comprehensive Final Flashcards
Embedded Systems means?
Companies must share their changes
You can view the software source code
Business cannot change 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 system themselves.
Systems designed to do a specific task on hardware optimized for only that purpose.
Linux originally only ran on?
Xerox Copy Machines Specialized processor chips Intel 386 PCs Raspberry Pi Computers Macintosh
Intel 386 PCs
Building utilities, management tools, and application software with a Linux Kernel is called a?
A Trademark
A Distribution of Linux
A Type of Hardware
A Text Editor
A Distribution of Linux
A Software Release cycle describes?
How often security fixes are implemented
How often the software’s memory is released back to the operating system
How often upgrades come out for software
How often the computer must be rebooted
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)
A fully certified UNIX distro
Tightly integrated with Apple hardware
Partially based on code from the FreeBSD Project
Primarily used to manage network services
Derived from Linux
Able to natively run Windows binaries
A fully certified UNIX distro
Tightly integrated with Apple hardware
Partially based on code from the FreeBSD Project
Microsoft Windows? (Choose Three)
Is generally backwards compatible with previous versions.
Offers both desktop and server products
Has a Linux compatibility mode
Has a short maintenance cycle.
Has a scripting environment called PowerShell
Has a new desktop version every year.
Is generally backwards compatible with previous versions.
Offers both desktop and server products
Has a scripting environment called PowerShell
An Interpreted programming language? (Choose Two)
Requires a compilation step but no linking step.
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.
Takes fewer resources to run than a compiled language.
Is converted into Machine Specific instructions as the program runs.
Tends to offer more features than compiled languages.
The two main families of Linux shells are? (Choose Two)
Bourne Shell Python Shell Korn Shell Emacs C Shell
Bourne Shell
C Shell
In Virtualization, what are the host and guest? (Choose Two)
The host is the machine that runs the virtual machines.
The guest is the machine that runs the Virtual machines.
The terms can be used interchangeably
A host is a Virtual Machine
A Guest is a Virtual Machine
The host is the machine that runs the Virtual Machines.
A Guest IS the Virtual Machine
Cloud Computing is?
Requires fewer resources because systems are shared among many users.
Allows users in different geographical regions to work together in real time.
Is made possible by faster internet speeds.
Is useful for both business and home users.
All of the Above
All of the Above
Which of the following are properties of a Strong Password? (Choose Three)
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.
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?
Sourceless
Impaired Source
Open Source
Closed Source
Closed Source
A Copy left provision in a software license means?
You must provide support for your modifications.
You may not link against third party closed source software
If you redistribute the software, you must distribute the source to any changes you make.
You must provide free copies of the software if you use it.
You give up your copyright to the software.
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. People should write software with no expectation of making money. Software should not have a Copyright. Software should be free to Share. No money should ever change hands.
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 work was done by a government agency.
You may not use the work for commercial purposes.
The author has died.
The author has relinquished the Copyright on the work.
You may redistribute changes to the software.
The author has relinquished the Copyright on the work.
The semicolon (;) can be used to separate multiple commands to be executed in order.
True
False
True
To be able to output messages to the screen, use the _______ Command?
Print
Echo
Display
Type
Echo
The ______ command will print a list of the commands that you’ve previously executed?
list
eval
exec
history
history
Home is an Example of?
A path variable A local variable An environment variable An Alias An internal command
An environment variable.
The directory where additional documentation for software packages most likely can be found is?
/var/share/doc
/var/lib/doc
/usr/software/doc
/usr/share/doc
/usr/share/doc
To start searching a man page, the first key you press is?
f
s
/
!
/
To get help using the info command, execute? (Choose Two)
man info
help 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
locate
whereis
apropos
locate
Hidden files are files that begin with what character?
An Asterisk (*) A Period (.) A Plus (+) A Dash (-)
A Period (.)
The Top-Level directory on a Linux system is represented as?
/home
/root
/
C:
/
The Is command without options or arguments?
prompts for a directory to list
lists the contents of the current directory
lists the contents of the user’s home directory.
generates an error as this command requires arguments.
lists the contents of the current directory
The command Is -S will sort files?
By size, smallest to largest
By modification date, newest to oldest
By number of symlinks, largest to smallest
By size, largest to smallest
By size, largest to smallest.
When using the cp command, you must provide both a source and a destination?
True
False
True