AJAX and Web Technology Fundamentals
Covers AJAX concepts, JavaScript and XML for web development, web servers, browser technologies, and web application fundamentals.
Questions
Which of these domains is restricted to qualified organizations?
- .com
- .org
- .net
- .edu
- None are restricted; anyone can have a URL in any of these domains
Specialized servers are used on the Internet to
- Function like email post offices
- Accept FTP requests to upload the download files
- Store applications that are rented or leased by large corporations
- Store and send Web pages
- All of the above
Quicktime, RealOne, and Shockwave are among the most popular Web browser
- Plug-ins
- Cookies
- Cascading stylesheets
- Search engines
- Security tools
The first Web pages were
- Strictly hypertext with no multimedia content
- Designed to simulate printed pages using HTML's table tools
- The first true multimedia documents to be published on the Internet
- Viewable only with proprietary Microsoft software
- Sent via email from Doug Engelbart's office on the Stanford campus
An online shopping catalog for a large outdoor outfitter is almost certainly
- A data-driven Web site that seperates site content from design
- Carefully hand-coded in pure HTML to minimize errors
- Designed to work without cookies
- Limited to work with a single type of Web browser for consistency
- All of the above
The Internet will change drastically in the next decade, but what is the one thing that is likely to remain relatively unchanged?
- The dominance of HTML as a Web page creation language
- The metaphor of the page as the container of Internet information
- The TCP/IP protocol that's used to send and recieve Internet messages
- The ownership of the Internet by Microsoft
- The percentage of non-U.S. Internet users
Which of the following is the formof push technology that has been embraced by most Internet users?
- Peer-to-peer sharing
- Web searching
- FTP
- email
- grid computing
What do you call specialized software tools designed to make e-commerce solutions easier to implement and maintain?
- Firewalls
- Peer-to-peer networks
- Grid tools
- Object-oriented programming languages
- Web services
AJAX stands for
- Advance JavaScript and XML
- Asynchronous JavaScript and XML
- Actual JavaScript and XML
- None of the Above
AJAX made popular by
- Microsoft
- IBM
- Sun Microsystem
- Google
Using AJAX we can made our web page
- More interactive and faster
- Easy to connect web page with server
- More dynamic
- All the above
AJAX is based on
- JavaScript and XML
- JavaScript and Java
- VBScript and XML
- JavaScript and HTTP requests
XMLHttp object's use AJAX to
- Interact with XML
- Sent request to client and get the request from server
- Both 1 & 2
- None of the above
What file structure should be of the XMLHttp response object from server
- XHTML
- XML
- Javascript
- Is not language or structure specific
What is the disadvantage of AJAX
- Search engines would not be able to index an AJAX application
- ActiveX requests are enabled only in IE 5 and IE6
- Back button in the browser
- All the above