What is the advantage of 64 bit over 32 bit operating systems?
The main advantage of a 64 bit operating system is that it can make use of all the features and performance of a modern 64 bit microprocessor. If you run a 32 bit operating system on a modern 64 bit microprocessor the operating system will not be able to make use of any 64 bit features of the microprocessor and the performance will not be what the microprocessor is capable of.
However a 64 bit operating system WILL NOT run at all on a 32 bit microprocessor (or one with a smaller word size) as the microprocessor does not implement the 64 bit features needed for the operating system to work.
Note: in the not too distant future microprocessor manufacturers will release 128 bit microprocessors, which will require 128 bit operating systems to use all the features and performance of these microprocessors.
Is Windows an operating system?
no, why donff 0-gf3tr9-u= GO DIE! I AM ANNOYED WITH STUPID PEOPLE LIKE YOUR MUM
When was the most recent windows operating system released?
The most recent Windows operating system was released on October 26, 2012. It was Windows 8, NT 6.2 (Build 9200). Since then NT 6.3 (Build 9364) has been released.
Embedded computers run on what operating system.?
A form of operating system (OS) is used in almost all contemporary embedded systems. This indicates that choosing that OS usually happens early in the design phase. This selection process presents difficulties for numerous developers.
What is the example of time sharing system?
One example of a time-sharing system is the bank's bankcard system, which allows hundreds of people to access the same program on the mainframe at the same time.
The Multics & Unix operating systems are time sharing Operating Systems
What is a way to identify which Windows operating system is currently installed?
To find the current OS, go so Start - Run - type into the box 'dxdiag', hit enter and it will tell you.
Google operates in California, USA.
Their workplace is called the 'Googleplex'.
Third generation computers used operating systems and which programming language?
The Dinosaur Code, it was established in 194798398383873843 BC
Single-threaded processes only have one thread of execution -- therefore it would not be possible to have two processes waiting for input at the same time.
What are pros and cons of GUI in Operating systems?
Some pros and cons of GUI in operating system are:
Pros:
-Easy to learn
-Harder to make mistakes
Cons:
-Slower if you know what you want done
What is lex in system software and assembly language programming subject in M.C.A?
M.C.A could be almost anything, maybe a name of a school or school department?
Lex (short for Lexical Analyzer)`is a specialized programming language that takes a set of specifications for how to scan text and find specific items in the text and generates C language source code that is compiled with other code to actually perform the work. The code generated can be used as part of a compilers lexical scan, scanning for specific words and symbols.
How to open ms dos in notepad?
You can't technically open MS DOS in notepad, but you can make files that MS DOS can use in notepad. For instance, you can create SYS, INI, BAT and others in notepad to make the computer do something, but MS DOS it self is dead. DOS will never die because of what it stands for. "Disk Operating System" You need a disk to run anything. Your hard drive is nothing more than a bunch of high tech cds spinning your files around.
Is an operating system responsible for managing processor time and memory allocation?
The processor time is a function of the processor. The memory allocation is a function of the operating system.
What is os strategies in operating system?
Strategies in this class address the problem of achieving commonality at the operating system interface. Again there are three approaches, which correspond to the three principal techniques:
We may achieve portability in part by use of a standard model for the facilities provided, and a standard format for the system calls which access system services.
We may port or retarget the operating system to the new environment (if all users agree to give up the old OS).
A bridge library may be used to translate the API presented by the OS into the form expected by the ported software.
Do all browsers work on all operating systems?
No. Web browsers work on the system they were built for. Many (most?) modern web browsers have built a 'flavor' for the major OS's (Mac, Windows, Linux) and also now have x86 or x64 editions available. You still can't just take any old browser installer and toss it on whatever type of machine you have.
Internet Explorer, owned my Microsoft, is not likely to ever be supported on Linux, even though IE for Mac was the default browser from 98 through 2003 (MS and Apple had a 5 year contract for MS to provide a browser that worked on Mac OS, Apple replaced IE with their own creation, Safari, at the end of the contract).
Others, like Firefox and Chrome, are not made by people with an ownership stake in an operating system and many of these folks like using a variety of Operating Systems and still have their favorite browsers with them.
Add Safari into that mix, and you'll find it's not officially supported on Linux, but there is of course a Windows version to help try to gain market share for it.
Then you get into older browsers, like Netscape Navigator, Slipknot, and older versions of browsers that are still being made (Internet Explorer 1.0, Firefox 1.0) and you'll find that they're not supported on anything, as they are past their life cycle and were designed for operating systems that are no longer in use (Windows 95/98/ME, Apple Mac OS 1/2/3 etc.) and even though they MIGHT run, at least partially, on current operating systems, they are bound to have errors, issues, or funkiness someplace. It's like saying since humans live on a planet, we can obviously live on Mars. Well, we might be able to do so, but not without some very extensive special accommodations being made.
6 Describe the differences between symmetric and asymmetric multiprocessing?
Asymmetric multiprocessing - In asymmetric multiprocessing (ASMP), the operating system typically sets aside one or more processors for its exclusive use. The remainder of the processors run user applications. As a result, the single processor running the operating system can fall behind the processors running user applications. This forces the applications to wait while the operating system catches up, which reduces the overall throughput of the system. In the ASMP model, if the processor that fails is an operating system processor, the whole computer can go down.
Symmetric mMultiprocessing - Symmetric multiprocessing (SMP) technology is used to get higher levels of performance. In symmetric multiprocessing, any processor can run any type of thread. The processors communicate with each other through shared memory.
SMP systems provide better load-balancing and fault tolerance. Because the operating system threads can run on any processor, the chance of hitting a CPU bottleneck is greatly reduced. All processors are allowed to run a mixture of application and operating system code. A processor failure in the SMP model only reduces the computing capacity of the system.
SMP systems are inherently more complex than ASMP systems. A tremendous amount of coordination must take place within the operating system to keep everything synchronized. For this reason, SMP systems are usually designed and written from the ground up.
Which tool allows you to interact with the operating system via a text interface?
Many Unix and Linux servers come without a graphical user interface, and the text mode interface is the default.
For those systems using a GUI, there is a 'terminal' tool that you can select from the menu to allow text interactions.
Example of round robin scheduling?
example on round robin problem in OS:
let here p1,p2,p3,p4 are some process and its burst time is given as:
P1=6
P2=8
P3=2
P4=4
time quantum=4 millisec
PROCESSES P1 P2 P3 P4 P1 P2
CPU CYCLES 0 4 8 10 14 16 20
SO in this example, a process cannot exceed more than 4 millisec. so each process is not exceeding more than 4 millisec. as p1 starting time is 0 ms and ending time is 4 ms then another process started at this time which also complete 4 cycles then another process p3 start which need only 2 cycles to complete its execution ,so goes only 2 cycles and finish its execution at time 14 and p4 complete its execution at 14 . now dis process will again started until all the process does not complete its execution remaining in the time quantum limit.
Operating System Zoo is a website that hosts disk images of free an open-source operating systems for use in virtual machines and emulators.
What are the benefits of interrupt driven operating system?
interrupts are used to ensure adequate service response times by the processing.
What Actions are taken by operating system when page fault occurs?
the OS handles it by writing a page fault interrupt handler. The first thing the page fault handler will need to do is to determine the address of the page fault; you can find out this address by calling the Get_Page_Fault_Address() function (prototype in
What are the advantages and disadvantages of operation buffering in operations management?
Operation buffering includes running interference in operations management. This includes parceling tasks to improve speed and efficiency. This allows cooperation and collaboration through the buffering agent for the benefit of the project.