ITI MCQ
Home
JAVASCRIPT AND CREATING WEB PAGE - Practice Mode
Categories
Computer Operator and Programming Assistant (COPA)
JAVASCRIPT AND CREATING WEB PAGE
Practice Mode
1) Which variable declared outside a function in Javascript?
Function variable
Global variable
Local variable
Object variable
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: Global variable
Question Details
1) Which variable declared outside a function in Javascript?
Function variable
Global variable
Local variable
Object variable
2) Which feature in Javascript has properties and methods
Array
Function
Object
Controls
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: Object
Question Details
2) Which feature in Javascript has properties and methods
Array
Function
Object
Controls
3) Which variable are deleted in JavaScript when the page is closed?
Function varia
Global variable
Local variable
Object variable
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: Global variable
Question Details
3) Which variable are deleted in JavaScript when the page is closed?
Function varia
Global variable
Local variable
Object variable
4) Which method is called at the moment of instentiation of an object?
Constructor
Inheritance
Polymorphism
Property
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: Constructor
Question Details
4) Which method is called at the moment of instentiation of an object?
Constructor
Inheritance
Polymorphism
Property
5) Which is an instance of class?
Class
Name space
Object
property
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: Object
Question Details
5) Which is an instance of class?
Class
Name space
Object
property
Previous Question Set
Back to Question Sets
Next Question Set
Try Another Topic
Try Another Quiz