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. DTD (acronym)






2. XML validated against a DTD is __________ XML






3. Element may appear ZERO or one time






4. XML with correct syntax is __________ XML






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






6. XML elements must be properly __________






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






8. Element may appear ONE or more times






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






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






11. XML stores a new line as __________






12. XML data is stored in __________






13. storage unit for a document's content.






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






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






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






17. In XML - all elements must have a ____________






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






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






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






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






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






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






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






25. These provide additional information about an element






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






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






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






29. XML (acronyn)






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






31. XML documents must contain a ______________






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






33. An element name without a namespace prefix






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






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






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






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






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






39. XML is a _______________ to HTML






40. XML names cannot contain __________






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






42. XSLT is far more __________ than CSS






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






44. The general syntax for a document type declaration






45. __________ allows sloppy XML to still be validated






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






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






48. Element may appear ZERO or more times






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






50. All your tags conform to their DTD schema