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. In the list of element choices #PCDATA must appear _________






2. An XML-based alternative to DTD






3. Element may appear ZERO or one time






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






5. XML with correct syntax is __________ XML






6. An element that contains only character data and has no attributes.






7. In XML - an element can contain other elements - text - __________ - or a mix






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






9. XML (acronyn)






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






11. Four attribute values you can specify in a DTD: default value - fixed value - required or ___________






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






13. A defined collection of element and attribute names.






14. XML has __________ predefined tags






15. The compositor that forces elements to be entered in the same order as indicated in the schema.






16. __________ allows sloppy XML to still be validated






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






18. The XML document containing the content






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






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






21. In this schema design - all element declarations are made globally.






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






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






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






25. With XML - __________ are not allowed






26. __________ files can be viewed in all major browsers






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






28. XML elements must be properly __________






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






30. XML validated against a DTD is __________ XML






31. XML documents must contain a ______________






32. In an XML name there are no __________






33. An element that has one or more attributes - or is the parent to one or more child elements.






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






35. Two XML uses: separation and _______ of data






36. XML is a _______________ to HTML






37. XML names cannot contain __________






38. DTD (acronym)






39. XML attribute values must be __________






40. XML was created to structure - store - and ________ information






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






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






43. In XML - the white-space in a document is __________






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






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






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






47. XML stores a new line as __________






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






49. The set of textual representations of the value space.






50. The keyword to declare a DTD attribute