AJAX and Web Technology Fundamentals

Covers AJAX concepts, JavaScript and XML for web development, web servers, browser technologies, and web application fundamentals.

15 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which of these domains is restricted to qualified organizations?

  1. .com
  2. .org
  3. .net
  4. .edu
  5. None are restricted; anyone can have a URL in any of these domains
Question 2 Multiple Choice (Single Answer)

Specialized servers are used on the Internet to

  1. Function like email post offices
  2. Accept FTP requests to upload the download files
  3. Store applications that are rented or leased by large corporations
  4. Store and send Web pages
  5. All of the above
Question 3 Multiple Choice (Single Answer)

Quicktime, RealOne, and Shockwave are among the most popular Web browser

  1. Plug-ins
  2. Cookies
  3. Cascading stylesheets
  4. Search engines
  5. Security tools
Question 4 Multiple Choice (Single Answer)

The first Web pages were

  1. Strictly hypertext with no multimedia content
  2. Designed to simulate printed pages using HTML's table tools
  3. The first true multimedia documents to be published on the Internet
  4. Viewable only with proprietary Microsoft software
  5. Sent via email from Doug Engelbart's office on the Stanford campus
Question 5 Multiple Choice (Single Answer)

An online shopping catalog for a large outdoor outfitter is almost certainly

  1. A data-driven Web site that seperates site content from design
  2. Carefully hand-coded in pure HTML to minimize errors
  3. Designed to work without cookies
  4. Limited to work with a single type of Web browser for consistency
  5. All of the above
Question 6 Multiple Choice (Single Answer)

The Internet will change drastically in the next decade, but what is the one thing that is likely to remain relatively unchanged?

  1. The dominance of HTML as a Web page creation language
  2. The metaphor of the page as the container of Internet information
  3. The TCP/IP protocol that's used to send and recieve Internet messages
  4. The ownership of the Internet by Microsoft
  5. The percentage of non-U.S. Internet users
Question 7 Multiple Choice (Single Answer)

Which of the following is the formof push technology that has been embraced by most Internet users?

  1. Peer-to-peer sharing
  2. Web searching
  3. FTP
  4. email
  5. grid computing
Question 8 Multiple Choice (Single Answer)

What do you call specialized software tools designed to make e-commerce solutions easier to implement and maintain?

  1. Firewalls
  2. Peer-to-peer networks
  3. Grid tools
  4. Object-oriented programming languages
  5. Web services
Question 9 Multiple Choice (Single Answer)

AJAX stands for

  1. Advance JavaScript and XML
  2. Asynchronous JavaScript and XML
  3. Actual JavaScript and XML
  4. None of the Above
Question 10 Multiple Choice (Single Answer)

AJAX made popular by

  1. Microsoft
  2. IBM
  3. Sun Microsystem
  4. Google
Question 11 Multiple Choice (Single Answer)

Using AJAX we can made our web page

  1. More interactive and faster
  2. Easy to connect web page with server
  3. More dynamic
  4. All the above
Question 12 Multiple Choice (Single Answer)

AJAX is based on

  1. JavaScript and XML
  2. JavaScript and Java
  3. VBScript and XML
  4. JavaScript and HTTP requests
Question 13 Multiple Choice (Single Answer)

XMLHttp object's use AJAX to

  1. Interact with XML
  2. Sent request to client and get the request from server
  3. Both 1 & 2
  4. None of the above
Question 14 Multiple Choice (Single Answer)

What file structure should be of the XMLHttp response object from server

  1. XHTML
  2. XML
  3. Javascript
  4. Is not language or structure specific
Question 15 Multiple Choice (Single Answer)

What is the disadvantage of AJAX

  1. Search engines would not be able to index an AJAX application
  2. ActiveX requests are enabled only in IE 5 and IE6
  3. Back button in the browser
  4. All the above