-
-
-
What is cache memory?
Cache memory is random access memory (RAM) that a computer microprocessor can access more quickly than it can access regular RAM. As the microprocessor processes data, it looks first in the cache memory and if it finds the data there (from a previous reading of data), it does not have to do the more time-consuming reading of data from larger memory.
-
-
-
-
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
-
Starvation
What is Starvation? How starvation is avoided in UNIX and WINDOWS Operating System?
-
Advantage of Variant of Linked Location
What are the advantage of the variant of linked location that uses a fat to chain to gether the blockes of the files?
-
-
Domain Security Settings and Domain Controller Security Settings
What is difference between the domain security settings and domain controller security settings in windows server 2003 standard edition?
-
What's new in Windows 2008 server?
What is deference windows 2000 server and windows 2003 server?What is deference windows 2000 pro and windows xp pro?what is new in windows 2008 server?
-
Multi-Tasking Multi-Processing
What are the differences between multiprocessing and multitasking systems? Give Examples for both?
-
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?
-
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.
-
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.
-
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...
-
-
Windows Interview Questions
Ans