answersLogoWhite

0

📱

Operating Systems

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

4,423 Questions

Is a multiuser operating system also described as a network operating system?

Yes, a multiuser operating system is also described as a network operating system.

Which operating system is used by Google?

Internally, Google uses a variety of operating systems including Windows, OSX, Linux, Android, and ChromeOS. Google's preferred flavor of Linux for server hosting is a descendant of Ubuntu, called Goobuntu.

What are the types of system program?

compiler

linker

loader

macroprocessor

assembler

What are the popular multiprocessor thread scheduling strategies?

Load Sharing: Processes are not assigned to a particular processor. A global queue of threads is maintained. Each processor, when idle, selects a thread from this queue.

Gang Scheduling: A set of related threads is scheduled to run on a set of processors at the same time, on a 1-to-1 basis. Closely related threads / processes may be scheduled this way to reduce synchronization blocking, and minimize process switching. Group scheduling predated this strategy.

Dedicated processor assignment: Provides implicit scheduling defined by assignment of threads to processors. For the duration of program execution, each program is allocated a set of processors equal in number to the number of threads in the program. Processors are chosen from the available pool.

Dynamic scheduling: The number of thread in a program can be altered during the course of execution.

Why do you have to activate a DHCP scope?

A DHCP (Dynamic Host Configuration Protocol) scope defines the valid pool of IP addresses that can be assigned to the network. You need to activate a DHCP scope so that the IP addresses that are issued (or leased) to the client devices will be compatible with the network configuration. If a client is issued an invalid IP address it will not be able to communicate on the network.

List of common operating system?

Windows OS:

Windows 7

XP

Vista

Mac:

OSX Lion

Leopard

Chromebook:

Chrominium

Others:

Ubuntu

What is the difference between an operating system with a text-based user interface and GUI-based operating system?

A Text Based OS is a OS like MSdos just plain old text and commands But Now Newer Operating Systems Came Out.

A GUI OS is like mac, Windows 7, But Boots With a little help from MSdos.

You can still download linux text based OSs But It is mosty meant for servers.

What Is an older and seldom used operating system that is text based?

DOS (Disk Operating System). The software that made Microsoft the monster it is today.

Why do you prefer using API over system call to execute services or routines of operating system?

simplicity & portability, especially if POSIX API is used as many totally different OSs support this API. using native OS calls would result in nonportable code.

What is the difference between a kernel and shell?

A shell is any of various objects resembling such a covering, as in shape or in being more or less concave or hollow and a kernel is the softer, usually edible part contained in the shell of a nut or the stone of a fruit.

Some advantages of having the operating system stored on backing store rather than in ROM?

Ok, it doesn't take Einstein to realise that ROM cannot be updated. So if you want the ability to upgrade an operating system, it can't be on ROM. Also consider disk costs v memory costs. Again, you do not need to be a Nobel Prize winner to figure it out.

Prove that windows is a single user or multi user operating system?

it is surely a multi user operating system or you cant have your own account and even there will be no guest account either

What are page faults?

In computer storage technology, a page is a fixed length block of memory that is used as a unit of transfer between physical memory and external storage like a disk, and a page fault is an interrupt (or exception) to the software raised by the hardware, when a program accesses a page that is mapped in address space, but not loaded in physical memory.

Do operating systems are used in calculators?

Operating systems are used in caculators. Operating systems act as a layer between applications and the hardware allowing for smooth operations between the two.

What is page stealing in operating system?

Some Operating Systems periodically look for pages that have not been recently referenced and add them to the Free page queue, after paging them out if they have been modified.

What group can you use to paste and copied text into a document?

the group is called documents for students it will work just go on the internet and it give it to you ii promise......

What was the last version of MS-DOS?

MS-DOS 6.22 was the last stand-alone version of MS-DOS. Some believed that MS-DOS 7.0 was the last version of MS-DOS since Windows 95 reported MS-DOS as MS-DOS 7.0. However, this was just a shell in Windows and not a stand-alone version of MS-DOS.

What is the difference between an open-source and a closed-source operating system?

Open-source means the source code is available to the end-user. The user can modify and change it, following the guidelines in the accompanying license.

Close-source means that the source code is held by the developer, and only they can make any changes or study it.

Is Microsoft XP professional operating system a product or service?

It is a product. A product is something you own. A service is something you subscribe to.

Which line of operating systems split into two lines only to merge again later?

Unix is one of the operating systems that split into two line only to merge again later. CP/M is another one of the operating systems as well.