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. To view raw XML on a webpage you must __________ and select the page






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






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






4. XML has __________ predefined tags






5. XML data is stored in __________






6. XML documents must contain a ______________






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






8. XML tags are _____________ sensitive






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






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






11. In XML - all elements must have a ____________






12. The general syntax for a document type declaration






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






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






15. Any element located within the root element






16. An XML-based alternative to DTD






17. __________ allows sloppy XML to still be validated






18. storage unit for a document's content.






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






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






21. These provide additional information about an element






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






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






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






25. XML with correct syntax is __________ XML






26. In an XML name there are no __________






27. XML attribute values must be __________






28. All your tags conform to their DTD schema






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






30. The keyword to declare a DTD attribute






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






32. XML documents do not carry information about how to __________ the data






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






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






35. The basic unit of a regex.






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






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






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






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






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






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






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






43. XML is a _______________ to HTML






44. Two XML uses: separation and _______ of data






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






46. An element name without a namespace prefix






47. XML elements must be properly __________






48. All your tags are closed and nested properly






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






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