PGT Computer Science (Level-3), (HTET Exam 2018)Total Questions: 150121. Maximum channel utilization in case of pure ALOНА is:A. 39%B. 18%C. 27%D. 54%Correct Answer: B. 18%122. Which of the following is not supported in C++?A. Automatic garbage collectionB. Multiple inheritanceC. Smart pointerD. Virtual destructorCorrect Answer: A. Automatic garbage collection123. Which of the following operations requires two tables as input having a least one common column?A. SelectB. JoinC. ProjectionD. Cartesian productCorrect Answer: B. Join124. Which of the following is invalid C++ comment statement?A. /*//Comment/*/B. //*Comment*/C. /*Comment*\D. //CommentCorrect Answer: C. /*Comment*\125. URL stands for:A. Universal Resource LocationB. Universal Record LocatorC. Uniform Resource LocatorD. Uniform Record LocationCorrect Answer: C. Uniform Resource Locator126. Consider the following SQL query:SELECT title, name FROM Employee ORDER BY title, name DESC: In output of above query the different titles are listed in ............. order and names of employees having same title are listed in ................ order.A. Ascending, AscendingB. Ascending, DescendingC. Descending, AscendingD. Descending, DescendingCorrect Answer: B. Ascending, Descending127. Match the following: Protocol Description (a) UDP (i) Message Transfer Protocol (b) OSPF (ii) Bit-oriented Protocol (c) SMTP (iii) Interior Gateway Routing Protocol (d) HDLC (iv) Connectionless Transport ProtocolCodes: (a) (b) (c) (d)A. (iii) (iv) (ii) (i)B. (iv) (iii) (ii) (i)C. (iv) (iii) (i) (ii)D. (iii) (iv) (i) (ii)A.B.C.D.Correct Answer: C.128. The ER model describes data asA. entities onlyB. entities, relationships and attributesC. attributes onlyD. none of the aboveCorrect Answer: B. entities, relationships and attributes129. Which of the following operators cannot be applied to a pointer?A. Increment operatorB. Decrement operatorC. Relational operatorD. None of the aboveCorrect Answer: D. None of the above130. Boolean Algebra is used for designing and analysing:A. digital circuitsB. secondary storage devicesC. CD-ROMsD. none of the aboveCorrect Answer: A. digital circuitsSubmit Quiz« Previous123456789101112131415Next »