set-10
451. The function(s) of the file system is (are):
452. Moving a process from main memory to disk is called:
453. In order to allow only one process to enter its critical section, binary semaphores are initialized to:
454. The state transition initiated by the user process itself in an operating system is:
455. Which of the following terms refers to the degree to which data in a database system are accurate and correct?
456. The total time to prepare a disk drive mechanism for a block of data to be read from it is:
457. The paging rate:
458. Thrashing:
459. The computational technique used to compute the disk storage address of individual records is called:
460. Capacity planning:
461. In a multiprogramming system, a set of processes is deadlocked if each process in the set is waiting for an event to occur that can be initiated only by another process in the set. Which of the following is not one of the four conditions that are necessary for deadlock to occur?
462. Belady's anomaly occurs in:
463. The CPU, after receiving an interrupt from an I/O device:
464. Which of the following is not a characteristic of a daisy chaining priority control scheme?
465. An example of a system development program is:
466. Which of the following is not a part of the operating system?
467. If special forms are needed for printing the output, the programmer specifies these through:
468. Which of the following is not an advantage of multiprogramming?
469. The problem of thrashing is affected significantly by:
470. Logical extension of multiprogramming of operating system is:
471. Under multiprogramming, turnaround time for short jobs is usually...... and that for long jobs is slightly......
472. Remote computing service involves the use of time-sharing and......
473. Under which circumstances the scheduling scheme is non-preemptive:
474. Under which circumstances the scheduling scheme is preemptive:
475. ......gives control of the CPU to the process selected by the short-term scheduler.
476. Which of the following are the functions of the dispatcher?
477. Which of the following are CPU scheduling criteria?
478. Which of the following is true for the algorithms for allocating regions of contiguous memory?
479. The first-fit algorithm for allocating regions of contiguous memory does......
480. The best-fit algorithm for allocating regions of contiguous memory does......
481. Which of the following are scheduling algorithms:
482. Routine is not loaded until it is called. All routines are kept on disk in a reloadable load format. The main program is loaded into memory & is executed. This type of loading is called ______.
483. Which of the following is crucial time while accessing data on the disk?
484. The host repeatedly checks if the controller is busy until it is not. It is in a loop that status register’s busy bit becomes clear. This is called ______ and a mechanism for the hardware controller to notify the CPU that it is ready is called ______.
485. Unix Operating System is an ______.
486. Which of the following memory allocation scheme suffers from External fragmentation?
487. Information about a process is maintained in a ______.
488. Distributed OS works on the ______ principle.
489. The problem of fragmentation arises in ______.
490. Which file system does DOS typically use?
491. The program is known as ______ which interacts with the inner part of called kernel.
492. The time taken by the disk arm to locate the specific address of a sector for getting information is called ______.
493. Which file system does Windows 95 typically use?
494. Identify the odd thing in the services of operating system.
495. Cryptography technique is used in ______.
496. Which of the following is not an advantage of multiprogramming?
497. In ______ OS, the response time is very critical.
498. An optimal scheduling algorithm in terms of minimizing the average waiting time of a given set of processes is ______.
499. Real-time systems are ______.
500. Which technique was introduced because a single job could not keep both the CPU and the I/O devices busy?
501. Inter-process communication can be done through ______.
502. In Priority Scheduling, a priority number (integer) is associated with each process. The CPU is allocated to the process with the highest priority (smallest integer = highest priority). The problem of starvation (low priority processes may never execute) is resolved by ______.
503. CPU performance is measured through ______.
504. PCB = ______.
505. Software is a program that directs the overall operation of the computer, facilitates its use, and interacts with the user. What are the different types of this software?
506. A ______ is software that manages the time of a microprocessor to ensure that all time-critical events are processed as efficiently as possible. This software allows the system activities to be divided into multiple independent elements called tasks.
507. The primary job of the operating system of a computer is to ______.
508. With the round-robin CPU scheduling in a time-shared system ______.
509. Which of the following is a criterion to evaluate a scheduling algorithm?
510. Which of the following is contained in Process Control Block (PCB)?
511. Supercomputers typically employ ______.
512. Round-robin scheduling is essentially ______ the preemptive version of ______.
513. A page fault occurs.
514. Which of the following will determine your choice of systems software for your computer?
515. Let S and Q be two semaphores initialized to 1, where P0 and P1 processes the following statements: wait(S); wait(Q); —; signal(S); signal(Q) and wait(Q); wait(S); —; signal(Q); signal(S); respectively. The above situation depicts a ______.
516. What is a shell?
517. Routine is not loaded until it is called. All routines are kept on disk in a relocatable load format. The main program is loaded into memory & is executed. This type of loading is called ______.
518. In the blocked state:
519. What is the memory from 1K - 640K called?
520. The process related to process control, file management, device management, information about system and communication that is requested by any higher-level language can be performed by ______.
521. If the Disk head is located initially at 32, find the number of disk moves required with FCFS if the disk queue of I/O blocks requests are 98, 37, 14, 124, 65, 67.
522. Multiprogramming systems ______.
523. Which is not the state of the process?
524. The solution to the Critical Section Problem is: Mutual Exclusion, Progress, and Bounded Waiting.
525. The problem of thrashing is affected significantly by ______.
526. The state of a process after it encounters an I/O instruction is ______.
527. The number of processes completed per unit time is known as ______.
528. ______ is the situation in which a process is waiting on another process, which is also waiting on another process ... which is waiting on the first process. None of the processes involved in this circular wait are making progress.
529. Which technique was introduced because a single job could not keep both the CPU and the I/O devices busy?
530. The mechanism that brings a page into memory only when it is needed is called ______.
531. Switching the CPU to another Process requires saving the state of the old process and loading the new process state. This is called as ______.
532. Which directory implementation is used in most Operating Systems?
533. The Banker’s algorithm is used:
534. A thread:
535. ______ is a high-level abstraction over Semaphore.
536. A tree-structured file directory system ______.
537. Translator for low-level programming language were termed as:
538. Analysis which determines the meaning of a statement once its grammatical structure becomes known is termed as:
539. Load address for the first word of the program is called:
540. Symbolic names can be associated with:
541. The translator which performs macro expansion is called a:
542. Shell is the exclusive feature of:
543. A program in execution is called:
544. Interval between the time of submission and completion of the job is called:
545. A scheduler which selects processes from secondary storage device is called:
546. The scheduling in which CPU is allocated to the process with the least CPU-burst time is called:
547. The term ‘page traffic’ describes:
548. The “turn-around” time of a user job is the:
549. Which of the following can be used as a criterion for classification of data structures used in language processing?
550. Memory utilization factor shall be computed as follows:
550. Memory utilization factor shall be computed as follows:
Last updated