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. A system of symbols (tags) and rules embedded in a document that govern its structure (content) and format (appearance)






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






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






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






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






6. The combination of two or more data types. (Each of the base types are known as a member type.)






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






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






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






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






11. XML tags are _____________ sensitive






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






13. With XML - __________ are not allowed






14. Element may appear ZERO or more times






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






16. The general syntax for a document type declaration






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






18. Two XML uses: separation and _______ of data






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






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






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






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






23. All your tags are closed and nested properly






24. DTD (acronym)






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






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






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






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






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






30. In XML - all elements must have a ____________






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






32. XML names cannot contain __________






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






34. XML attribute values must be __________






35. XML has __________ predefined tags






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






37. The basic unit of a regex.






38. A defined collection of element and attribute names.






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






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






41. Element may appear ONE or more times






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






43. XML validated against a DTD is __________ XML






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






45. __________ allows sloppy XML to still be validated






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






47. An element name without a namespace prefix






48. XML elements must be properly __________






49. In an XML name there are no __________






50. Any element located within the root element