PGT Computer Science (Level-3), (HTET Exam 2018)Total Questions: 150131. ASCII stands for:A. American National Service Code for Inter Transmission InstB. American National Standard Code for Information InterchangeC. American National Standard Code for Information InstD. None of the aboveCorrect Answer: A. American National Service Code for Inter Transmission Inst132. Consider a relation R(A, B, C), which of the following statements is not true according to inference rules for functional dependencies?A. If A → B and B → C, then A → CB. If AB → C, then A → B and B → СC. If A → B and A → C, then A → BСD. If A → B, then AC → ВСCorrect Answer: B. If AB → C, then A → B and B → С133. In HTML Version-5, the ................ declaration tag is used by the web browser to understand the version of the HTML.A.B.C.D.Correct Answer: A.134. In C++, which of the following operator cannot be overloaded?A. ΛB. = =C. . [dot]D. !Correct Answer: C. . [dot]135. In context C++, the process of individually copying each member of an object to the corresponding member of another object of the same class is known as ................. copying.A. mutableB. shallowC. respectiveD. defaultCorrect Answer: B. shallow136. Choose most appropriate option considering that gp and ip are declared as void * and int * respectively in C++:A. gp ¯ ip is a valid C++ statementB. *ip ¯ *gp is a valid C++ statementC. Both (A) and (B) are valid statementsD. Neither (A) nor (B) are valid statementsCorrect Answer: A. gp ¯ ip is a valid C++ statement137. Let for any relation R. Iᵣ represents operation insert into R and Dᵣ represents operation delete from R. Assume that a relation R2 has a foreign key that refers to primary key of another relation R1. Two operations that may cause violation of referential integrity constraints are:A.B.C.D.Correct Answer: D.138. In HTML link for e-mail can be created using which of the following?A. This is link to write me an emailB. [email protected] This is link to write me an emailC. This is link to write me an emailD. <a herf = "[email protected] This is link to write me an emailCorrect Answer: C. <a href> This is link to write me an email </a>139. Which of the following is suitable tag for java script in HTML?A.B.C.D.Correct Answer: B.140. A relation in which every non-key attribute is fully functionally dependant on the primary key and which has no transitive dependencies is said to be in:A. BCNFB. 2NFC. 3NFD. 4NFCorrect Answer: C. 3NFSubmit Quiz« Previous123456789101112131415Next »