web technology Online Quiz - 167
Description: web technology Online Quiz - 167 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: web technology |
Choose the best answer 1) XML is not a replacement for HTML. 2) XML and HTML were designed with different goals. 3) XML was designed to describe data and to focus on what data is. 4) HTML was designed to display data and to focus on how data looks. 5) HTML is about displaying information, XML is about describing information
Abbreviation for XML
Choose the best answer XML was designed to transport and store data, with focus on what data is.
Abbreviation for XML
Which of the following is a way to force a restriction?
When you have created or edited your object to include a restriction:
A conditional object ?
Which of the following is the best term used for expressing the relationship between two tables-based on joins?
Queries from universes containing SQL traps:
Among the following which is the event based XML parsing
XSLT documents are well-formed XML documents that describe how another XML document should be transformed. For XSLT to work, it needs an XML document to transform and an engine to make the transformation take place. Considering the above, choose the best suitable answer
What is a CDATA section in XML ? Choose the best suited answer. 1) CDATA in XML is the character data is is not parsed by the XML Processor 2) A CDATA section cannot contain the string "]]>" 3) Nested CDATA sections are not allowed
Below are new Internet languages created and widely in use today. 1) XHTML the latest version of HTML 2) WSDL for describing available web services 3) WAP and WML as markup languages for handheld devices 4) RSS languages for news feeds 5) RDF and OWL for describing resources and ontology 6) SMIL for describing multimedia for the web Choose the best answer
How will you specify comments inside XML
- There must be one and only one document element. 2. Every open tag must be closed. 3. If an element is empty, it still must be closed. * Poorly-formed: * Well-formed: * Also well-formed: 4. Elements must be properly nested. * Poorly-formed: * Well-formed: 5. Tag and attribute names are case sensitive. 6. Attribute values must be enclosed in single or double quotes. Choose the best suitable answer
1) DTD - Document Type Definition is to provide a framework for validating XML documents 2) DTDs are simple text files that can be created with any basic text editor 3) A DTD outlines what elements can be in an XML document and the attributes and sub elements that they can take 4) The DOCTYPE declaration in an XML document specifies the DTD to which it should conform Considering the above, choose the best suitable answer
What parser would you use for searching a huge XML file?
Abbreviate SAX
Among the following which is the tree based XML parsing
Abbreviate DOM