PGT Computer Science (Level-3), (HTET Practice MCQs) (Part-III)Total Questions: 10021. Match the following: List A (Logic Family) List B (Characteristics) (a) TTL (i) High component density (b) ECL (ii) Low power consumption (c) MOS (iii) Evolution of "diode-transistor-logic" (d) CMOS (iv) High speed digital circuitsCodes: Option (a) (b) (c) (d) A. (iii) (ii) (i) (iv) B. (i) (iv) (iii) (ii) C. (iii) (iv) (i) (ii) D. (i) (ii) (iii) (iv)A.B.C.D.Correct Answer: C.22. Match the following: List A (Concepts) List B (Definitions/Mechanisms) (a) Foreign keys (i) Domain constraint (b) Private key (ii) Referential integrity (c) Event control (iii) Encryption action model (d) Data security (iv) TriggerCodes: Option (a) (b) (c) (d) A. (iii) (ii) (i) (iv) B. (ii) (i) (iv) (iii) C. (iii) (iv) (i) (ii) D. (i) (ii) (iii) (iv)A.B.C.D.Correct Answer: B.Solution:θ23. When an array is passed as a parameter to a function which of the following statements is correct?A. The function can change values in the original arrayB. The function cannot change values in the original arrayC. Results in compilation errorD. Results in runtime errorCorrect Answer: A. The function can change values in the original array24. Suppose you want to delete the name that occurs before "Vivek" in an alphabetical listing. Which of the following data structures shall be most efficient for this operation?A. Circular linked listB. Doubly linked listC. Linked listD. DequeueCorrect Answer: B. Doubly linked list25. What is the worst case running time of Insert and Extract-min, in an implementation of a priority queue using an unsorted array? Assume that all insertions can be accommodated.A. θ(1), θ(n)В. θ(n), θ(1)C. θ(1), θ(1)D. θ(n), θ(n)Correct Answer: A. θ(1), θ(n)26. Trace the error:A. No errorB. Logical errorC. Syntax errorD. Semantic errorCorrect Answer: C. Syntax error27. Match the following: List A (Functions) List B (Descriptions) (a) calloc( ) (i) Fres previously allocated space (b) free( ) (ii) Modifie previously allocated space (c) malloc( ) (iii) Allocates space for array (d) realloc( ) (iv) Allocates requested size of spaceCodes: Option (a) (b) (c) (d) A. (iii) (i) (iv) (ii) B. (iii) (ii) (i) (iv) C. (iii) (iv) (i) (ii) D. (iv) (ii) (iii) (i)A.B.C.D.Correct Answer: A.28. Binary symmetric channel usesA. Half duplex protocolB. Full duplex protocolC. Bit oriented protocolD. None of the aboveCorrect Answer: A. Half duplex protocol29. Hamming distance between 100101000110 and 110111101101 isA. 3B. 4C. 5D. 6Correct Answer: D. 630. Given code word 1110001010 is to be transmitted with even parity check bit. The encoded word to be transmitted for this code isA. 11100010101В. 11100010100C. 1110001010D. 111000101Correct Answer: A. 11100010101Submit Quiz« Previous12345678910Next »