|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
real time system requires high availabity
Create Date
:
Monday, April 28, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
Dispatcher module gives control of the CPU to the process selected by the short-term scheduler; this involves
Create Date
:
Monday, April 28, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
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 non-preemptive. All
other scheduling is preemptive.
Create Date
:
Monday, April 28, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
Switching the CPU to another process requires saving the state of the
old process and loading the saved state for the new process.
Create Date
:
Monday, April 28, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
Hard disk is the secondary storage device, which holds the data in
bulk, and it holds the data on the magnetic medium of the disk.Hard
disks have a hard platter that holds the magnetic medium, the magnetic
medium can be easily erased and rewritten, and a typical desktop
machine will have a hard disk with a capacity of between 10 and 40
gigabytes. Data is stored onto the disk in the form of files.
Create Date
:
Monday, April 28, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
Thrashing is caused by under allocation of the minimum number of pages
required by a process, forcing it to continuously page fault. The
system can detect thrashing by evaluating the level of CPU utilization
as compared to the level of multiprogramming. It can be eliminated by
reducing the level of multiprogramming.
Create Date
:
Monday, April 28, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
Cache memory is random access memory (RAM) that a computer
microprocessor can access more quickly than it can access regular RAM.
Create Date
:
Monday, April 28, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
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
operating system to finish any request made of it. A soft real time
system where a critical real-time task gets priority over other tasks
and retains that priority until it completes. As in hard real time
systems kernel delays need to be bounded
Create Date
:
Monday, April 28, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
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 computer
or an advanced jet airplane. Often used as a control device in a
dedicated application such as controlling scientific experiments,
medical imaging systems,industrial control system, and some display systems. Real-Time systems may be either hard or soft real-time. Hard real-time:
Secondary storage limited or absent, data stored in short term memory,
or read-only memory (ROM), Conflicts with time-sharing systems, not
supported by general-purpose operating systems. Soft real-time: Limited utility in industrial control of robotics, Useful in applications (multimedia, virtual reality) requiring advanced operating-system features.
Create Date
:
Monday, April 28, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
When a process requests an available resource, system must decide if
immediate allocation leaves the system in a safe state. System is in
safe state if there exists a safe sequence of all processes. Deadlock
Avoidance: ensure that a system will never enter an unsafe state.
Create Date
:
Monday, April 28, 2008
Click here
to improve the Interview Question, Answer and other fields.