-
Common Functions of Interrupts?
->Interrupt transfers control to the interrupt service routine generally, through the interrupt vector, which contains the addresses of all the service routines.->Interrupt architecture must save the address of the interrupted instruction.->Incoming interrupts are disabled while another interrupt is being processed to prevent a lost interrupt.->A...
-
Difference between Primary storage and secondary storage?
Main memory: – only large storage media that the CPU can access directly.Secondary storage: – extension of main memory that provides large nonvolatile storage capacity.
-
While running DOS on a PC, which command would be used to duplicate the entire diskette?
diskcopy Java Thread States
-
What is CPU Scheduler?
->Selects from among the processes in memory that are ready to execute, and allocates the CPU to one of them.->CPU scheduling decisions may take place when a process:1.Switches from running to waiting state.2.Switches from running to ready state.3.Switches from waiting to ready.4.Terminates.->Scheduling under 1 and 4 is nonpreemptive.->All other scheduling is preemptive.
-
What is Memory-Management Unit (MMU)?
->Hardware device that maps virtual to physical address.In MMU scheme, the value in the relocation register is added to every address generated by a user process at the time it is sent to memory.->The user program deals with logical addresses; it never sees the real physical addresses.
-
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:...
-
Root Directory
The root directory of disk should be placed 1. at a fixed address in main memory 2. at a fixed location on disk 3. anywhere on the disk 4. at a fixed location on the system disk
-
-
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
-
-
-
-
-
-
-
-
-
-
How does virus affects computer ?
Explain about Unix and Windows Virus details
-
Assembler, Loader, Linker
What is the logic of the conversion of a source code of a program into its object code? What has the loader and linker's function after that?
Windows Interview Questions
Ans