Test your basic knowledge |

Subject : it-skills
Instructions:
  • Answer 50 questions in 15 minutes.
  • If you are not ready to take this test, you can study here.
  • Match each statement with the correct term.
  • Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.

This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. A component of the schema that is a direct child of the root schema element






2. Occurs when elements from two or more documents share the same name.






3. A set of rules for encoding documents in machine-readable form






4. Element may appear ZERO or one time






5. All your tags conform to their DTD schema






6. XML name cannot start with the letters __________ or any variation of them






7. The properties of the data type that distinguish one data type from another.






8. A limit placed on the facet of a base type.






9. A component nested further inside of the schema structure and not a direct child of the root schema element






10. XML (acronyn)






11. There can only be ____ DTD per XML document.






12. Element may appear ONE or more times






13. You can only have _______ tag with the same name within a single namespace?






14. DTDs can be divided into two parts: ________ subset and external subset






15. For XML best naming practices the three characters should you avoid: _____- period - colon






16. Enumerated attribute that provides information to the XML parser about how to handle non-XML data.






17. A formatted text string that a pattern can be created with - Commonly used in schema languages to describe sequences of characters or elements.






18. XML documents do not carry information about how to __________ the data






19. The set of values that correspond to the data type.






20. This element encloses all other elements and is therefore the sole parent of them all






21. storage unit for a document's content.






22. XML is a software and hardware __________ tool for carrying information






23. The * cardinality indicator appears at the ______ in a mixed content model






24. With __________ you can add display information to an XML document






25. XML tags are __________ by the author of the XML document






26. A defined collection of element and attribute names.






27. The general syntax for a document type declaration






28. Metadata should be stored as attributes - and the __________ should be stored as elements






29. XML has __________ predefined tags






30. An XML document that defines the content and structure of one or more XML documents.






31. XSLT can be used to transform XML into HTML - before it is __________






32. A system of symbols (tags) and rules embedded in a document that govern its structure (content) and format (appearance)






33. XML is the most common tool for __________ between all sorts of applications






34. The XML document containing the content






35. A schema tag that defines how the list will be treated.






36. XML is a _______________ to HTML






37. Unlike a DTD - a ____________ file has no entity functionality? true






38. XML validated against a DTD is __________ XML






39. To view raw XML on a webpage you must __________ and select the page






40. Declaration for mixed content in a DTD - tells the parser to look thru content for other elements to parse






41. These provide additional information about an element






42. Querying language for pulling out just one portion of an XML doc - i.e. to grab all of a particular tag






43. Five different types of element content in DTDs: any - empty - ____________ - elements(child) - mixed






44. An element name without a namespace prefix






45. This can be added to the atom to specify the number of occurrences for a particular character.






46. The combination of two or more data types. (Each of the base types are known as a member type.)






47. In an XML name there are no __________






48. An XML document can be validated using either one of these






49. 3 main DTD components: element - attribute - and ______________






50. It is the advice of w3schools to use tags rather than __________