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.
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.
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.
When did bill gates invent ms-dos?
qdos (quick dirty operating system) was created by seattle computing Microsoft bought qdos and created ibm-dos and dos 1.0 while trying to mimic the company cp/m or something to that degree. some or most people that i know would say he stole it even though he payed 50,000$ for the rights to qdos.
Diffirence between multiprogamming and multitasking?
Multitasking: The ability to execute more than one task at the same time is called multitasking. It involves only one CPU. Multiprogramming: The ability to execute more than one task but not simultaneously is called multiprogramming.
How many mac operating systems are there?
Essentially, one. That is OS X, including Snow Leopard, which is the most recent version (10.6). Older versions of OS X are still available however.
What is the difference between a server and a desktop operating system?
There are several operating systems for both servers and desktops. In some cases the difference between a server system and its desktop counterpart (if any) is small; in other cases very larger. Thus it is difficult to be concise. Very broadly, the differences are:
When a printer is without memory for whatever reason, the computer has to make its memory available and send the information to the computer in chunks. Chunking the transfer in this way will slow down the operation.
Kernal
What are the advantages and disadvantages for Nike of operating in LEDCs?
What are the basic functions of a network operating system?
basic functions of a network operating system?
What are the six most popular operating systems in computers?
TRON claims to be the worlds most used OS as it can be found on some phones (OLD), and many, many electronic products that we all use daily, basically anything with an lcd screen, anything electronic that makes sound, lights or some sort of output to you or an object. But we wont count that as nobody can confirm this, would take far too long. Oh, and its meant to be the kernel on most processors, even computer CPU's but there's no proof.
the most popular six are:
Windows XP
Windows 7
Mac OS X
Ubuntu (Linux-Based)
Unix-based OS (other than Linux OS's)
Other Linux OS
Can anyone explain what the different wires are in a home electrical system?
Can you be more specific?
No offense, but if you know this little you will not be able to learn much here. Go to your library or buy a how-to book at the home center. It will explain it in detail and be a valuable resource.
Hardware is assigned to one of two categories: the usual systems devices and their peripherals, and those devices that are part of information security control systems. The latter must be protected more thoroughly than the former, since networking subsystems are often the focal point of attacks against the system; they should be considered as special cases rather than combined with general hardware and software components.
Which operating system uses least resources xp or win 7?
Windows XP uses much few resources than Windows 7.
Windows 7 System Requirements:
1 gigahertz (GHz) or faster 32-bit (x86) or 64-bit (x64) processor
1 gigabyte (GB) RAM (32-bit) or 2 GB RAM (64-bit)
16 GB available hard disk space (32-bit) or 20 GB (64-bit)
DirectX 9 graphics device with WDDM 1.0 or higher driver
Windows XP System Requirements:
How likely are you to lose files when upgrading to Windows 8?
If you are upgrading to Windows 8 from an older Windows version like Vista or 7 you should not lose any files as Windows has developed the transition to be nice and smooth. If you are clearing off the OS completely and manually installing Windows 8 then it is recommended to have a backup of your files.
Reformat the hard drive Reformat the hard drive
What is virtual memory and how the system controls the situation in the absence of it?
What is virtual memory and how the system controls the situation in the absence of it?
Characteristics of real time operating system?
The unique requirements of real-time operating systems can be characterized by five general areas and are discussed below:
Determinism: Determinism is concerned with the time it takes, delay time, for an operating system to acknowledge an interrupt. An operating system is deterministic to the extent in that the performance of operations are at fixed, predetermined times or within predetermined time intervals.
Responsiveness: Responsiveness is concerned with the time an operating system services an interrupt once an acknowledgement is received. There are three aspects of responsiveness which include the following:
1) The time required to initially handle the interrupt and being execution of the interrupt service routine (ISR).
2) The time required to perform the ISR which is generally dependent on the hardware platform.
3) Since an interrupt can be affected by the arrival of another interrupt the nesting effect is of interest.
User control: In real-time operating systems, the users have find-grained control over scheduling task priority. The user must have a complete understanding between hard and soft tasks and to specify relative priorities within each class. Several characteristics may be available for the user to specify in these systems, such as, the use of paging or process swapping, what processes must always be resident in main memory, what disk transfer algorithms are to be used, the various processes' priority bands, etc.
Reliability: In comparison to non-real-time operating systems, reliability of real-time operating systems is far more important since the system is responding to and controlling events in real time. Performance degradation or loss thereof may have catastrophic consequences, ranging from financial loss to major equipment damage and even loss of life. Non-real-time systems include, but not limited to, transient failure and processor failure in a multiprocessor system.
Fail-soft operation: The characterization of Fail-soft operation refers to the ability of a system to fail in such a way as to preserve as much capability and data as possible. In a real-time system, the system attempts to correct the problem or minimize its effects while continuing to run. Stability is an important aspect of fail-soft operation, and an example of stability is provided for clarity purposes. In cases where it is impossible to meet all task deadlines, the real-time system remains stable while meeting the most critical, highest-priority tasks even if some of the less critical task deadlines are not met. The following features are usually included in real-time operation systems: fast process or thread switch, small size, ability to respond to external interrupts quickly, multitasking with interprocess communication tools such as semaphores, signals, and events, use of special sequential files that can accumulate date at a safe rate, preemptive scheduling based on priority, minimization of intervals during which interrupts are disabled, primitives to delay tasks for a fixed amount of time and to pause/resume tasks, special alarms and time-outs, etc.
What is the Purpose of process control block diagram?
The purpose of process control block diagram is to make the process fast and accurate. It guides an engineer to achieve the target in time
What is the difference between multiuser multitasking and multiprocessing?
* Multiuser: A computer system the can handle more then one user at a time. Windows is not a multiuser OS. It can handle only one user at a time. * Multitasking: The ability of an OS to do more then one thing at atime. for instance, you can be downloading a large file and still use another program to do something, like write a book. * Multiprocessing: The chip in new computers is able to do more then one task at a time because there is more then one processing unit on/in the chip.
Yes, each process has its own private data segment that is not shared with other processes.
Processes can share executable code because the code does not get modified, but data is particular to the program that is using it, so it must be kept separate.