Question:
What is operating system? Explain the function of operating system.?
1970-01-01 00:00:00 UTC
What is operating system? Explain the function of operating system.?
Eleven answers:
2016-04-07 08:30:11 UTC
For the best answers, search on this site https://shorturl.im/axspA



1)An Operating System (OS) is an interface between hardware and user which is responsible for the management and coordination of activities and the sharing of the resources of the computer that acts as a host for computing applications run on the machine. As a host, one of the purposes of an operating system is to handle the details of the operation of the hardware. This relieves application programs from having to manage these details and makes it easier to write applications. Almost all computers (including handheld computers, desktop computers, supercomputers, video game consoles) as well as some robots, domestic appliances (dishwashers, washing machines), and portable media players use an operating system of some type.[1] Some of the oldest models may, however, use an embedded operating system that may be contained on a compact disk data storage device. Operating systems offer a number of services to application programs and users. Applications access these services through application programming interfaces (APIs) or system calls. By invoking these interfaces, the application can request a service from the operating system, pass parameters, and receive the results of the operation. Users may also interact with the operating system with some kind of software user interface (SUI) like typing commands by using command line interface (CLI) or using a graphical user interface (GUI, commonly pronounced “gooey”). For hand-held and desktop computers, the user interface is generally considered part of the operating system. On large multi-user systems like Unix and Unix-like systems, the user interface is generally implemented as an application program that runs outside the operating system. (Whether the user interface should be included as part of the operating system is a point of contention.) 2)The BIOS is short for Basic Input/Output System. By definition, it is the interface between software and hardware that allows software and hardware to communicate and interact with each other. The BIOS is made up of everything that allows software and hardware to interact with each other. While you may think that the BIOS only exists in the form of the motherboard BIOS, it is actually the combination of the motherboard BIOS, the BIOS of all add-on cards in the system, as well as their device drivers. Most of the times,many never think about what actually goes on when they do something on the computer. To most people, whenever they command the computer to do something, it just does it. No questions asked. It not just simple as that. Behind the facade of the user-friendly GUI (Graphical User Interface), many things have to be done by the system for the command to be carried out. Lets say the computer system have three separate layers that communicate with each other through different interfaces. Application>API>Operating system> BIOS interface>Hardware In the layered system, the application is the highest level. It cannot directly interact with the hardware. It can only communicate with the operating system through the API or Application Program Interface. The API is a set of common functions that the application calls upon to get the operating system to do what it wants. Because the API is operating system-specific, it differs from operating system to operating system. However, irrespective of the operating system, the API allows the application to get the job done without knowing how the operating system does it. The application doesn't need to know anything about the computer's hardware. The BIOS layer allows the operating system to support all manners of hardware. Each piece of hardware comes with its own BIOS and/or driver, which become part of the system's BIOS. Therefore, the BIOS layer is dynamic and changes to match the computer's hardware configuration. It serves to mask the differences between different hardware by presenting a common interface to the operating system. The operating system only needs to know how to communicate with the BIOS layer. It is up to the BIOS layer to translate the operating system commands into action by the hardware. Without the BIOS layer, there's no way the operating system can access the hardware layer. The BIOS layer is the operating system's key to the hardware layer. That's how important the BIOS layer is in the computer system. The operating system then communicates to the BIOS what it needs to carry out the application's request. The operating system never communicates directly with the hardware. 3)A driver typically communicates with the device through the computer bus or communications subsystem to which the hardware connects. When a calling program invokes a routine in the driver, the driver issues commands to the device. Once the device sends data back to the driver, the driver may invoke routines in the original calling program. Drivers are hardware-dependent and operating-system-specific. They usually provide the interrupt handling required fo
Tabish
2013-11-19 07:19:12 UTC
Definition



An operating system is a group of computer programs that coordinates all the activities among computer hardware devices. It is the first program loaded into the computer by a boot program and remains in memory at all times.

Functions of an operating system



The basic functions of an operating system are:



1.Booting the computer

2.Performs basic computer tasks eg managing the various peripheral devices eg mouse, keyboard

3.Provides a user interface, e.g. command line, graphical user interface (GUI)

4.Handles system resources such as computer's memory and sharing of the central processing unit

(CPU) time by various applications or peripheral devices

5.Provides file management which refers to the way that the operating system manipulates, stores,

retrieves and saves data.
2006-10-04 22:54:17 UTC
Also known as OS! The most important program that runs on a computer. Every general-purpose computer must have an operating system to run other programs. Operating systems perform basic tasks, such as recognizing input from the keyboard, sending output to the display screen, keeping track of files and directories on the disk, and controlling peripheral devices such as disk drives and printers.



For large systems, the operating system has even greater responsibilities and powers. It is like a traffic cop -- it makes sure that different programs and users running at the same time do not interfere with each other. The operating system is also responsible for security, ensuring that unauthorized users do not access the system.



Operating systems can be classified as follows:



multi-user : Allows two or more users to run programs at the same time. Some operating systems permit hundreds or even thousands of concurrent users.



multiprocessing : Supports running a program on more than one CPU.



multitasking : Allows more than one program to run concurrently.



multithreading : Allows different parts of a single program to run concurrently.



real time: Responds to input instantly. General-purpose operating systems, such as DOS and UNIX, are not real-time.

Operating systems provide a software platform on top of which other programs, called application programs, can run. The application programs must be written to run on top of a particular operating system. Your choice of operating system, therefore, determines to a great extent the applications you can run. For PCs, the most popular operating systems are DOS, OS/2, and Windows, but others are available, such as Linux.



As a user, you normally interact with the operating system through a set of commands. For example, the DOS operating system contains commands such as COPY and RENAME for copying files and changing the names of files, respectively. The commands are accepted and executed by a part of the operating system called the command processor or command line interpreter. Graphical user interfaces allow you to enter commands by pointing and clicking at objects that appear on the screen.



Hope the above helps!!
?
2016-03-14 01:38:19 UTC
Answering for others who lost their notes: Operating system functions: All input/output functions of the computer are controlled by the operating system. The OS manage use of the computer system, control of printers and moderns. The OS interacts with your hardware including DVD drive ,printer,sound and multimedia and many more. it creates a "user interface" so humans can interact with the system. The OS acts as an interface which translate human language into computer language, and helps you understand what you are doing (for instance in a program) without being a programmer! The OS takes information that you put in (like from your keyboard and your mouse) and processes it to do what you want it to do. An OS makes sure that your information is kept safe and in order on the hardware; the hard disk on your computer.
Pearl
2015-08-17 00:15:30 UTC
This Site Might Help You.



RE:

What is operating system? Explain the function of operating system.?

What is operating system? Explain the function of operating system.
yeskezchemsirer
2006-10-04 22:53:45 UTC
Operating System is the Software that is run on top of your computer to make it function. Windows is an operating system. It pretty much operates the system. There are other operating systems such as Unix, Linux , Mac OS X.

The most common OS is Windows XP.



It differs from software as software runs on top of an operating system.

You also can have 2 different types of interfaces for your operating system. A GUI (Graphical User Interface) which is what you see when you start your PC and are using Windows as windows is graphical. There are also CLI (COmmand Line Interface) This is usually UNIX based Operating Systems and also DOS ( of course there are distributions of UNIX and LINUX which have GUI shells such as Gnome and KDE)
2006-10-04 22:51:57 UTC
the function of operating system is to control hardware and to provide 'user interface' to a user
metallhd62
2006-10-04 22:51:42 UTC
operate = make it work

system = in this case, computer



it operates your system, strangely enough



computers need to be told what to do, short of you, the OS does that
Chris™
2006-10-04 22:50:54 UTC
It's the foundation software of a computer system, responsible for controlling and launching the installed applications and computer peripherals. Common operating systems include MS-DOS, Unix, OS/2, Macintosh, and Windows. It is the software that schedules tasks, allocates storage, handles the interface to peripheral hardware, and presents a default interface to the user when no application program is running.
mallimalar_2000
2006-10-04 22:57:10 UTC
(m)



An operating system (OS) is a software program that manages the hardware and software resources of a computer. A key component of system software, the OS performs basic tasks, such as controlling and allocating memory, prioritizing the processing of instructions, controlling input and output devices, facilitating networking, and managing files.



Modern general-purpose computers, including personal computers and mainframes, have an operating system (a general purpose operating system) to run other programs, such as application software. Examples of operating systems for personal computers include Microsoft Windows, Linux, Mac OS (Darwin), and Unix.



The lowest level of any operating system is its kernel. This is the first layer of software loaded into memory when a system boots or starts up. The kernel provides access to various common core services to all other system and application programs. These services include, but are not limited to: task scheduling, memory management, disk access, and access to hardware devices.



Apart from the kernel, an operating system is often distributed with system software that manages a graphical user interface (although Windows and Macintosh have integrated these programs into the operating system), as well as utility programs for tasks such as managing files and configuring the operating system. Oftentimes distributed with operating systems are application software that does not directly relate to the operating system's core function, but which the operating system distributor finds advantageous to supply with the operating system.



The delineation between the operating system and application software is not precise, and is occasionally subject to controversy. From commercial or legal points of view, the delineation can depend on the contexts of the interests involved. For example, one of the key questions in the United States v. Microsoft antitrust trial was whether Microsoft's web browser was part of its operating system, or whether it was a separable piece of application software.



Like the term "operating system" itself, the question of what exactly the "kernel" should manage is subject to some controversy, with debates over whether things like file systems should be included in the kernel. Various camps advocate microkernels, monolithic kernels, and so on.



Operating systems are used on most, but not all, computer systems. The simplest computers, including the smallest embedded systems and many of the first computers did not have operating systems. Instead, they relied on the application programs to manage the minimal hardware themselves, perhaps with the aid of libraries developed for the purpose. Commercially-supplied operating systems are present on virtually all modern devices described as computers, from personal computers to mainframes, as well as mobile computers such as PDAs and mobile phones.
hone
2016-10-07 08:59:33 UTC
Definition Of Operating System


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...