answersLogoWhite

0

📱

Operating Systems

Operating systems, both proprietary and open-source, include those produced by Microsoft, Linux, and Apple Mac

4,423 Questions

Which Operating System is using in blackberry?

Depending on your Blackberry device, you can choose the OS. To do so

What are the three basic operating system?

1.control programs

2.sytem service programs

3.utility programs

What are the benefits of single tasking?

Single-tasking allows all the resources of a system to be devoted to that single task.

Difference between office clipboard and system clipboard?

1. The major difference between the system Clipboard and Office clipboard is that the system Clipboard can retain only the most recently copy-pasted item (meaning it will replace the previous item when you copy a new one), but the Office clipboard will retain the last 24 items copied.

Disadvantages of operating system?

More Software Components

The more software components that comprise a system the greater chance of errors occuring.

Security

Providing easy distributed access increases the risk of a security breach occuring.

Networking

The underlying network can saturate or cause other problems.

What is traditional computing?

The traditional computer is a Desktop PC, with a monitor, keyboard and mouse. Also, some sort of internet connection.

What are the characteristics of disk operating system meaning?

Today, DOS is more historically important than anything.

DOS laid the foundation for the IBM PC to emerge in the PC market that at the time was still suffering from a total OS/platform/architecture war. It standardized soem technology in PCs such as the BIOS... however over the past couple of decades the BIOS has been rendered largely irrelevant to any processes on PCs for anythign beyond booting the system, and the past decade saw efforts to completely replace the BIOS with extensible firmware (UEFI).

So what makes DOS historically "important" is because it ended up allowing us to have PCs as we know them today, though only to a point. DOS's capabilities are limited without a lot of outside help, and even then DOS just can't really compare to any operating system with a genuine kernel at the core.

What is the best mobile phone operating system?

I would have to say that windows mobile is the best but for you apple lovers I would says iOS 4 for iPhone.

Who developed the system of interchangeable partss?

Eli Whitney (December 8, 1765 - January 8, 1825) was an American inventor best known as the inventor of the cotton gin. He is also known for creating and promoting the idea of interchangeable parts for the manufacture of firearms.
It wasn't a development as much as common sense. Parts designed for one item are used on another because it did not require any new engineering.

What in multiprogramming and time sharing?

Time-sharing and multiprogramming have various differences. However, these two environments share the feature whereby several users can use the system at the same time.

Are there virus free operating system?

Yes. A very large variety of operating systems are available free of cost, and many with source code available.

Operating systems available free of charge, for any purpose, with source available:
  • Linux - Unix-like OS
  • FreeBSD - Unix-like OS
  • OpenBSD - Unix-like OS
  • NetBSD - Unix-like OS
  • FreeDOS - MS-DOS clone
  • ReactOS - Windows 2000 / XP clone (in alpha, not suitable for daily use)
  • Haiku - BeOS clone (in alpha, not suitable for daily use)
  • AROS - AmigaOS clone (lacks a web browser and good device support)
  • KolibriOS - Floppy-size OS with a crude GUI
  • Syllable - general desktop OS; Amiga-like.
  • OpenSolaris - open-source codebase of Solaris (see below)
Operating systems available free of charge for personal use, without complete source:
  • Solaris 10 - Unix implementation from Sun Microsystems. Useful as workstation / server; lacks comprehensive hardware support.
  • BeOS Personal Edition - multimedia-oriented desktop; doesn't work on most newer computers.
  • DR-DOS - MS-DOS clone
  • MenuetOS - Floppy-sized OS with GUI.
  • QNX - realtime / embedded OS; highly responsive environment, though mostly lacking in applications (you were supposed to write your own!)
Answer:Why you buy costly OS from Microsoft or some other companies. There are some othe popular operating system that work same like Microsoft' OS. Most of the OS are freely available to download and run on private machines.

Some are

1. DOS

2. RxDOS

3. Ubuntu

4. ReactOS

etc

You can find and download more free OS from the link that I have posted in the related links with this question.

Why is it important to check the minimum system requirements when installing an operating system?

The operating system is loaded into the computers internal memory (RAM) at start-up.

The operating system needs to 'reserve' chunks of memory to enable it to perform its functions swiftly and accurately. If a computer doesn't have enough RAM, the computer cannot run the operating system efficiently, often using empty hard-disk space - which slows down the computer.

State why strict non-preemptive scheduling is unlikely to be used in a computer centre?

Once the CPU has been allocated to a process, the process keeps the CPU until it releases the CPU either by terminating or by switching to the waiting state. In a general purpose computer system, users share the CPU and care about system responsiveness. If the system uses non-preemptive scheduling, some users may sit before the monitor for several hours without doing anything other than waiting for the set of processes in front of them in the system queue to finish. So, strictly non-preemptive scheduling is unlikely to be used in a general purpose computer system.

How does a CLI differ from a GUI?

CLI is Command Line Interface

GUI is Graphical User Interface

CLI - You type commands into a prompt and the computer executes them.

GUI - You use a graphical interface and make selections with the mouse and the computer executes them.

CLI example: MS-DOS

GUI example: MS Windows XP

The most common operating system and the most common application software used?

The two most commonly used operating systems are Windows XP and Windows Vista. If you consider all versions of Windows to be the same product, then the most know about operating systems are windows and mac OS X but Linux is used more than mac.So the two most used operating systems are windows and mac. Microsoft even said that Linux is more of a threat than mac.

What is the main purpose of operating system?

It is the master of all the softwares, it control all other softwares for proper working.

User identification and authentication systems must support the minimum requirements of?

At the very minimum, user identification and authentication systems support user information. A way to protect against fraud is to require users of a web site to log in with personal information such as a screen name and password.

Is MSDOS a multi-tasking operating system?

Only in a very limited sense; the time of day clock ran all the time and printing could be done "in the background", but for most practical purposes no; for multi-tasking programmers had to write their own.

What is the difference between single user and multi user systems?

A single user System is a system used by a single user or we can say personal computer, thus all the resources are always available for the user to work on any

project,surfing the net,making programs using high level languages like C,C# etc.

But the limitation of a single user system is the wastage of CPU & resources ,when

the user is doing nothing on the system.

Multi-user System is intended to use the overall resources to maximum.We can say

a condition in which CPU has no idle time and always busy to execute programs so

frequently that it seems to interact with each user putting some job to do.Complexity increases with regard to multi-user systems because of resource sharing.