We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1
1)What are the three major 15. How multi-tier architecture is 26. What is SOAP?
SOAP - Image mapping
components of HTML document? differed from MVC architecture. In Simple Object Access Protocol - HTML declaration protocol specification for The head multi tier architecture client tier never exchanging structured information ImageMap.html communicates directly with the data tier. <HTML> The body in the implementation of Web All communications must pass through 2. List out some of the HTML tags? Services in computer networks. - business tier. So it is called linear <HEAD> <LI>, <DIR>, <DL>, relies on Extensible Markup <DT>,<DD>,</UL>, <OL> architecture. Where as in MVC, the view sends updates to controller, then Language (XML) for its message <TITLE>Image Map</TITLE> controller updates model. So it is a format, and usually relies on other </HEAD> 3. What kind of tag is HTML? Every triangular architecture. Application Layer protocols, most HTML tag is either a container tag or <BODY> notably Hypertext Transfer standalone tag. 16. What is Session ID? A session ID is Protocol (HTTP) and Simple Mail Transfer Protocol (SMTP), for <img src="india_map.jpg" 4. How to format tags? HTML a unique identification string usually a message negotiation and usemap="#metroid" ismap="ismap" > provides a host of tags that we can use long, random and alpha-numeric string, transmission <map name="metroid" to change hoe text is displayed on a that is transmitted between the client and browser screen. the server. Session IDs are usually stored id="metroid"> in the cookies, URLs (in case url 5.Define HTML. rewriting) and hidden fields of Web <area href="TamilNadu.html" pages. shape="circle" coords="208,606,50" It is a simple page description title="TamilNadu"/> language, which enables document 17. What are the common mechanisms creation for the web. used for session tracking? • Cookies • <area href="Karnataka.html" SSLsessions • URL- rewriting shape="rect" coords = 6. List out the document structure "130,531,164,535" title ="Karnataka" tags.<HTML>, 18. Define protocol. A protocol is a /> <HEAD>,<BASE>,<BODY>,<TITLE formal set of rules that must be followed > in order to communicate. <area href="AndhraPradesh.html" shape="poly" coords = 7. What is CSS? CSS stands for 19. What is the role of server? • Cascading Style Sheets. Styles define Manages application tasks • Handles "227,490,238,511,230,536,198,535,202,5 how to display HTML elements. storage • Handles security • Provides 03" title ="Andhra Pradesh" /> scalability • Handles accounting and 8. List the features of CSS? distribution <area href="Kerala.html" shape="rect" coords = • Text handling including fonts, 20. Define internet. Network is an "154,606,166,621" title ="Kerala" /> sizing, styles and spacing. interconnection of systems to share data </map> and information. Internet is network of • Printing specific features, network or collection of heterogeneous </BODY> downloadable fonts networks. </HTML> • Support for vertical running text, 21. Define XML. XML is a meta- multicolumn layout facilities. markup language that provides a format TamilNadu.html for describing structured data. This 9. What are the three main parts of <HTML><HEAD> facilitates more structured declarations of CSS syntax? The CSS syntax is made content and more meaningful search up of three parts: a selector, a property <TITLE>About Tamil Nadu</TITLE> result across multiple platforms. and a value. </HEAD> 22. Define DTD.A DTD is a set of rules 10. Selector {property: value} that specifies how to use XML markup. It <BODY> • The selector is normally the HTML contains specifications for each element, including what the element's attributes <CENTER><H1>Tamil element/tag we wish to define. are, what values the attributes can take Nadu</H1></CENTER> <HR> • The property is the attribute we wish on and what elements can be contained <UL> to change and each property can take a in others. value. <LI>Area : 1,30,058 Sq. Kms.</LI> 23. What are the XML rules for • The property and value are distinguishing between the content of a <LI>Capital : Chennai</LI> sepaerated by a colon and surrounded document and the Xml markup by curly braces. element? • The start of XML markup <LI>Language : Tamil</LI> elements is identified by either the less 11. How to insert a style sheet? than symbol (), the apostrophe or single <LI>Population : 6,21,10,839</LI> When a browser reads a style sheet, it quote (‘) and the double quotation marks </UL><hr> will format the document according to (“) are used by XML for markup. • To it. There are three ways of inserting a <a href='ImageMap.html'>India use these special characters as content style sheet: External Style Sheet Map</a> within your document, you must use the Internal Style Sheet Inline styles corresponding general XML entity. Multiple style sheets </BODY> 24. List some examples of web </HTML> 12. List out the basic Internet services. SMS: Protocols. TCP/IP, POP3, MIME, http://www.webservicex.net/sendsmswor Karnataka.html IMAP ld.asmx2. Who is: http://www.webservicex.net/whois.asmx <HTML> 13. What are Web Servers? A Web ?op=GetWhoIS Server is software that accepts HTTP <HEAD> requests from web clients and returns 25. List out some web service an appropriate resource in the HTTP technologies? •XML• SOAP• WSDL <TITLE>About Karnataka</TITLE> 14. Define Web Clients. A Web Client </HEAD> is software that accesses a web server by sending an HTTP request message <BODY> and processing the resulting HTTP response. <CENTER><H1>Karnataka</H1></C ENTER>