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 set of rules for encoding documents in machine-readable form






2. The XML document containing the content






3. An element name without a namespace prefix






4. The five predefined entity references:< - > - & - ______ - "






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






6. Three generalized categories of attribute values: string - ________ - tokenized






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






8. An XML-based alternative to DTD






9. XML names cannot contain __________






10. storage unit for a document's content.






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






12. Element may appear ZERO or more times






13. The keyword to declare a DTD attribute






14. XML is a _______________ to HTML






15. Defines how many times an element can appear within a content model - its absence indicates element must appear once and only once






16. W3C recommends using __________ instead of CSS






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






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






19. With XSLT you can transform an XML document into ______






20. XML (acronyn)






21. With XML - __________ are not allowed






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






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






24. __________ allows sloppy XML to still be validated






25. A defined collection of element and attribute names.






26. All your tags conform to their DTD schema






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






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






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






30. In the list of element choices #PCDATA must appear _________






31. XML attribute values must be __________






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






33. XML data is stored in __________






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






35. The basic unit of a regex.






36. A list of values where each list is derived from a base type.






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






38. XML documents must contain a ______________






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






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






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






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






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






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






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






46. XML validated against a DTD is __________ XML






47. XML names can contain letters - __________ - and other characters






48. XML names cannot start with a number or a __________






49. XML with correct syntax is __________ XML






50. XML has __________ predefined tags