PGT Computer Science (Level-3), (HTET Exam 2022)Total Questions: 150131. In directed graph G(V, E) where V = {P, Q, R, S, T} and E = {PQ, RS, TP, PS, QR, PT, ST, QP, RQ, TS}, the vertex with maximum in-degree is ________ and vertex with maximum out-degree is ________ .A. P, SB. T, QC. Q, RD. S, PCorrect Answer: D. S, P132. In MS-PowerPoint-2007, size of a slide can be set to A4 size using which of the following options?A. Home - layoutB. Design page setupC. View- slide masterD. Slide show - setupCorrect Answer: B. Design page setup133. Consider Column-I and Column-II in context of C++: Column-I Column-II (i) Private (a) Data type modifier (ii) Sizeof (b) Visibility specifier (iii) Static (c) Operator (iv) Long (d) Storage classMatch the Column-I and Column-II is: (i) (ii) (iii) (iv) A. (d) (c) (a) (b) B. (c) (d) (b) (a) C. (a) (d) (b) (c) D. (b) (c) (d) (a)A.B.C.D.Correct Answer: D.134. In context of 2-phase locking protocol in DBMS, a transaction issues lock requests in ________ phase and unclock requests in ________ phase.A. Growing, ShrinkingB. Shared, ExclusiveC. Wait, WoundD. Explicit, ImplicitCorrect Answer: A. Growing, Shrinking135. The Boolean expression F = (x . y'+x '. y +x . y') is equivalent to:A. x + y'B. x' + y'C. x' + yD. x + yCorrect Answer: B. x' + y'136. The _________ of weak entity set distinguishes among all those entities in the weak entity set that depends upon one particular strong entity.A. Primary keyB. DiscriminatorC. Identifying relationshipD. Candidate keyCorrect Answer: B. Discriminator137. Calculate number of page faults for reference string 3, 2, 4, 1, 3, 5, 2, 1, 7, 3, 0 considering four frames and eight pages of equal size and LRU page replacement technique:A. 3B. 4C. 5D. 6Correct Answer: C. 5138. In context of semaphores choose the option with valid codes for wait() and signal() functions:A. Wait (s) {while (s) < = 0; s + + } and signal (s) {s - -;}B. Wait (s) {while (s) <= 0; s --} and signal (s) {s + + ;}C. Wait (s) {s;} and signal (s) {while (s) < = 0; s++}D. Wait (s) {s + + ;} and signal (s) {while (s) < = 0; s - -;}Correct Answer: B. Wait (s) {while (s) <= 0; s --} and signal (s) {s + + ;}139. In context of software testing match of Column-I and Column-II is: Column-I Column-II (i) Integration Testing (a) Alpha Testing (ii) Unit Testing (b) Usability Testing (iii) Acceptance Testing (c) Data Flow Testing (iv) System Testing (d) Black Box Testing (i) (ii) (iii) (iv) A. (a) (b) (d) (c) B. (d) (c) (b) (a) C. (c) (d) (a) (b) D. (b) (d) (a) (c)A.B.C.D.Correct Answer: C.140. Which of the following pairs represents types of charts in MS-PowerPoint?A. Area, SurfaceB. Callout, VennC. Pyramid, MatrixD. Clip, SmartCorrect Answer: A. Area, SurfaceSubmit Quiz« Previous123456789101112131415Next »