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. The basic unit of a regex.






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






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






5. Element may appear ZERO or more times






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






7. DTD (acronym)






8. __________ allows sloppy XML to still be validated






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






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






11. In XML - the white-space in a document is __________






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






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






14. In an XML name there are no __________






15. XML data is stored in __________






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






17. These provide additional information about an element






18. XML (acronyn)






19. Two XML uses: separation and _______ of data






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






21. All your tags are closed and nested properly






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






23. The keyword to declare a DTD attribute






24. XML tags are _____________ sensitive






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






26. XML has __________ predefined tags






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






28. The XML document containing the content






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






30. In XML - all elements must have a ____________






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






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






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






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






35. XML with correct syntax is __________ XML






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






37. storage unit for a document's content.






38. XML is a _______________ to HTML






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






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






41. Any element located within the root element






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






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






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






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






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






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






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






49. An XML-based alternative to DTD






50. The general syntax for a document type declaration