set-12
601. Recognition of basic syntactic constructs through reductions, this task is performed by:
602. A grammar for a programming language is a formal description of:
603. ______ is a technique of temporarily removing inactive programs from the memory of a computer system:
604. ______ is a technique of improving the priority of processes waiting in the queue for CPU allocation:
605. ______ is the time required by a sector to reach below the read/write head:
606. Which of the following is the most general phase-structured grammar?
607. File record length:
608. The process is:
609. A program is passive while a process is:
610. A process is created and is initially put in the:
611. Exit() system call results in:
612. A thread is a:
613. Generally, we have user-level threads and:
614. IPCs can be done through:
615. RR scheduling is a preemptive version of:
616. A scheduling where in the jobs are allowed to move between the queues:
617. In RR Scheduling, a ready queue is treated as:
618. FIFO scheduling is:
619. The indefinite blocking of low-priority processes by high-priority processes is known as:
620. The technique of gradually increasing the priority of processes that wait in the system for a long time is called:
621. The main objective of scheduling is:
622. The total time elapsed from the time the job is submitted (or process is created) to the time the job (or process) is completed is called:
623. ______ is defined as the average fraction of time during which the CPU is busy, executing either user programs or system modules:
624. In ______ scheduling, if once a process has been allocated CPU, then the CPU cannot be taken away from that process:
625. In ______, the CPU can be taken away before the completion of the process:
626. “If there are n-processes in a ready queue and the time quantum is ‘q’ time intervals, then each process gets ‘1/n’, of the CPU time in the chunks of at most ‘q’ units of time. Each process will have to wait for (n -1) x q time unit until its next time quantum comes in” This principle is suitable for which one of the following:
627. Process can be in one of the following states:
628. Process is:
629. Process is:
630. The high paging activity is called:
631. The process of merging adjacent holes to form a single larger hole is called as:
632. The degree of multiprogramming is controlled by:
633. Thrashing occurs:
634. Boundary registers:
635. A scheduling algorithm is fair:
636. A critical region:
637. In one of the deadlock prevention methods, impose a total ordering of all resource types, and require that each process requests resources in an increasing order of enumeration. This violates the ______ condition of deadlock:
638. Semaphore can be used for solving:
639. The hardware mechanism that enables a device to notify the CPU is called:
640. ______ begins at the root and follows a path down to the specified file:
641. Process state is a part of:
642. Virtual memory is commonly implemented by:
643. Paging:
644. Which of the following is a criterion to evaluate a scheduling algorithm?
645. Which of the following is contained in Process Control Block (PCB)?
646. With the round-robin CPU scheduling in a time-shared system:
Last updated