Systems Software Flashcards
Software designed to solve a specific problem is called __________ software.
application
[Explanation]
Examples of application software include word processing, spreadsheet, database, and graphics software.
_____ programs are designed to help monitor and configure settings for the computer, the operating system, or applications.
Utility
[Explanation]
Utility software can be bundled applications included with other software (with the OS for instance), or standalone applications. Examples of utility programs include backup and data recovery software, antivirus software, disk cleanup, etc.
In recent years, _________ software has been one of the most popular categories of utility software.
antivirus
[Explanation]
Norton Antivirus and McAfee VirusScan are two examples of popular antivirus applications.
The ___ allows a user to operate the computer by using a mouse or keystrokes to select icons and commands from menus.
GUI
[Explanation]
The GUI (Graphic User Interface) is sometimes called a computer dashboard and Microsoft Windows is an example of an operating system that uses a GUI.
Early personal computers featured command-driven interfaces which required the user to ____ complicated instructions to operate the computer.
type
[Explanation]
Examples of operating systems which featured a command driven interface include DOS and UNIX. This can also be called a command-line interface.
______ software helps the computer manage internal and external resources and enables the computer to run applications.
System
[Explanation]
System software includes device drivers, utility programs, and the operating system.
The ________________ is the computer software that manages the basic operation of the computer.
operating system
[Explanation]
The OS is the main system software in any computer. All general purpose computers must have an operating system installed in order to run other programs. All applications are written to run on top of a specific operating system.
Examples of operating systems include Windows, Linux, Unix, and Macintosh OS.
The ______ is the central component of the operating system. While the computer is running, it remains in main memory and manages nonresident programs.
kernel
[Explanation]
The kernel is also known as the supervisor. It manages programs not resident in main memory to perform tasks that support application programs.
Data and programs waiting to be processed wait in ______ in temporary storage.
queues
[Explanation]
Queues are first in, first out (FIFO) sequences of data that wait in temporary storage. On a hard disk, this waiting area is called a buffer.
A named collection of data that exists on a storage medium such as a hard disk, floppy disk, or CD is called a ____.
file
[Explanation]
A file can be a document, a photo, a song, or an application.
If an operating system attaches a special significance to a symbol, you wont be able to use it in a ________.
filename
[Explanation]
For example, here are a few symbols that Windows doesn’t allow filenames to contain:
*:?
A ____________ is a collection of Microsoft files for security improvements, bug fixes, and software updates.
service pack
____ is a proprietary multitasking operating system with built-in networking capabilities that supports multiple users.
UNIX
[Explanation]
UNIX was first developed by Bell Laboratories in 1969. Today, it runs on all types of computers including PCs, workstations, and servers.
_______ is a version of UNIX popular for large websites and e-commerce servers.
Solaris
[Explanation]
Sun Microsystems makes Solaris. Other popular versions of UNIX include HP-UX by Hewlett Packard and AIX by IBM.
The most common user interface for UNIX systems is the ____________ interface.
command line
[Explanation]
The UNIX command line interface is similar to the MS-DOS interface.
_____ is a non-proprietary version of UNIX and is maintained by thousands of volunteer programmers around the world.
Linux
[Explanation]
Linux was created in 1991 by Linus Torvalds, a programmer from Finland.