Q1 · HTML
Which tag is used to create a hyperlink in HTML? Not answered A <a>B <link>C <href>D <hyperlink>
Q2 · Cookies
Which of the following explains the nature of cookies? Not answered A Non-volatileB VolatileC IntransientD Transient
Q3 · HTML
When should you use a path along with the file name of a picture in an HTML <img> tag? Not answered A Path is optional and not necessaryB Path is always necessary when inserting imageC When the location of image file and HTML file are differentD When image file and HTML file are in same location
Q4 · CSS
Which CSS property will be used if we don't want to allow a floating div to the left side of the element? Not answered A marginB clearC floatD padding
Q5 · XSLT
The most prevalent way to materialize XML documents is to utilize: Not answered A SOAPB DTDC XSLTD EBXML
Q6 · Sessions
Which one of the following is the very first task executed by a session-enabled page? Not answered A Delete the previous sessionB Check whether a valid session existsC Start a new sessionD Handle the session
Q7 · XPath
Which XPath expression selects the parent of the current node? Not answered A .B ..C /D //
Q8 · HTML
What is the purpose of the alt attribute in the <img> tag? Not answered A To set alignmentB To provide alternative textC To resize imageD None
Q9 · HTML
What is the default display style of the <table> element in HTML? Not answered A blockB inlineC tableD flex
Q10 · HTML
Which of the following provide additional information about HTML elements? Not answered A HeadingsB ParagraphsC AttributesD Styles
Q11 · XQuery
How can you define a variable in an XQuery query? Not answered A Using the "let" statementB Using the "declare" statementC Using the "var" statementD Using the "define" statement
Q12 · Web Architecture
What is the purpose of a load balancer in a web application? Not answered A To distribute incoming traffic across multiple serversB To encrypt and decrypt dataC To store and manage session dataD To store and manage encrypted cookies
Q13 · DTD
How do you specify that an element is required in a DTD? Not answered A Using the #COMPULSORY keywordB Using the #MANDATORY keywordC Using the #REQUIRED keywordD Using the #NEEDED keyword
Q14 · XML Schema
Which of the following statements is not true about XML Schema? Not answered A They are used to define the content and structure of dataB They have their own syntaxC They define a set of symbols and their relationshipsD They are not XML documents
Q15 · Cookies
What is the default lifetime for a cookie set? Not answered A 1 hourB 1 dayC 1 weekD The cookie will persist until the browser is closed
Q16 · HTML Forms
How can you create a radio button input field in an HTML form? Not answered A <input type="radiofield">B <radiobutton>C <input type="radio">D <select type="radio">
Q17 · HTML
Which of the following is not a paired tag? Not answered A <b>B <img>C <u>D <i>
Q18 · PHP
_____ are serious errors that require attention but don't stop scripts from executing. Not answered A Fatal ErrorsB NoticesC WarningsD Error Report Level
Q19 · HTML Forms
How can you create a placeholder text in an input field in HTML5? Not answered A Using the "label" attributeB Using the "placeholder" attributeC Using the "title" attributeD Using the "alt" attribute
Q20 · Sessions
By default, session is destroyed on: Not answered A Closing of browserB Logging out of systemC Session can’t be destroyedD Clearing all cookies from browser
Q21 · MySQL
What is the default username for MySQL database? Not answered A adminB rootC managerD There is no default username in MySQL
Q22 · XSLT
How do you create a variable in an XSLT stylesheet? Not answered A Using the <xsl:variable> elementB Using the <xsl:set> elementC Using the <xsl:let> elementD Using the <xsl:define> element
Q23 · HTML
Which of the following is NOT an inline element? Not answered A <img>B <span>C <input>D None of the above
Q24 · HTML
How can you make an e-mail link? Not answered A <a href="mailto:xxx@yyy">B <mail href="xxx@yyy">C <mail>xxx@yyy</mail>D <a href="xxx@yyy">
Q25 · XML
For an XML document to be valid: Not answered A Document needs to be well-formed alsoB Document need not be well-formedC Document needs to be well-formed & validD Document validity has no relationship with well-formedness
A World Wide Web CenterB World Wide Web CompanyC World Wide Web ConsortiumD World Wide Web Certificate
Q27 · HTML/CSS
Which HTML element is used to define embedded CSS? Not answered A <css>B <style>C <script>D <link>
Q28 · HTML Forms
Which input type allows the user to upload a file in an HTML form? Not answered A input type="upload"B input type="submit"C input type="file"D input type="image"
Q29 · Web Architecture
Which tier handles business logic in a 3-tier architecture? Not answered A ClientB PresentationC ServerD Data
Q30 · XML
What is the root element in an XML document? Not answered A <main>B <html>C Any single top-level elementD <root>
A An XML-based language to create style sheetsB Extensible Solution LanguageC A language not used in XMLD Extended Stylesheet Language
Q32 · CSS
CSS uses dot (.) for: Not answered A Element selectorB Class selectorC ID selectorD Attribute selector
Q33 · XML Namespaces
Namespace in XML is used to: Not answered A Distinguish one XML vocabulary from anotherB Provide spaces into nameC Act as a querying languageD Make duplicate of XML validation
Q34 · XML
What are empty elements? Not answered A No, there is no such term like empty elementsB No, it is not valid to use Empty ElementC Empty elements are elements with no dataD None of the above
Q35 · Web Architecture
In the three-tier architecture, the intermediate layer between database and client servers is classified as: Not answered A Functional serverB Transaction serverC Application serverD Disk server
Q36 · Cookies
A cookie is often used to identify a: Not answered A UserB BrowserC Web pageD Client
Q37 · Server Side Scripting
Server-side scripts are: Not answered A Visible to the end userB Invisible to the end userC Defined to the userD None
Q38 · HTML
Which of the following is used to read HTML page and render it? Not answered A Web serverB Web browserC Web MatrixD Web cloud
A Application program interfaceB Hierarchy of object in ASPC Convention for representing and interaction with object in html documentD None of the mentioned
Q40 · HTML5 Storage
Which is the storage that allows the caching of web pages and their associated resources? Not answered A Offline web applicationB cookiesC Web databaseD FileSystem API
Q41 · XSLT
Which XSLT element is used to iterate over a set of nodes? Not answered A <xsl:for-each>B <xsl:if>C <xsl:choose>D <xsl:apply-templates>
Q42 · HTTP
Which HTTP status code represents a "Not Found" error? Not answered A 200B 403C 404D 500
Q43 · Security
Which of the following is used for user authentication in web servers? Not answered A SessionB IP addressC CookieD All of the above
Q44 · HTML
Which of the following is not a type of screen frame in HTML? Not answered A iframeB noframeC framesetD uframe
Q45 · XML
What is the correct syntax for a self-closing tag in XML? Not answered A <tag/>B <tag>C <tag/>D <tag>/
Q46 · CSS
How can you select an element based on its text content using CSS? Not answered A Using the :contain() pseudo-classB Using the :text() pseudo-classC Using the :content() pseudo-classD None of the above
Q47 · HTML
Which of the following is not an inline element? Not answered A <img>B <span>C <input>D None of the above
Q48 · CSS
CSS used dot (.) for: Not answered A Element selectorB Class SelectorC ID SelectorD Attribute selector
Q49 · Server Side Scripting
Server side script is: Not answered A Define to userB Visible to the userC Invisible to the end userD None
Q50 · HTML
Which tag is used to create a hyperlink? Not answered A <link>B <href>C <a>D <hyperlink>
Q51 · Web Components
Which of the following is not web component? Not answered A <shadow>B <menu>C <content>D <element>
Q52 · SQL
How do you insert a new row into a table in SQL? Not answered A INSERT INTO table_name VALUE(value1, value2, ...)B ADD INTO table_name VALUES(...)C CREATE INTO table_name VALUES(...)D INSERT INTO table_name(column1, column2, ...) VALUES(value1, value2, ...)
Q53 · HTTP
Which protocol is used to transmit data on the WWW? Not answered A FTPB HTTPC SMTPD HTML
Q54 · XPath
Which of the following is not a valid XPath expression? Not answered A /hospital/patientB //patientC /hospital/patient(2)D //hospital/patient
Q55 · CSS
Which CSS property is used to specify the width of an element? Not answered A PaddingB MarginC HeightD Width
A An XML based language to create style sheetB Extensible solution languageC Extended stylesheet languageD A language which is not in XML
Q57 · CSS
CSS uses Tilde (~) operator for: Not answered A General sibling selectorB Descendent selectorC Adjacent sibling selectorD Child selector
Q58 · XML Namespaces
Namespace in XML is used to: Not answered A Distinguishes one XML vocabulary from anotherB Provides the spaces into nameC Querying languageD Provide tag name
Q59 · HTML
Which of the following HTML tags is a special formatting tag? Not answered A <p>B <span>C <pre>D <em>
Q60 · DOM
DOM represents a web page in ..........? Not answered A Hash table structureB Tree structureC Dynamic structureD Recursive structure