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. Used to declare different namespaces - enables same tags to mean different things






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






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






4. All your tags conform to their DTD schema






5. The basic unit of a regex.






6. Element may appear ZERO or more times






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






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






9. XML names cannot contain __________






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






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






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






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






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






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






16. These provide additional information about an element






17. XML tags are _____________ sensitive






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






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






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






21. An element name without a namespace prefix






22. XML attribute values must be __________






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






24. Element may appear ONE or more times






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






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






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






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






29. Two XML uses: separation and _______ of data






30. XML validated against a DTD is __________ XML






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






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






33. The keyword to declare a DTD attribute






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






35. __________ allows sloppy XML to still be validated






36. A defined collection of element and attribute names.






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






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






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






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






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






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






43. An XML-based alternative to DTD






44. XSLT is far more __________ than CSS






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






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






47. Any element located within the root element






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






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






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