Keyboard is background software that helps the computer manage its own internal resources

CHAPTER 11. The equipment that processes data in order to create information is called the

Get answer to your question and much more

3. What are the two major software types?

Get answer to your question and much more

4. Understand what is a collection of programs rather than a single program.

Get answer to your question and much more

5. "Background" software that helps the computer manage its own internal resources is called

Get answer to your question and much more

6. Identify the program that coordinates computer resources, provides an interface between usersOperating systemand the computer, and runs applications.

Get answer to your question and much more

7. Antivirus programs protect your computer system from viruses or malicious programs. This isan example of which type of software?

Get answer to your question and much more

8. What does system software include?

Get answer to your question and much more

9. Midrange computers are also referred to as a server and is used to support end users for thingssuch as retrieving data from a database or providing access to application software?

Get answer to your question and much more

10. Desktop, laptop, and tablet computers, and mobile devices are classified asPersonalComputers (PCs).11. The most widely used personal computers arePersonal Computers (PCs).12. A microcomputer that is smaller, lighter, and less powerful than a notebook, and which has atouch sensitive screen, is called atablet.13. This computer component holds the program and data that is currently being processed.RAM14. This will not retain data after the computer is turned off?

Get answer to your question and much more

Which one of the following best defines the term Operating System? A. The software that allows computer users to run applications with the hardware of a specific system. Microsoft® Windows® or Apple® Computer's OS are examples of operating systems. B. The master control program that manages a computer's internal functions and provides a means of control to the computer's operations and file system. C. The software that manages the hardware and software interface of a computer. D. All of the above.

System software is a type of computer program that is designed to run a computer's hardware and application programs. If we think of the computer system as a layered model, the system software is the interface between the hardware and user applications. The operating system is the best-known example of system software. The OS manages all the other programs in a computer.

System software is used to manage the computer itself. It runs in the background, maintaining the computer's basic functions so users can run higher-level application software to perform certain tasks. Essentially, system software provides a platform for application software to be run on top of.

Important features of system software

Computer manufacturers usually develop the system software as an integral part of the computer. The primary responsibility of this software is to create an interface between the computer hardware they manufacture and the end user.

System software generally includes the following features:

  1. High speed. System software must be as efficient as possible to provide an effective platform for higher-level software in the computer system.
  2. Hard to manipulate. It often requires the use of a programming language, which is more difficult to use than a more intuitive user interface (UI).
  3. Written in a low-level computer language. System software must be written in a computer language the central processing unit (CPU) and other computer hardware can read.
  4. Close to the system. It connects directly to the hardware that enables the computer to run.
  5. Versatile. System software must communicate with both the specialized hardware it runs on and the higher-level application software that is usually hardware-agnostic and often has no direct connection to the hardware it runs on. System software also must support other programs that depend on it as they evolve and change.

Types of system software

System software manages the computer's basic functions, including the disk operating system, file management utility software and operating systems.

Other examples of system software include the following:

Keyboard is background software that helps the computer manage its own internal resources
A complete picture of the software stack. System software includes the firmware through the OS levels of this model.
  • The BIOS (basic input/output system) gets the computer system started after it's turned on and manages the data flow between the OS and attached devices, such as the hard drive, video adapter, keyboard, mouse and printer.
  • The boot program loads the OS into the computer's main memory or random access memory (RAM).
  • An assembler takes basic computer instructions and converts them into a pattern of bits that the computer's processor can use to perform its basic operations.
  • A device driver controls a particular type of device that is attached to your computer, such as a keyboard or mouse. The driver program converts the more general I/O instructions of the OS to messages that the device type can understand.

Additionally, system software can also include system utilities, such as the disk defragmenter and System Restore, and development tools, such as compilers and debuggers.

Operating systems

The computer's OS is a well-known example of system software. Widely used operating systems include Microsoft Windows, macOS and Linux. Unlike other system software types, the average computer user regularly interacts with the computer OS through its graphical UI (GUI) and, with some operating systems, a less complex command-line interface (CLI).

Because a GUI is a program that sits on top of the OS, it may be referred to as application software, not system software. In other words, the GUI is application software that makes it possible for the user to manipulate parts of the OS.

Important tasks performed by the operating system

The main responsibility of the operating system is to manage a computer's software and hardware resources. It is the computer's main control program. The OS controls and maintains a record of all other programs on the computer, including both application and system software. The OS creates an environment that all other computer programs run within and provides service to those other applications.

Operating systems perform tasks. Five of the most important ones are the following:

  1. File management and process scheduling. The OS allocates resources and prioritizes which programs should receive the resources and in what order. For example, a digital audio workstation application may require a certain level of processing power when being used. The OS decides how much power the application gets from the CPU and manages the effects of that allocation on other applications. If a more critical process is happening elsewhere on the computer, the OS might sacrifice some of the power the digital audio workstation has requested, for example, to ensure the other process can be completed.
  2. Processor and memory management. The OS allocates the computer's memory to a process when needed and deallocates it when the process is finished.
  3. Error detection. The OS detects, tracks and debugs errors in the computer's other programs.
  4. Security. The OS uses passwords to protect the computer's programs and data from unauthorized access.
  5. Control and management. The OS uses compilers, assemblers and interpreters to control and manage other programs on the computer. These language processers are pieces of system software that translate the high-level languages -- Java, Python and C++ -- that many computer programs are written in into low-level machine code instructions, which is essentially a series of 1s and 0s that the computer's CPU can read.

Difference between system software and application software

System software and application programs are the two main types of computer software. Unlike system software, application software -- often just called an application or app -- performs a particular function for the end user. Some examples of application software include the following:

  • web browsers
  • email clients
  • word processors
  • spreadsheets
Keyboard is background software that helps the computer manage its own internal resources
Learn about the key differences between application and system software.

Application software and system software are coded differently. System software is written in system programming languages -- such as Executive Systems Problem Oriented Language (ESPOL) -- designed to provide easy access to the underlying computer hardware. Application programs are written in general-purpose languages, such as Pascal, that enable the program to use the same code on different platforms. Some languages, such as C, are used for both system and application software.

System software and application software are also triggered differently. System software is generally triggered when a computer or device is turned on, and it remains on until the device is powered down. Application software is triggered by an end user after the computer is turned on. Application software needs system software to function, whereas system software can run independently of application software.

In most cases, end users do not interact with system software because it runs in the background. By contrast, end users do interact with application software -- installing it, booting it up, using it to perform certain tasks, booting it down and uninstalling it.

This was last updated in February 2021

Continue Reading About system software

  • Why you don't always need a general-purpose operating system
  • How to compare Windows and Linux for enterprise workloads
  • Learn the main Linux OS components
  • Building a secure operating system with Roger R. Schell
  • System software vs. application software

Which software works in the background of the computer?

System software sits between the computer hardware and the application software. Users do not interact directly with system software as it runs in the background, handling the basic functions of the computer.

What helps the computer manage resources?

operating system (OS), program that manages a computer's resources, especially the allocation of those resources among other programs.

Which software helps to management and control computer resources?

Utility software helps to manage, maintain and control computer resources. Examples of utility programs are antivirus software, backup software and disk tools.

Is application software a background software?

Application software is "background" software which helps the computer manage its own internal resources. System Software is a collection of programs.