71. OPEN GL was released by :
(A) Microsoft
(B) Silicon Graphics
(C) Apple
(D) Google
Answer: (B)
72. Scalable Vector Graphics (SVG) is :
(A) C language
(B) Java language
(C) C++ language
(D) XML language
Answer: (D)
73. Unified Modeling Language (UML) is a:
(A) Programming language
(B) Visual Modeling Tool
(C) Compiler
(D) Operating System
Answer: (B)
74. Constructors are not used in the :
(A) C language
(B) C++ language
(C) Java language
(D) C# language
Answer: (A)
75. In C-H-, short occupies two bytes gives range from :
(A) - 32768 to + 32768
(B) - 1024 to + 1024
(C) - 1 MB to + 1 MB
(D) - 2,147,483,648 to + 2,147,483,648
Answer: (A)
76. Which operator cannot be overloaded in C++ ?
(A) Arithmetic Operators
(B) Relational Operators
(C) Scope Resolution Operators
(D) Subscript Operators
Answer: (C)
77. The valid statement about XML :
(A) All XML elements must be properly closed
(B) All XML elements must be in lower case
(C) All XML documents must have a DTD
(D) All the statements are true
Answer: (A)
78. We want to assign 100 to first element of the following array, select not acceptable :
int a [] = {10, 20, 30, 40}, i = 1 :
(A) i - 1 [a] = 100;
(B) 0 [a] = 100;
(C) (i-l)[a]=100;
(D) [a] 0 = 100;
Answer: (D)
79. Which is not loop in C ?
(A) for
(B) while
(C) do-while
(D) until-repeat
Answer: (D)
80. Which of the following is Computer Graphics curve ?
(A) Bezier curves
(B) Implicit curves
(C) Explicit curves
(D) All of the above
Answer: (D)
No comments:
Post a Comment