1.  Literal scoping

2.  Static scoping

3.  Dynamic scoping

4.  Generic scoping

4
Correct Answer :

Dynamic scoping


Explanation :
No Explanation available for this question

1.  Functions are declared in the scope

2.  Functions are executed using scope chain

3.  Functions are declared outside the scope

4.  Variables are declared within the function

4
Correct Answer :

Functions are executed using scope chain


Explanation :
No Explanation available for this question

1.  Returns value null

2.  Returns exception

3.  Returns the value in scope

4.  Shows an error message

4
Correct Answer :

Returns the value in scope


Explanation :
No Explanation available for this question

1.  GUI

2.  Statically generated graphics

3.  Dynamically generated graphics

4.  Generic scoping

4
Correct Answer :

Dynamically generated graphics


Explanation :
No Explanation available for this question

1.  Objects

2.  Variables

3.  Functions

4.  Graphics

4
Correct Answer :

Graphics


Explanation :
No Explanation available for this question

1.  Variables can be declared outside the scope

2.  Variables must be declared outside the scope

3.  Variables cannot be declared outside the scope

4.  Variable cannot be declared within the function

4
Correct Answer :

Variables can be declared outside the scope


Explanation :
No Explanation available for this question

1.  Ada

2.  Pascal

3.  Modula2

4.  Html

4
Correct Answer :

Html


Explanation :
No Explanation available for this question

1.  Updation, Incrementation, Initialization

2.  Initialization,Testing, Updation

3.  Testing, Updation, Testing

4.  Initialization,Testing, Incrementation

4
Correct Answer :

Initialization,Testing, Updation


Explanation :
No Explanation available for this question

1.  for (var i = 0;i < a.length;i++) console.log(a[i]);  

2.  for (int i = 0;i < a.length;i++) console.log(a[i]);  

3.  for (var i = 0;i

4.  for (var i = 1;i < a.length;i++) console.log(a[i]);  

4
Correct Answer :
for (var i = 0;i < a.length;i++)
     console.log(a[i]);

 


Explanation :
No Explanation available for this question

1.  Before each iteration, the interpreter evaluates the variable expression and assigns the name of the property

2.  The iterations can be infinite when an interpreter is used

3.  The body of the loop is executed only once

4.  the iteration is finite when an interpreter is used

4
Correct Answer :

Before each iteration, the interpreter evaluates the variable expression and assigns the name of the property


Explanation :
No Explanation available for this question

Interview Questions

MongoDB
Java Script
Node JS
PHP
JQuery
Python