pcbooks.in

pcbooks.in
Home Tutorials Computer MCQ Online Exam Videos About Us
COMPUTER MCQ
   » Youth Exam

CITA MCQ DITA MCQ ADITA MCQ CFAS MCQ CFAS LATERAL MCQ DFAS MCQ ADFAS MCQ CDTP MCQ CDTP LATERAL MCQ DDTP MCQ CCHM MCQ DCHM MCQ
   » Bank Exam

Clerk MCQ Probationary Off. MCQ Specialist Officer MCQ
   » NIELIT Exam

CCC MCQ BCC MCQ O - LEVEL MCQ A - LEVEL MCQ
   » Competitive Exam

Competitive MCQ
   » A-Z All Computer

All Computer MCQ









* Advanced Diploma In Information Technology Application (ADITA) *


« 1 2 3 4 .. »

« Previous Page   Next Page »    


1. Even if we define a function in a class, then also we need to declare it first_____
a) TRUE
b) FALSE
c) N.A.
d) N.A.
Answer: B

2. Constructors has return type void ?
a) TRUE
b) FALSE
c) N.A.
d) N.A.
Answer: A

3. The major goal of inheritance in C++ is ?
a) To facilitate the reusability of code
b) To help modular programming
c) To facilitate the conversion of data types
d) To extend the capabilities of a class
Answer: A

4. Data members and member functions are enclosed within ?
a) union
b) structure
c) class
d) array
Answer: C

5. What is the output of this strict equality operator? 5 === '5'
a) TRUE
b) FALSE
c) N.A.
d) N.A.
Answer: B

6. Which of the following javascript functions are used to convert nonnumeric values into numbers?
a) Number()
b) parseFloat()
c) parseInt()
d) All of the above
Answer: D

7. ________ returns true if a variable is an array, if not false.
a) Array.isArray()
b) Array.from()
c) Array.of()
d) Array.observe()
Answer: A

8. The function definitions in JavaScript begins with_____
a) Identifier and Parantheses
b) Return type and Identifier
c) Return type, Function keyword, Identifier and Parantheses
d) Identifier and Return type
Answer: A

9. Which is true about the name and text property of a control?
a) They are the same when the control is first created.
b) The text property changes to match any changes in the name property.
c) The name property changes to match any changes in the text property.
d) They are never the same unless the programmer makes it that way.
Answer: A

10. Which VBScript function can compare two strings?
a) StringCompare
b) Compare
c) StrComp
d) StrCompare
Answer: C

11. Which of the following is used to get error details in VBScript?
a) Err.Number
b) Err.Description
c) Both of the above.
d) None of the above.
Answer: C

12. Expression C = i++ causes_____
a) Value of i assigned to C and then i incremented by 1
b) i to be incremented by 1 and then value of i assigned to C
c) Value of i assigned to C
d) i to be incremented by 1
Answer: D

13. Which of the following are the ways to create a Javascript Object?
a) var obj = {};
b) var obj = Object.create().
c) var obj = new Object();
d) All of the above
Answer: D

14. Which NameSpace is used to access the metadata in an Assembly?
a) System.Assembler
b) System.Reflection
c) System.IO
d) System.XML
Answer: B

15. Which of the following is true about cookie handling in VBScript?
a) VBScript can manipulate cookies using the cookie property of the Document object
b) VBScript can read, create, modify, and delete the cookie or cookies that apply to the current web page.
c) Both of the above.
d) None of the above.
Answer: C

16. Which of the following keywords are used to control access to a class member ?
a) protected
b) switch
c) goto
d) for
Answer: A

17. Why JavaScript is called as Lightweight Programming Language ?
a) because JS can provide programming functionality inside but up to certain extend.
b) because JS is available free of cost.
c) because we can add programming functionality inside JS
d) because JS is client side scripting
Answer: A

18. Which of the following is a server-side JavaScript object?
a) FileUpLoad
b) File
c) Function
d) Date
Answer: B

19. Which is not a property of the Common control class?
a) Show
b) BackColor
c) Font
d) ForeColor
Answer: A

20. Which of the following statements creates an object in VBScript?
a) Set obj = CreateObject('Scripting.Dictionary')
b) Dim obj = new Scripting.Dictionary
c) Both of the above.
d) None of the above.
Answer: A



« Previous Page   Next Page »    

« 1 2 3 4 .. »