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. The set of textual representations of the value space.






2. In an XML name there are no __________






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






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






5. The keyword to declare a DTD attribute






6. In XML - all elements must have a ____________






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






8. An element name without a namespace prefix






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






10. All your tags conform to their DTD schema






11. XML names cannot contain __________






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






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






14. The XML document containing the content






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






16. Element may appear ZERO or more times






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






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






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






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






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






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






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






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






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






26. XML (acronyn)






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






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






29. __________ allows sloppy XML to still be validated






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






31. XML has __________ predefined tags






32. XML with correct syntax is __________ XML






33. XML data is stored in __________






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






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






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






37. Element may appear ZERO or one time






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






39. Element may appear ONE or more times






40. XML stores a new line as __________






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






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






43. There can only be ____ DTD per XML document.






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






45. With XML - __________ are not allowed






46. Any element located within the root element






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






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






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






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