Frage 1
Frage
Which of the following page replacement algorithm use the technique of replace that page which is not used in the near future?
Antworten
-
Least Recently Used
-
Least Frequently Used
-
Optimal Page Replacement
-
First In First Out
Frage 2
Frage
A common programming construct for implementing mutual exclusion which uses condition variables is called
Antworten
-
Semaphore
-
Deadlock
-
Monitor
-
Locking interrupts
-
Threads
Frage 3
Antworten
-
Direct Management access
-
Direct memory access
-
Dual memory access
-
Data memory access
-
Dual memory array
Frage 4
Frage
Which of the following is in correct order of size, smallest first?
Antworten
-
Cylinder, track, sector
-
Cylinder, sector, track
-
Sector, track, cylinder
-
Sector, cylinder, track
-
Track, cylinder, sector
Frage 5
Frage
Which of the following is NOT a necessary condition for deadlock to occur?
Antworten
-
Mutual exclusion
-
Hold and wait
-
Wait and signal
-
Circular wait
-
Hold
Frage 6
Frage
The time required to move the disk head to the desired track is known as
Antworten
-
Access Time
-
Track Time
-
Latency Time
-
Seek Time
-
Block Time
Frage 7
Frage
A distributed system is a collection of processors that do not share_______.
Antworten
-
CPU
-
Memory
-
I/O devices
-
Network
-
File
Frage 8
Frage
The process of converting logical address into physical address is known as
Antworten
-
Conversion
-
Displacement
-
Relocation
-
Transfer
-
None of the above
Frage 9
Frage
In a segmentation scheme the logical memory will be divided into
Antworten
-
Pages
-
Frames
-
Blocks
-
Cells
-
Segments
Frage 10
Frage
Which of the technique is used to recover the process from starvation situation?
Antworten
-
Paging
-
Aging
-
Compaction
-
Starvation
-
Reduction
Frage 11
Frage 12
Frage
Redirection in pipes can be achieved by using
Frage 13
Frage
The PID of the kernel process is
Frage 14
Frage
Which of the following statements best explains a process?
Antworten
-
It is a program.
-
It is a program in execution.
-
It is an instance of a program in execution.
-
It is a program that uses system calls.
Frage 15
Frage
An incremental backup
Frage 16
Frage
In real-time operating systems, which of the following is the most suitable scheduling scheme?
Antworten
-
round-robin
-
first-come-first-served
-
preemptive
-
random scheduling
Frage 17
Frage
If there are 32 segments, each of size 1 K byte, then the logical address should have
Antworten
-
13 bits
-
14 bits
-
15 bits
-
16 bits
Frage 18
Frage
Which of the following refers to the associative memory?
Antworten
-
Address of the data is generated by the CPU
-
Address of the data is supplied by the users.
-
There is no need for an address ie the data is used as an address
-
Data are accessed sequentially
Frage 19
Frage
Mutual exclusion problem occurs between
Antworten
-
two disjoint processes that do not interact
-
processes that share resources
-
processes that do not use the same resource
-
None of these
Frage 20
Antworten
-
considered as critical part of operating system.
-
software which monitors operating system.
-
set of primitive functions upon which rest of operating system functions are built up.
-
none of the above.
Frage 21
Frage
Which of the following page replacement algorithms suffers from Belady`s anomaly?
Frage 22
Frage
Locality of reference implies that the page reference being made by a process
Antworten
-
will always be to the page used in previous page refernce
-
is likely to be one of the pages used in the last few page references
-
will always be one of the pages existing in memory
-
will always lead to a page fault
Frage 23
Frage
The time of admission of job to ready queue to completion is_______
Antworten
-
Turnaround time
-
Burst time
-
Response time
-
None of the above
Frage 24
Frage
which of the following is the command for the searching a pattern in a file
Frage 25
Frage
When fork() is given
Antworten
-
It creats a child process
-
Allocate slot in process table
-
returns 0 to parent & ID to child
-
All of the above