OSY msbte 22516 importabt questions with answers
OSY msbte 22516 importabt questions with answers
Applications:
Flight Control System
Simulations
Industrial control
Military applications
Draw process state diagram.
i)sleep
Syntax: sleep NUMBER[SUFFIX]…
sleep OPTION
ii) kill
Syntax: kill pid
Describe any four file attributes.
Process:
A process is a program in execution. Process is also called as
job, task or unit of work.
Process means a program in execution. Process execution
must progress in sequential order. It also called task. Task is a
single instance of an executable program.
Syntax: $ pwd
PWD command is used to display current working directory.
Example: $ pwd
Above example displays absolute pathname.
Output: /home/poly
Define CPU and I/O burst cycle.
Define IPC.
Creating a file
Writing a file:
Reading a file:
Repositioning within a file
Deleting a file
Appending new information to the end of the file
Renaming an existing file.
Advantages:
Throughput: Throughput increases because number of
processors is increases.
Cost: Multiprocessor system is cheaper than the processor
multiple single processor system.
Reliability: If one processor fails, it has no effect on whole
system operation.
Response time: Response time is less because of increased
number of processors
Disadvantages:
- Multiprocessor systems are more complex in both
hardware and software.
- Additional CPU cycles are required to manage the
cooperation, so per-CPU efficiency goes down.
Multiprocessor systems are of two types:
symmetric multiprocessing
asymmetric multiprocessing.
Define the term fragmentation in terms of
memory.