Operating system controls and coordinates the use of the hardware among the various applications programs for various uses. Operating system acts as resource allocator and manager. Since there are many
Latest Answer : User View:
1) OS is designed for the EASE OF USE, an interface between the hardware and
users.
2) For maximizing Resource Utilization: CPU time , memory and i/o is used
efficiently
System View:
1) Resource Allocator
2) Control Program: manages ...
Explain briefly about, processor, assembler, compiler, loader, linker and the functions executed by them?
Processor:--A processor is the part a computer system that executes instructions .It is also called a CPU Assembler: -- An assembler is a program that takes basic computer instructions and converts
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
Latest Answer : RTS like embedded system work in real time, like robort work on RTS. Windows CE is RTOS. ...
A hard real-time system guarantees that critical tasks complete on time. This goal requires that all delays in the system be bounded from the retrieval of the stored data to the time that it takes the
A real time operating system has well defined fixed time constraints. Process must be done within the defined constraints or the system will fail. An example is the operating system for a flight control
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
Latest Answer : Virtual memory is a memory management technique used for handling programs/data files larger than the physical memory of the system.Op.system loads as much data as possible into its main memory (RAM). when it has to load the remaining data (it may be ...
What are the difference phases of software development or software life cycle?Ans Specification of the taskDesign of algorithmsImplementation (coding)Testing and debuggingMaintenance and evolution of the systemObsolescence
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
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
Paging is solution to external fragmentation problem which is to permit the logical address space of a process to be noncontiguous, thus allowing a process to be allocating physical memory wherever the