0

web technology Online Quiz - 23

Description: web technology Online Quiz - 23
Number of Questions: 20
Created by:
Tags: web technology
Attempted 0/20 Correct 0 Score 0

What do you need if you want to control user's action on client side? eg: Disable right click on browser

  1. ActiveX Control

  2. Scripting Language

  3. CSS

  4. XSLT


Correct Option: B

Clicking "Refresh" button in the browser causes?

  1. Synchronous Request

  2. Asynchronous Request

  3. Clears the browser cache

  4. No Request at all


Correct Option: A

what is CSS?

  1. Cascading Style Structure, defines how to display HTML elements

  2. Cascading Style Sheets, defines how to display XML elements

  3. Cascading Style Sheets, defines how to display HTML elements

  4. Cascading Style Structure, defines how to display the webpage


Correct Option: C

Clicking back button in browser causes?

  1. Sends a new request for page

  2. It will not send any request

  3. Fetches the page from the browser cache

  4. Fetches the page from virtual memory


Correct Option: C

What is AJAX?

  1. Asynchronous Javascript and XML, is the art of exchanging data with a server, and update parts of a web page - without reloading the whole page

  2. Asynchronous Javascript and XSLT, is the art of exchanging data with a server, and update parts of a web page - without reloading the whole page

  3. Asynchronous Javascript and XML, is the art of exchanging data with a server, and updates entire web page reloading the whole page

  4. Asynchronous Javascript and XSLT, is the art of exchanging data with a server, and updates entire web page reloading the whole page


Correct Option: A

Image format that increases the performance of website

  1. JPEG

  2. BMP

  3. TIFF

  4. GIF


Correct Option: D
  1. Server side

  2. Client side

  3. Both client and Server side

  4. DB Server


Correct Option: B

The Major component of a search engine is?

  1. Search Engine

  2. Web Optimizer

  3. Web Crawler

  4. Web Driller


Correct Option: C

How to make a website more visible to search engine?

  1. Using Search Engine Optimization

  2. Using Search Engine Customization

  3. Using Search Engine Generalisation

  4. Using Search Engine Specification


Correct Option: A

Organisation that put forth web standards and guidelines?

  1. WWW

  2. ICANN

  3. IANA

  4. W3C


Correct Option: D

How many implicit objects are there in J2EE specification

  1. 5

  2. 9

  3. 8

  4. 10


Correct Option: B

Jar

  1. servlet.jar

  2. jsp-api.jar

  3. servletapi.jar

  4. servlet-api.jar

  5. servlet1.1.jar


Correct Option: D

Bean Tag


Correct Option: B

Servlet Lifecycle

  1. init(),getServletInfo(),destroy(),service(),getServletConfig()

  2. init(),getServletConfig(),service(),getServletInfo(),destroy()

  3. init(),destroy(),getServletInfo(),getServletConfig(),destroy()

  4. destroy(),service(),init(),getServletConfig(),getServletInfo()


Correct Option: B

Check the below snippet 1 2 3 4.

  1. 1

  2. 3

  3. 2

  4. 4


Correct Option: C

What kind of people are drawn to grid computing?

  1. People who need a massive amount of electricity

  2. People who need a massive amount of raw computing power

  3. People who need super-reliable access to the Web

  4. People who recieve an extremely large amount of email

  5. All of the above


Correct Option: B

The Internet was actually

  1. LAN at MIT

  2. Code-cracking network during World War II by the U.S. Defense Department

  3. A network cooperatively created by several large hardware and software companies

  4. A small experimental research network called ARPANET

  5. A Microsoft product that quickly became too big for the company to control


Correct Option: D

Where is the Internet's central hub and control center located?

  1. Near Washington D.C.

  2. Near the Microsoft campus in Redmond, Washington

  3. In a top-secret location

  4. In Silicon Valley

  5. Nowhere, the Internet has no central hub


Correct Option: E
Explanation:

To answer this question, the user needs to have a basic understanding of how the internet works and its architecture.

Option A: Near Washington D.C. - This option is incorrect. While there are many data centers and internet exchange points in the Washington D.C. area, the internet's central hub and control center is not located there.

Option B: Near the Microsoft campus in Redmond, Washington - This option is also incorrect. While there are a few data centers located near the Microsoft campus in Redmond, none of them serve as the internet's central hub and control center.

Option C: In a top-secret location - This option is incorrect. While there are certainly secure locations where important internet infrastructure is housed, there is no single "top-secret" location that serves as the internet's central hub and control center.

Option D: In Silicon Valley - This option is incorrect. While Silicon Valley is home to many tech companies and data centers, it is not the location of the internet's central hub and control center.

Option E: Nowhere, the Internet has no central hub - This option is correct. The internet is a decentralized network of networks, with no central hub or control center. Instead, it relies on a distributed system of servers and data centers around the world to function.

Therefore, the answer is: E. Nowhere, the Internet has no central hub.

- Hide questions