PGT Computer Science (Level-3), (HTET Practice MCQs) (Part-II)Total Questions: 10071. A virtual memory based memory management algorithm partially swaps out a process. This is an example ofA. short term schedulingB. long term schedulingC. medium term schedulingD. mutual exclusionCorrect Answer: C. medium term scheduling72. Assuming that the disk head is located initially at 32, find the number of disk moves required with FCFS if the disk queue of I/O block requests are 98, 37, 14, 124, 65, 67:A. 310B. 324C. 320D. 321Correct Answer: D. 32173. Let the page fault service time be 10 milli-second(ms) in a computer with average memory access time being 20 nanosecond(ns). If one page fault is generated for every 10⁶ memory accesses, what is the effective access time for memory?A. 21 nsB. 23 nsC. 30 nsD. 35 nsCorrect Answer: C. 30 ns74. Consider the following UNIX command:sort <in> temp; head - 30 <temp; rm temр Which of the following functions shall be performed by this command?A. Sort, taking the input from "temp", prints 30 lines from temp and delete the file tempB. Sort the file "temp", removes 30 lines from temp and delete the file tempC. Sort, taking the input from "in" and writing the output to "temp" then prints 30 lines from temp on terminal. Finally "temp" is removed.D. Sort, taking the input from "temp" and then prints 30 lines from "temp" on terminal. Finally "temp" is removedCorrect Answer: C. Sort, taking the input from "in" and writing the output to "temp" then prints 30 lines from temp on terminal. Finally "temp" is removed.75. The mv command changesA. the inodeB. the inode-numberC. the directory entryD. both the directory entry and the inodeCorrect Answer: C. the directory entry76. The Software Maturity Index (SMI) is defined asA. SMI approaches 1B. SMI approaches 0C. SMI approaches -1D. None of the aboveCorrect Answer: A. SMI approaches 177. Match the following: List A (Models) List B (Applications) (a) Watson-Felix model (i) Failure intensity (b) Quick-Fix model (ii) Cost estimation (c) Putnam resource allocation model (iii) Project planning (d) Logarithmic-Poisson Model (iv) MaintenanceCodes: Option (a) (b) (c) (d) A. (ii) (i) (iv) (iii) B. (i) (ii) (iv) (iii) C. (ii) (i) (iii) (iv) D. (ii) (iv) (iii) (i)A.B.C.D.Correct Answer: D.78. __________ is a process model that removes defects before they can precipitate serious hazards.A. Incremental modelB. Spiral modelC. Cleanroom software engineeringD. Agile modelCorrect Answer: C. Cleanroom software engineering79. Equivalence partitioning is a ____________ method that divides the input domain of a program into classes of data from which test cases can be derived.A. White-box testingB. Black-box testingC. Orthogonal array testingD. Stress testingCorrect Answer: B. Black-box testing80. The following three golden rules:(i) Place the user in control (ii) Reduce the user's memory load (iii) Make the interface consistent are forA. User satisfactionB. Good interface designC. Saving system's resourcesD. None of theseCorrect Answer: B. Good interface designSubmit Quiz« Previous12345678910Next »