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 general syntax for a document type declaration






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






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






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






5. In XML - all elements must have a ____________






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






7. XML elements must be properly __________






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






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






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






11. storage unit for a document's content.






12. XML names cannot contain __________






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






14. The properties of the data type that distinguish one data type from another.






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






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






17. All your tags conform to their DTD schema






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






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






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






21. XSLT can be used to transform XML into HTML - before it is __________






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






23. Element may appear ZERO or more times






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






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






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






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






28. Element may appear ONE or more times






29. XML validated against a DTD is __________ XML






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






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






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






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






34. XML stores a new line as __________






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






36. These provide additional information about an element






37. XML (acronyn)






38. Element may appear ZERO or one time






39. The basic unit of a regex.






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






41. XML has __________ predefined tags






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






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






44. This schema design involves sets of nested declarations.






45. Two XML uses: separation and _______ of data






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






47. In an XML name there are no __________






48. XML with correct syntax is __________ XML






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






50. The keyword to declare a DTD attribute