1056). What is the framework?

[A]User time efficiency
[B]Author time efficiency
[C] Both User time and Author time efficiency
[D]Client time efficiency

Show Answer

1057). Which is the function used to loop in an array to view all the values?

[A]all()
[B] loop()
[C]each()
[D] every()

Show Answer

1058). Which of the following has a greater benchmark time for looping and JQuery vs core JavaScript in milliseconds?

[A]Chrome JQuery
[B]Chrome JavaScript
[C]Firefox JQuery
[D] Firefox JavaScript

Show Answer

1059). Which class provides an interface for invoking JavaScript methods and examining JavaScript properties?

[A]ScriptObject
[B]JSObject
[C]JavaObject
[D]Jobject

Show Answer

1060). What is the purpose of the function eval?

[A]Executes the string as an integer
[B]Gets the value of the string
[C]Executing string as JavaScript
[D]Executing string as an object

Show Answer

1061). Which of the following has a lesser benchmark time for using JQuery to access DOM versus pure JavaScript in milliseconds?

[A]Chrome JQueryDOM_
[B] Chrome JSDOM_benc
[C] Firefox JQueryDOM_
[D] Firefox JSDOM_benc

Show Answer

1062). Which is a wrapped Java array, accessed from within JavaScript code?

[A]JavaArray
[B]JavaClass
[C]JavaObject
[D]JavaPackage

Show Answer

1063). What is the syntax of close method for document object?

[A]Close(object)
[B] Close(doc)
[C]Close(val)
[D]Close()

Show Answer

1064). How do you find the number with the highest value of x and y?

[A]ceil(x,y)
[B] top(x,y)
[C]Math.ceil(x,y)
[D]Math.max(x,y)

Show Answer

1065). How can you find a client’s browser name?

[A]browser.name
[B] navigator.appName
[C]client.navName
[D]client.name

Show Answer