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. XSLT can be used to transform XML into HTML - before it is __________






2. Any element located within the root element






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






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






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






6. Two XML uses: separation and _______ of data






7. The general syntax for a document type declaration






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






9. XML was created to structure - store - and ________ information






10. These provide additional information about an element






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






12. In XML - an element can contain other elements - text - __________ - or a mix






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






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






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






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






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






18. XML validated against a DTD is __________ XML






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






20. XML is a _______________ to HTML






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






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






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






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






25. XML tags are _____________ sensitive






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






27. An element name without a namespace prefix






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






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






30. This schema design involves sets of nested declarations.






31. __________ allows sloppy XML to still be validated






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






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






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






35. The keyword to declare a DTD attribute






36. Element may appear ZERO or one time






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






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






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






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






41. Element may appear ZERO or more times






42. __________ files can be viewed in all major browsers






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






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






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






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






47. storage unit for a document's content.






48. Element may appear ONE or more times






49. XSLT is far more __________ than CSS






50. In XML - all elements must have a ____________