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 has __________ predefined tags






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






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






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






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






6. XML tags are _____________ sensitive






7. This schema design involves sets of nested declarations.






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






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






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






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






12. XSLT is far more __________ than CSS






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






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






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






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






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






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






19. Element may appear ZERO or one time






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






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






22. All your tags are closed and nested properly






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






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






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






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






27. The W3C XML specification states that a program should __________ an XML document if it finds an error






28. The XML document containing the content






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






30. XML elements must be properly __________






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






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






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






34. In XML - all elements must have a ____________






35. __________ files can be viewed in all major browsers






36. Attributes cannot contain __________ or tree structures and are not easily Expandable






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






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






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






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






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






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






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






44. XML documents must contain a ______________






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






46. XML attribute values must be __________






47. XML validated against a DTD is __________ XML






48. These provide additional information about an element






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






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