Computer Science, asked by robinsontelewa, 11 months ago

Explain desirable features of operating system

Answers

Answered by Anonymous
0
Single- and multi-tasking

A single-tasking system can only run one program at a time, while a multi-tasking operating system allows more than one program to be running in concurrency. This is achieved by time-sharing, dividing the available processor time between multiple processes that are each interrupted repeatedly in time slices by a task-scheduling subsystem of the operating system. Multi-tasking may be characterized in pre-emptive and co-operative types. In pre-emptive multitasking, the operating system slices the CPU time and dedicates a slot to each of the programs. Unix-like operating systems, e.g., Solaris, Linux, as well as AmigaOS support pre-emptive multitasking. Cooperative multitasking is achieved by relying on each process to provide time to the other processes in a defined manner. 16-bit versions of Microsoft Windows used cooperative multi-tasking. 32-bit versions of both Windows NT and Win9x, used pre-emptive multi-tasking.

Single- and multi-user

Single-user operating systems have no facilities to distinguish users, but may allow multiple programs to run in tandem. A multi-user operating system extends the basic concept of multi-tasking with facilities that identify processes and resources, such as disk space, belonging to multiple users, and the system permits multiple users to interact with the system at the same time. Time-sharing operating systems schedule tasks for efficient use of the system and may also include accounting software for cost allocation of processor time, mass storage, printing, and other resources to multiple users.

Distributed

A distributed operating system manages a group of distinct computers and makes them appear to be a single computer. The development of networked computers that could be linked and communicate with each other gave rise to distributed computing. Distributed computations are carried out on more than one machine. When computers in a group work in cooperation, they form a distributed system.

Templated

In an OS, distributed and cloud computing context, templating refers to creating a single virtual machine image as a guest operating system, then saving it as a tool for multiple running virtual machines. The technique is used both in virtualization and cloud computing management, and is common in large server warehouses.

Embedded

Embedded operating systems are designed to be used in embedded computer systems. They are designed to operate on small machines like PDAs with less autonomy. They are able to operate with a limited number of resources. They are very compact and extremely efficient by design. Windows CE and Minix 3 are some examples of embedded operating systems.

Real-time

A real-time operating system is an operating system that guarantees to process events or data within a certain short amount of time. A real-time operating system may be single- or multi-tasking, but when multitasking, it uses specialized scheduling algorithms so that a deterministic nature of behaviour is achieved. An event-driven system switches between tasks based on their priorities or external events while time-sharing operating systems switch tasks based on clock interrupts.

Library

A library operating system is one in which the services that a typical operating system provides, such as networking, are provided in the form of libraries. These libraries are composed with the application and configuration code to construct uni kernels – which are specialized, single address space, machine images that can be deployed to cloud or embedded environments.

Hope it'll help you
Answered by Anonymous
20

Features of Operating system:

  1. Resource the allocation of memory
  2. Protects the information and data inside the computer system
  3. Manages the memory
  4. Virtual multitasking
  5. Program execution
  6. Allows computer system with network
  7. Installs the connection between User and Computer.

Operating system is a system software that manages the software resources, Hardware devices and provides the common application services for computer system. Operating system installs the connection between Humans and Computers. Because of operating system only, we can perform work and give instructions to the computer.

In short, Operating system is a system software that creates the interface between computer and user. Operating system helps us to communicate with computers without knowing their language. It is not easy to use a computer system, mobile, TV any digital device without having operating system in it.

Operating system provides common services to computer system like File search, Calculator, Various in built apps, Word, PowerPoint and excel etc. Due to which, it becomes easy to use a computer system. If we use a computer system without OS, then we will just seeing Binary codes on our screen. Which aren't easy to get understood.

Functions of Operating system:

  • Memory Management
  • File Management
  • Device Management
  • I/O management
  • Networking
  • Security
  • Processor Management
  • Secondary storage management
  • Common interpretation

Types of Operating system:

  • Multiprocessing OS
  • Multitasking OS
  • Batch OS
  • Mobile OS
  • Network OS
  • Distributed OS
  • Real Time OS

What is 32 Bit and 64 Bit ?

32 Bits system can handle ram only 3.2 GB of ram. 32 Bits system processes the data simultaneously and output in given in seconds. This systems required 32 bit CPU and OS.

64 Bits systems can handle ram up to 17 Billion GB. This systems processes the data in the bit of second. This are very simultaneous systems. This systems 64 bit CPU and OS.

Popular Operating systems for computer system:

  • Windows - Versions: Windows 10, 8, 7, XP, 98...
  • Apple OS - Versions: Mojave, Catalina, Mac OS X
  • Linux - Versions - Red Hat, KDE....
  • Ubuntu
  • Chrome OS
  • Fedora
Similar questions