-
-
-
-
How does virus affects computer ?
Explain about Unix and Windows Virus details
-
What is DRAM? In which form does it store data?
DRAM is the Hershey's chocolate of readable/writable memory: it's not the best, but it's cheap, does the job, and is available almost everywhere you look. DRAM data resides in a cell made of a capacitor and a transistor. The capacitor tends to lose data unless it's recharged every couple of milliseconds, and this recharging tends to slow down the performance of DRAM compared to speedier RAM types....
-
Page File and Virtual Memory
Describe the relationship between a page file, and virtual memory on a Windows operating systems.
-
-
-
-
-
-
-
What is distributed Systems?
Distribute the computation among several physical processors.Loosely coupled system – each processor has its own local memory; processors communicate with one another through various communications lines, such as high-speed buses or telephone linesAdvantages of distributed systems:->Resources Sharing ->Computation speed up – load sharing ->Reliability->Communications
-
-
What resources are used when a thread created? How do they differ from those when a process is created?
When a thread is created the threads does not require any new resources to execute the thread shares the resources like memory of the process to which they belong to. The benefit of code sharing is that it allows an application to have several different threads of activity all within the same address space.Where as if a new process creation is very heavyweight because it always requires new address...
-
Define Demand Paging, Page fault interrupt, and Trashing?
Demand Paging: Demand paging is the paging policy that a page is not read into memory until it is requested, that is, until there is a page fault on the page. Page fault interrupt: A page fault interrupt occurs when a memory reference is made to a page that is not in memory.The present bit in the page table entry will be found to be off by the virtual memory hardware and it will signal an interrupt. Trashing:...
-
-
List of CPU Scheduling algorithms implemented in Windows Operating System
Hi As we all Know that the OS use various CPU Scheduling algorithm's. I would like to know what Algorithms are used in various OS(Specially in Windows OS) and the purpose.Thank You Julie
-
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