Operating system Interview questions - August 06, 2008 at 18:10
pm by Amit Satpute
The kernel is the essential center of a computer operating system, the core
that........
Read answer
The part of an Operating System that interprets commands and carries them
out.........
Read answer
In Unix and some other operating systems, a daemon is a computer program that
runs.........
Read answer
The basic functions of the OS wrt the process management are :........
Read answer
A connection used to transfer data between separate processes, usually on
separate computers. ........
Read answer
Tasks are usually assigned with priorities. At times it is necessary to run a
certain.........
Read answer
A semaphore is a variable. There are 2 types of semaphores:.........
Read answer
A mutex and the binary semaphore are essentially the same..........
Read answer
the types of memory in a computer system are: .........
Read answer
Virtual memory is an approach to make use of the secondary storage devices as an
extension.........
Read answer
Operating system Interview questions with answers posted on May
06, 2009 at 13:10 pm by Vidya Sagar
A certain capability within a specified time constraint is guaranteed by an
operating system called ‘real time operating system’.......
Read answer
Critical task completion on time is guaranteed by a hard real time system......
Read
answer
The tasks of real time operating system have 3 states namely, ‘running’,
’ready’, ‘blocked’...........
Read answer
The time between a device that generates an interrupt and the servicing of the
device that generated the interrupt is known as interrupt latency...........
Read answer
Priority inversion problems are eliminated by using a method called priority
inheritance...........
Read answer
In a loop a thread waits simply (‘spins’) checks repeatedly until the lock
becomes available............
Read answer
An operating system is an interface between hardware and software. OS is
responsible for managing and co-ordinating the activities of a computer
system..................
Read answer
OS performs an operation for storing and retrieving data from secondary storage
devices for use in main memory. Paging is one of such memory management
scheme.................
Read answer
- A program is a set of instructions that are to perform a designated task,
where as the process is an operation which takes the given instructions and
perform the manipulations as per the code...............
Read answer
Physical memory is the only memory that is directly accessible to the CPU. CPU
reads the instructions stored in the physical memory and executes them
continuously...............
Read
answer
Sockets: Socket is a part of OSI layer model. Communication among different
layers is performed through sockets. Application layer serves through some
sockets to the presentation layer and upper application layer................
Read answer
A program in execution is known as ‘process’. A program can have any number of
processes. Every process has its own address space..................
Read answer
The differences are as follows:NTFS:- Allows the access local
to Windows 2000, Windows 2003, Windows NT with service pack 4 and later
versions may get access for some file..................
Read answer
RAM: - Volatile memory - Electricity needs to flow
continuously - Program information is stored in RAM - RAM is read / write
memory..............
Read answer
DRAM – Dynamic Random Access Memory. One of the read / write memory. DRAM is
cheap and does the given task................
Read answer
Cache memory is RAM. The most recently processing data is stored in cache
memory. CPU can access this data more quickly than it can access data in
RAM................
Read answer
- The program syntax is checked by the compiler; where as the keywords of the
program is checked by the interpreter......................
Read answer
Job scheduling is an activity for deciding the time for a process to receive the
resources they request.
First Come First Served: In this scheduling, the job that is waiting for a long
time is served next................
Read answer
Real-time system is the study of hardware and software, which are subject to the
operational deadlines from event to the system response.................
Read answer
Dead lock is a situation of two or more processes waiting for each other to
finish their tasks. In this situation no progress or no advancement is
made...............
Read answer
Primary memory storages are temporary; where as the secondary storage is
permanent. Primary memory is expensive and smaller, where as secondary
memory is cheaper and larger................
Read
answer
Test OS Skills
Linux (27 questions)
C++ (20 questions)
Java part 1 (39 questions)
|