Save
Busy. Please wait.
Log in with Clever
or

show password
Forgot Password?

Don't have an account?  Sign up 
Sign up using Clever
or

Username is available taken
show password


Make sure to remember your password. If you forget it there is no way for StudyStack to send you a reset link. You would need to create a new account.
Your email address is only used to allow you to reset your password. See our Privacy Policy and Terms of Service.


Already a StudyStack user? Log In

Reset Password
Enter the associated with your account, and we'll email you a link to reset your password.
focusNode
Didn't know it?
click below
 
Knew it?
click below
Don't Know
Remaining cards (0)
Know
0:00
Embed Code - If you would like this activity on your web page, copy the script below and paste it into your web page.

  Normal Size     Small Size show me how

Linux Chapter 1

CIT222 Chapter 1 Intro to Linux

QuestionAnswer
AIX A version of UNIX developed by IBM.
application The software that runs on an operating system and provides the user with specific functionality (such as word processing or financial calculation).
artistic license An open source license that allows source code to be distributed freely but changed only at the discretion of the original author.
Beowulf clustering A popular and widespread method of clustering computers together to perform useful tasks using Linux.
BSD (Berkeley Software Distribution) A version of UNIX developed out of the original UNIX source code and given free to the University of California at Berkeley by AT&T.
closed source software The software whose source code is not freely available from the original author; Windows 7, for example.
cluster A grouping of several smaller computers that function as one large supercomputer.
clustering The act of making a cluster; see also cluster.
cracker A person who uses computer software maliciously for personal profit.
database An organized set of data.
database management system (DBMS) Software that manages databases.
developmental kernel A Linux kernel whose minor number is odd and has been recently developed yet not thoroughly tested.
device driver A piece of software containing instructions that the kernel of an operating system uses to control and interact with a specific type of computer hardware.
distribution A complete set of operating system software, including the Linux kernel, supporting function libraries and a variety of OSS packages that can be downloaded from the Internet free of charge.
flavor A specific type of UNIX operating system. For example, Solaris and BSD are two flavors of UNIX.
Free Software Foundation (FSF) An organization, started by Richard Stallman, that promotes and encourages the collaboration of software developers worldwide to allow the free sharing of source code and software programs.
freeware Software distributed by the developer at no cost to the user.
frequently asked questions (FAQs) An area on a Web site where answers to commonly posed questions can be found.
fully qualified domain name (FQDN) A string of words identifying a server on the Internet.
GNU An acronym that stands for “GNU’s not UNIX.”
GNU General Public License (GPL) A software license ensuring that the source code for any OSS will remain freely available to anyone who wants to examine, build on, or improve upon it.
GNU Network Object Model Environment (GNOME) One of the two competing graphical user interface (GUI) environments for Linux.
GNU Project A free operating system project started by Richard Stallman.
graphical user interface (GUI) The component of an operating system that provides a user-friendly interface comprising graphics or icons to represent desired tasks. Users can point and click to execute a command rather than having to know and use proper command-line syntax.
GUI environment A GUI core component such as X Windows, combined with a window manager and desktop environment that provides the look and feel of the GUI.
hacker A person who explores computer science to gain knowledge. It should not be confused with the term cracker.
hardware The tangible parts of a computer, such as the network boards, video card, hard disk drives, printers, and keyboards.
hardware platform A particular configuration and grouping of computer hardware, normally centered on and determined by processor type and architecture.
hot fix A solution made by a closed source vendor that fixes a software bug.
HOWTO A task-specific instruction guide to performing any of a wide variety of tasks; freely available from the Linux Documentation Project at http://tldp.org/.
HP-UX A version of UNIX developed by Hewlett-Packard.
Internet Protocol (IP) address A unique string of numbers assigned to a computer to uniquely identify it on the Internet.
K desktop environment (KDE) One of the two competing graphical user interfaces (GUI) available for Linux
kernel The central, core program of the operating system. The shared commonality of the kernel is what defines Linux; the differing OSS applications that can interact with the common kernel are what differentiate Linux distributions.
Linus Torvalds A Finnish graduate student who coded and created the first version of Linux and subsequently distributed it under the GNU Public License.
Linux A software operating system originated by Linus Torvalds. The common core, or kernel, continues to evolve and be revised. Differing OSS bundled with the Linux kernel is what defines the wide variety of distributions now available.
Linux Documentation Project (LDP) A large collection of Linux resources, information, and help files supplied free of charge and maintained by the Linux community.
Linux User Group (LUG) An open forum of Linux users who discuss and assist each other in using and modifying the Linux operating system and the OSS run on it. There are LUGs worldwide.
mail delivery agent (MDA) The service that downloads e-mail from a mail transfer agent.
mail transfer agent (MTA) An e-mail server.
mail user agent (MUA) A program that allows e-mail to be read by a user.
major number The number preceding the first dot in the number used to identify a Linux kernel version. It is used to denote a major change or modification.
MINIX Mini-UNIX created by Andrew Tannenbaum. Instructions on how to code the kernel for this version of the UNIX operating system were publicly available.
minor number The number following the first dot in the number used to identify a Linux kernel version, denoting a minor modification. If odd, it is a version under development and not yet fully tested. See also developmental kernel and production kernel.
Multiplexed Information and Computing Service (MULTICS) A prototype time-sharing operating system that was developed in the late-1960s by AT&T Bell Laboratories.
multitasking A type of operating system that has the capability to manage multiple tasks simultaneously.
multiuser A type of operating system that has the capability to provide access to multiple users simultaneously.
newsgroup An Internet protocol service accessed via an application program called a newsreader.
Open Source Software (OSS) The programs distributed and licensed so that the source code making up the program is freely available to anyone who wants to examine, utilize, or improve upon it.
operating system (OS) The software used to control and directly interact with the computer hardware components.
package manager The software used to install, maintain, and remove other software programs by storing all relevant software information in a central software database on the computer.
process A program loaded into memory and running on the processor, performing a specific task.
production kernel A Linux kernel whose minor number (the number after the dot in the version number) is even and which is, therefore, deemed stable for use after widespread testing.
program A set of instructions that knows how to interact with the operating system and computer hardware to perform a specific task; stored as a file on some media (for example, a hard disk drive).
programming language The syntax used for developing a program. Different programming languages use different syntaxes.
proxy server A server or hardware device that requests Internet resources on behalf of other computers.
Red Hat One of the most popular and prevalent distributions of Linux in North America, distributed and supported by Red Hat Inc. Fedora is a Red Hat-based Linux distribution.
revision number The number after the second dot in the version number of a Linux kernel, which identifies the certain release number of a kernel.
router A computer running routing software, or a special-function hardware device providing interconnection between networks; it contains information regarding the structure of the networks and sends information from one component network to another.
scalability The capability of computers to increase workload as the number of processors increases.
search engine An Internet Web site, such as www.google.com, where you simply enter a phrase representing your search item and receive a list of Web sites that contain relevant material.
server A computer configured to allow other computers to connect to it from across a network.
server services The services that are made available for other computers across a network.
shareware The programs developed and provided at minimal cost to the end user. These programs are initially free but require payment after a period of time or a certain amount of usage.
software The programs stored on a storage device in a computer that provide a certain function when executed.
Solaris A version of UNIX developed by Sun Microsystems from AT&T source code.
source code The sets of organized instructions on how to function and perform tasks that define or constitute a program.
SuSE One of the most popular and prevalent distributions of Linux in Europe.
system service The additional functionality provided by a program that has been incorporated into and started as part of the operating system.
tarball A compressed archive of files containing scripts that install Linux software to the correct locations on a computer system.
total cost of ownership (TCO) The full sum of all accumulated costs, over and above the simple purchase price of utilizing a product. Includes training, maintenance, additional hardware, and downtime.
UNIX The first true multitasking, multiuser operating system, developed by Ken Thompson and Dennis Ritchie, from which Linux was originated.
user A person who uses a computer.
user interface The interface the user sees and uses to interact with the operating system and application programs.
workstation A computer used to connect to services on a server.
workstation services The services that are used to access shared resources on a network server.
X Windows The core component of the GUI in Linux.
Created by: Leisac
Popular Computers sets

 

 



Voices

Use these flashcards to help memorize information. Look at the large card and try to recall what is on the other side. Then click the card to flip it. If you knew the answer, click the green Know box. Otherwise, click the red Don't know box.

When you've placed seven or more cards in the Don't know box, click "retry" to try those cards again.

If you've accidentally put the card in the wrong box, just click on the card to take it out of the box.

You can also use your keyboard to move the cards as follows:

If you are logged in to your account, this website will remember which cards you know and don't know so that they are in the same box the next time you log in.

When you need a break, try one of the other activities listed below the flashcards like Matching, Snowman, or Hungry Bug. Although it may feel like you're playing a game, your brain is still making more connections with the information to help you out.

To see how well you know the information, try the Quiz or Test activity.

Pass complete!
"Know" box contains:
Time elapsed:
Retries:
restart all cards