What is the purpose of a Rendering Engine?
A. Parsing objects in the page
B. Drawing all objects in the page
C. Both Parsing & Drawing all objects in the page
D. None of the mentioned
Select an option to see the answer and solution.
What is the purpose of the JavaScript Engine?
A. Compiling the JavaScript
B. Interpreting the JavaScript
C. Both Compiling & Interpreting the JavaScript
D. None of the mentioned
Select an option to see the answer and solution.
Which layer is used to handle the HTTP requests?
A. Network Layer
B. Transport Layer
C. Application Layer
D. Presentation Layer
Select an option to see the answer and solution.
The User Interface is taken care by which layer?
A. Transport Layer
B. Network Layer
C. UI Layer
D. Presentation Layer
Select an option to see the answer and solution.
Which of the following browsers use Webkit?
A. Chrome
B. Internet Explorer
C. Safari
D. Both Chrome and Safari
Select an option to see the answer and solution.
Which of the following first developed Gecko?
A. Safari
B. Netscape
C. Opera
D. Internet Explorer
Select an option to see the answer and solution.
Which of the following render HTML?
A. Browsers
B. Email Clients
C. Web Components
D. All of the mentioned
Select an option to see the answer and solution.
SpiderMonkey was developed by
A. Firefox
B. Internet Explorer
C. Safari
D. Opera
Select an option to see the answer and solution.
Carakan is used by which of the following browsers?
A. Firefox
B. Internet Explorer
C. Safari
D. Opera
Select an option to see the answer and solution.
Which is the alternate name for JavaScriptCore that is used by Safari?
A. Nitro
B. SpiderMoney
C. Carakan
D. None of the mentioned
Select an option to see the answer and solution.
What are the features of an interpreter?
A. Shared with other properties
B. Embedded in other tools
C. Shared with other properties & Embedded in other tools
D. None of the mentioned
Select an option to see the answer and solution.
Why is the total size of the page important?
A. Time taken to download
B. Size of IP packet should be less than 65500
C. Size of IP packet should be less than 65535
D. Size of IP packet should be greater than 65500
Select an option to see the answer and solution.
How will the HTTP GET request be sent from the browser?
A. Remote server
B. Local server
C. By itself
D. None of the mentioned
Select an option to see the answer and solution.
Once the TCP/IP connection has been established, the browser sends an HTTP GET request over the connection to the remote server. The remote server finds the resource and returns it in an HTTP Response, the status of which is 200 to indicate a good response.
A. HTTP Response
B. HTTP Request
C. Get Request
D. None of the mentioned
Select an option to see the answer and solution.
Which layer is used to control the communication between the hardware in the network?
A. Network Access Layer
B. Internet Layer
C. Transport Layer
D. Presentation Layer
Select an option to see the answer and solution.
Which layer is used to handle the network addressing and routing?
A. Network Access Layer
B. Internet Layer
C. Transport Layer
D. Presentation Layer
Select an option to see the answer and solution.
The layer in which the TCP (or UDP) communication takes place is
A. Network Access Layer
B. Internet Layer
C. Transport Layer
D. Presentation Layer
Select an option to see the answer and solution.
Which layer handles the top-level communication?
A. Network Access Layer
B. Internet Layer
C. Transport Layer
D. Application Layer
Select an option to see the answer and solution.
What are the various possessions in the three-way handshake by the TCP?
A. Synchronize
B. Synchronize-Acknowledge
C. Acknowledge message
D. All of the mentioned
Select an option to see the answer and solution.
Arrange the TCP/IP model layers in the order from furthest to closest to the end user.
A. Network Access Layer, Internet Layer, Application Layer, Transport Layer
B. Network Access Layer, Transport Layer, Internet Layer, Application Layer
C. Network Access Layer, Internet Layer, Transport Layer, Application Layer
D. Network Access Layer, Application Layer, Internet Layer, Transport Layer
Select an option to see the answer and solution.