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. Declaration for mixed content in a DTD - tells the parser to look thru content for other elements to parse






2. The XML document containing the content






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






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






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






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






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






8. XML validated against a DTD is __________ XML






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






10. XML is the most common tool for __________ between all sorts of applications






11. Any element located within the root element






12. A defined collection of element and attribute names.






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






14. XML data is stored in __________






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






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






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






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






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






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






21. Element may appear ONE or more times






22. XML name cannot start with the letters __________ or any variation of them






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






24. storage unit for a document's content.






25. These provide additional information about an element






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






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






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






29. XML is a _______________ to HTML






30. Element may appear ZERO or one time






31. This schema design involves sets of nested declarations.






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






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






34. The basic unit of a regex.






35. In XML - all elements must have a ____________






36. An element name without a namespace prefix






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






38. XML has __________ predefined tags






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






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






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






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






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






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






45. Two XML uses: separation and _______ of data






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






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






48. The keyword to declare a DTD attribute






49. The general syntax for a document type declaration






50. XML tags are _____________ sensitive