PGT Computer Science (Level-3), (HTET Practice MCQs)Total Questions: 10051. If the primal Linear Programming problem has unbounded solution, then it's dual problem will haveA. feasible solutionB. alternative solutionC. no feasible solution at allD. no bounded solution at allCorrect Answer: C. no feasible solution at all52. Given the problem to maximizef(x), X = (x₁, x₂,.....xₙ) ( subject to m number of inequality constraints. g(x) ≤ bᵢ, i = 1, 2......m including the non-negativity constraints x ≥ 0. A.B.C.D.Correct Answer: D.53. The following Linear Programming problem has:A. Feasible solutionB. No feasible solutionC. Unbounded solutionD. Single point as solutionCorrect Answer: B. No feasible solution54. Given a flow graph with 10 nodes, 13 edges and one connected components, the number of regions and the number of predicate (decision) nodes in the flow graph will beA. 4, 5B. 5, 4C. 3, 1D. 13, 8Correct Answer: B. 5, 455. Function points can be calculated byA. UFP * CAFB. UFP * FACC. UFP * CostD. UFP * ProductivityCorrect Answer: A. UFP * CAF56. Match the following : List-I List-II (a) Data coupling (i) Module A and Module B have shared data (b) Stamp coupling (ii) Dependency between modules is based on the fact they communicate by only passing of data (c) Common coupling (iii) When complete data structure is passed from one module to another (d) Content coupling (iv) When the control is passed from one module to the middle of anotherCodes: (a) (b)(c) (d) A. (iii) (ii) (i) (iv) B. (ii) (iii) (i) (iv) C. (ii) (iii) (iv) (i) D. (iii) (ii) (iv) (i)A.B.C.D.Correct Answer: B.57. A process which defines a series of tasks that have the following four primary objectives is known as1. to identify all items that collectively define the software configuration. 2. to manage changes to one or more of these items. 3. to facilitate the construction of different versions of an application. 4. to ensure that software quality is maintai-ned as the configuration evolves over-time.A. Software Quality Management ProcessB. Software Configuration Management ProcessC. Software Version Management ProcessD. Software Change Management ProcessCorrect Answer: B. Software Configuration Management Process58. One weakness of boundary value analysis and equivalence partitioning isA. they are not effective.B. they do not explore combinations of input circumstances.C. they explore combinations of input circumstances.D. None of the above.Correct Answer: B. they do not explore combinations of input circumstances.59. Which once of the following is not a software myth?A. Once we write the program and get it to work, our job is done.B. Project requirements continually change, but change can be easily accommodated because software is flexible.C. If we get behind schedule, we can add more programmers and catch up.D. If an organization does not understand how to control software projects internally, it will invariably struggle when it outsources software projects.Correct Answer: D. If an organization does not understand how to control software projects internally, it will invariably struggle when it outsources software projects.60. Match the following with respect to relationship between objects and classes: List-I List-II (a) State diagram (i) Useful for both abstract modelling and for designing actual program (b) Object diagram (ii) Describes object classes (c) Class diagram (iii) Useful for documenting test cases (d) Instance diagram (iv) Describing the behaviour of a single class of objects.Codes: (a) (b) (c) (d) A. (iv) (i) (ii) (iii) B. (ii) (iii) (iv) (i) C. (iii) (iv) (ii) (i) D. (ii) (iv) (i) (iii)A.B.C.D.Correct Answer: A.Submit Quiz« Previous12345678910Next »