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 stores a new line as __________






2. An XML-based alternative to DTD






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






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






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






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






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






8. XML is a _______________ to HTML






9. XML documents must contain a ______________






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






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






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






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






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






15. XML data is stored in __________






16. The basic unit of a regex.






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






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






19. These provide additional information about an element






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






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






22. XML tags are _____________ sensitive






23. DTD (acronym)






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






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






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






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






28. With XML - __________ are not allowed






29. Any element located within the root element






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






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






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






33. storage unit for a document's content.






34. A defined collection of element and attribute names.






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






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






37. __________ allows sloppy XML to still be validated






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






39. An element name without a namespace prefix






40. Text strings that follow certain rules for the format and content.






41. All your tags are closed and nested properly






42. The XML document containing the content






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






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






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






46. XML names cannot contain __________






47. Element may appear ZERO or more times






48. XML has __________ predefined tags






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






50. This schema design involves sets of nested declarations.