PGT Computer Science (Level-3), (HTET Practice MCQs) (Part-VI)Total Questions: 10011. In Distributed system, the capacity of a system to adapt the increased service load is called _________ .A. ToleranceB. ScalabilityC. CapabilityD. LoadingCorrect Answer: B. Scalability12. In _________ disk scheduling algorithm, the disk head moves from one end to other end of the disk, serving the requests along the way. When the head reaches the other end, it immediately returns to the beginning of the disk without serving any requests on the return trip.A. LOOКB. SCANC. C-LOOKD. C-SCANCorrect Answer: D. C-SCAN13. Suppose there are six files F1, F2, F3, F4, F5, F6 with corresponding sizes 150 KB, 225 KB, 75 KB, 60 KB, 275 KB and 65 KB respectively. The files are to be stored on a sequential device in such a way that optimizes access time. In what order should the files be stored?A. F5, F2, F1, F3, F6, F4B. F4, F6, F3, F1, F2, F5C. Fl, F2, F3, F4, F5, F6D. F6, F5, F4, F3, F2, F1Correct Answer: B. F4, F6, F3, F1, F2, F514. Which module gives control of the CPU to the process selected by the short-term schedular?A. DispatcherB. InterruptC. SchedularD. ThreadingCorrect Answer: A. Dispatcher15. Two atomic operations permissible on Semaphores are ________ and _________ .A. wait, stopB. wait, holdC. hold, signalD. wait, signalCorrect Answer: D. wait, signal16. Software does not wear-out in the traditional sense of the term, but software does tend to deteriorate as it evolves, because:A. Software suffers from exposure to hostile environments.B. Defects are more likely to arise after software has been used often.C. Multiple change requests introduce errors in component interactions.D. Software spare parts become harder to order.Correct Answer: C. Multiple change requests introduce errors in component interactions.17. Software re-engineering is concerned with:A. Re-constructing the original source code from the existing machine (low-level) code program and modifying it to make it more user-friendly.B. Scrapping the source code of a software and rewriting it entirely from scratch.C. Re-organising and modifying existing software systems to make them more maintainable.D. Translating source code of an existing software to a new machine (low-level) language.Correct Answer: C. Re-organising and modifying existing software systems to make them more maintainable.18. Which of the following is not a key issue stressed by an agile philosophy of software engineering?A. The importance of self-organizing teams as well as communication and collaboration between team members and customers.D. Loading B. Recognition that change represents opportunity.C. Emphasis on rapid delivery of software that satisfies the customer.D. Having a separate testing phase after a build phase.Correct Answer: D. Having a separate testing phase after a build phase.19. What is the normal order of activities in which traditional software testing is organized?(a) Integration Testing (b) System Testing (c) Unit Testing (d) Validation Testing Codes:A. (c), (a), (b), (d)B. (c), (a), (d), (b)C. (d), (c), (b), (a)D. (b), (d), (a), (c)Correct Answer: B. (c), (a), (d), (b)20. Which of the following testing techniques ensures that the software product runs correctly after the changes during maintenance?A. Path TestingB. Integration TestingC. Unit TestingD. Regression TestingCorrect Answer: D. Regression TestingSubmit Quiz« Previous12345678910Next »