Operating System Interview Questions and Answers
Operating System Interview Questions and Answers
!
- Short for Graphical User Interface, a GUI Operating System contains graphics and icons
and is commonly navigated by using a computer mouse. See our GUI dictionary definition for a
complete definition. Below are some examples of GUI Operating Systems.
System 7.x
Windows 98
Windows CE
"#- A multi-user Operating System allows for multiple users to use the same computer
at the same time and/or different times. See our multi-user dictionary definition for a complete
definition for a complete definition. Below are some examples of multi-user Operating Systems.
Linux
Unix
Windows 2000
Windows XP
Mac OS X
" $- An Operating System capable of supporting and utilizing more than one
computer processor. Below are some examples of multiprocessing Operating Systems.
Linux
Unix
Windows 2000
Windows XP
Mac OS X
"% - An Operating system that is capable of allowing multiple software processes to
run at the same time. Below are some examples of multitasking Operating Systems.
Unix
Windows 2000
Windows XP
Mac OS X
" - Operating systems that allow different parts of a software program to run
concurrently. Operating systems that would fall into this category are:
Linux
Unix
Windows 2000
Windows XP
Mac OS X
- 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 possibly conflicting requests for resources the operating system must
decide which requests are allocated resources to operating the computer system efficiently and
fairly. Also operating system is control program which controls the user programs to prevent
errors and improper use of the computer. It is especially concerned with the operation and
control of I/O devices.
-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 latter is available.
"
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 they are not actively being used.
c
''$&+ '"#
- 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
- Fragmentation occurs in a dynamic memory allocation system when many of the free blocks
are too small to satisfy any request. External Fragmentation: External Fragmentation happens
when a dynamic memory allocation algorithm allocates some memory and a small piece is left
over that cannot be effectively used. If too much external fragmentation occurs, the amount of
usable memory is drastically reduced. Total memory space exists to satisfy a request, but it is not
contiguous. Internal Fragmentation: Internal fragmentation is the space wasted inside of
allocated memory blocks because of restriction on the allowed sizes of allocated blocks.
Allocated memory may be slightly larger than requested memory; this size difference is memory
internal to a partition, but not being used
$$
- 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.
"#
- 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