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. XML is a _______________ to HTML






2. The XML document containing the content






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






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






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






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






7. XML data is stored in __________






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






9. This schema design involves sets of nested declarations.






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






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






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






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






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






15. XML elements must be properly __________






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






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






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






19. The general syntax for a document type declaration






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






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






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






23. With XML - __________ are not allowed






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






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






26. DTD (acronym)






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






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






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






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






31. Two XML uses: separation and _______ of data






32. Element may appear ZERO or more times






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






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






35. XML stores a new line as __________






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






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






38. In an XML name there are no __________






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






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






41. __________ allows sloppy XML to still be validated






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






43. Used to declare different namespaces - enables same tags to mean different things






44. XML tags are _____________ sensitive






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






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






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






48. Any element located within the root element






49. HTML is a about displaying information - while XML is about _____________ data (transport and storage)






50. All your tags conform to their DTD schema