-
What is virtual memory?
A virtual memory is hardware technique where the system appears to have more memory that it actually does. This is done by time-sharing, the physical memory and storage parts of the memory one disk when they are not actively being used.
-
Describe different job scheduling in operating systems?
Scheduling is the activity of the deciding when process will receive the resources they request.FCFS: --- FCSFS stands for First Come First Served. In FCFS the job that has been waiting the longest is served next.Round Robin Scheduling: ---Round Robin scheduling is a scheduling method where each process gets a small quantity of time to run and then it is preempted and the next process gets to run....
-
-
-
What is starvation and aging?
Starvation: Starvation is a resource management problem where a process does not get the resources it needs for a long time because the resources are being allocated to other processes. Aging: Aging is a technique to avoid starvation in a scheduling system. It works by adding an aging factor to the priority of each request. The aging factor must increase the request’s priority as time passes and...
-
What is a Real-Time System?
A real time process is a process that must respond to the events within a certain time period. A real time operating system is an operating system that can run real time processes successfully
-
-
-
-
-
-
-
-
Page File and Virtual Memory
Describe the relationship between a page file, and virtual memory on a Windows operating systems.
-
-
What is the meaning of Register and Main memory(RAM) ?
And give the difference between them
-
Active Directory User Accounts
can we create Multiple User Accounts in Active Directory in a single shot? if So what is the command or tool used?
-
-
What do you mean by deadlock?
Deadlock is a situation where a group of processes are all blocked and none of them can become unblocked until one of the other becomes unblocked.The simplest deadlock is two processes each of which is waiting for a message from the other.
-
Give an example of microkernel?
Amoeba, WinNT, Minix
Windows Interview Questions
Ans