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. HTML is a about displaying information - while XML is about _____________ data (transport and storage)






2. The XML document containing the content






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






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






5. storage unit for a document's content.






6. __________ allows sloppy XML to still be validated






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






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






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






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






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






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






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






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






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






16. XML has __________ predefined tags






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






18. XML stores a new line as __________






19. In an XML name there are no __________






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






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






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






23. The purpose of this is to define the structure of an XML document






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






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






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






27. Element may appear ZERO or one time






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






29. Element may appear ZERO or more times






30. In XML - all elements must have a ____________






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






32. Two XML uses: separation and _______ of data






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






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






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






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






37. XML attribute values must be __________






38. A defined collection of element and attribute names.






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






40. XML tags are _____________ sensitive






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






42. Element may appear ONE or more times






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






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






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






46. The general syntax for a document type declaration






47. An XML-based alternative to DTD






48. XML data is stored in __________






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






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