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. Element may appear ONE or more times






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






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






4. If an attribute value itself contains double quotes you can use __________ or "data&quot






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






6. XML names cannot contain __________






7. A collection of rules or declarations that define the content and structure of the document.






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






9. XML elements must be properly __________






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






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






12. The XML document containing the content






13. An element name without a namespace prefix






14. XML has __________ predefined tags






15. W3C recommends using __________ instead of CSS






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






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






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






19. Two XML uses: separation and _______ of data






20. In XML - all elements must have a ____________






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






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






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






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






25. With XML - __________ are not allowed






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






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






28. The keyword to declare a DTD attribute






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






30. These provide additional information about an element






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






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






33. All your tags are closed and nested properly






34. XML attribute values must be __________






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






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






37. XML data is stored in __________






38. Element may appear ZERO or more times






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






40. This schema design involves sets of nested declarations.






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






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






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






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






45. A component of the schema that is a direct child of the root schema element






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






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






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






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






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