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. Text strings that follow certain rules for the format and content.






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






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






4. __________ allows sloppy XML to still be validated






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






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






7. DTD (acronym)






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






9. The general syntax for a document type declaration






10. The keyword to declare a DTD attribute






11. XML attribute values must be __________






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






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






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






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






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






17. XML data is stored in __________






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






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






20. XML documents must contain a ______________






21. An XML-based alternative to DTD






22. A formatted text string that a pattern can be created with - Commonly used in schema languages to describe sequences of characters or elements.






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






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






25. XML stores a new line as __________






26. storage unit for a document's content.






27. XML validated against a DTD is __________ XML






28. XSLT is far more __________ than CSS






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






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






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






32. Two XML uses: separation and _______ of data






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






34. XML is a _______________ to HTML






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






36. XML elements must be properly __________






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






38. The basic unit of a regex.






39. W3C recommends using __________ instead of CSS






40. All your tags are closed and nested properly






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






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






43. XML with correct syntax is __________ XML






44. In an XML name there are no __________






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






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






47. The XML document containing the content






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






49. All your tags conform to their DTD schema






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