592). What is the purpose of a Rendering Engine?

[A]Parsing objects in page
[B] Drawing all objects in page
[C]Both Parsing & Drawing all objects in page
[D]Rendering object

Show Answer

593). What is the purpose of the JavaScript Engine?

[A]Compiling the JavaScript
[B]Interpreting the JavaScript
[C]Both Compiling & Interpreting the JavaScript
[D]Parsing the javascript

Show Answer

594). Which layer is used to handle the HTTP requests?

[A]Network Layer
[B]Transport Layer
[C] Application Layer
[D]Presentation Layer

Show Answer

595). The User Interface is taken care of which layer?

[A]Transport Layer
[B] Network Layer
[C]UI Layer
[D]Presentation Layer

Show Answer

596). Which of the following browsers use Webkit?

[A]Chrome
[B]Internet Explorer
[C]Safari
[D]Both Chrome and Safari

Show Answer

597). Which of the following first developed Gecko?

[A]Safari
[B]Netscape
[C]Opera
[D]Internet Explorer

Show Answer

598). Which of the following render HTML?

[A]Browsers
[B]Email Clients
[C]Web Components
[D] All of the mentioned

Show Answer

599). SpiderMonkey was developed by _____________

[A]Firefox
[B]Internet Explorer
[C]Safari
[D]Opera

Show Answer

600). Carakan is used by which of the following browsers?

[A]Firefox
[B]Internet Explorer
[C]Safari
[D]Opera

Show Answer

601). Which is the alternate name for JavaScriptCore that is used by Safari?

[A]Nitro
[B]SpiderMoney
[C]Carakan
[D]V8

Show Answer

602). What will be the output of the following JavaScript code?

[A]true
[B]false
[C]error
[D]undefined

Show Answer

603). What will be the output of the following JavaScript code?

[A]/World/g
[B]World
[C]World/g
[D]Undefined

Show Answer

604). What will be the output of the following JavaScript code?

[A]True
[B]False
[C]Error
[D]Undefined

Show Answer

605). What will be the output of the following JavaScript code?

[A]true
[B]false
[C]error
[D]undefined

Show Answer

606). What will be the output of the following JavaScript code?

[A]4
[B]7
[C]3
[D]8

Show Answer