Operating systems Flashcards
What is system software?
System software is responsible for the technical details of different software and hardware.
What are the four kinds of system software programs?
The four kinds of system software applications are operating system, utilities, device driver, and language translator.
What are utilities?
Utilities perform specific tasks related to managing computer resources.
What are the essential utilities?
Search programs, storage management programs, backup programs, antivirus programs, troubleshooting (diagnostic) programs, and virtual assistants.
What are device drivers?
Device drivers are specialized programs that allow particular input or output devices to communicate with the rest of the system.
What is a language translator?
A language translator converts programming instructions written by programmers into a language the computer can understand and process.
What is an operating system?
An operating system is the most important computer program, without it, a computer would be useless. It’s a mix of various programs that help with the technical details of a computer system.
What are some functions of an operating system?
Managing resources, providing user interface, and running applications.
How does an operating system manage resources?
Operating systems monitor system performance, schedule tasks, provide security, start up the computer, and manage the various components of a computer from memory to storage, and even devices such as printers.
How does an operating system provide user interface?
Operating systems use a user interface to help users interact with applications programs and hardware. Originally, this was done with written commands, but now, most operating systems have made the switch to GUI.
How do operating systems help run applications?
Operating systems help run and load applications and are typically able to multitask as well. Although some don’t have this feature, the majority of operating systems are able to allow multiple applications to run at the same time.
What are the different features of an operating system?
Icons, pointers, windows, menus, tabs, dialogue boxes, help, and gesture control.
What are the different categories of operating systems?
Embedded operation systems (RTOS), stand-alone operating systems, and network operating systems.
What are real-time operating systems?
Embedded operation systems (RTOS), are stored entirely in the device. Usually designed for a specific application, embedded operating systems can control various small electronic devices.
What are stand-alone operating systems?
Stand-alone operating systems (desktop operating systems) control a desktop or laptop and are located on the computer’s hard disk. If a computer is connected to the network then the stand-alone operating system will work with the network to share and coordinate resources. Two examples of this are Apple macOS and Microsoft Windows.