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. XML is a software and hardware __________ tool for carrying information






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






3. XML (acronyn)






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






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






6. __________ allows sloppy XML to still be validated






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






8. DTD (acronym)






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






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






11. XML has __________ predefined tags






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






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






14. Unlike a DTD - a ____________ file has no entity functionality? true






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






16. XML tags are _____________ sensitive






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






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






19. In XML - all elements must have a ____________






20. __________ files can be viewed in all major browsers






21. The XML document containing the content






22. Any element located within the root element






23. These provide additional information about an element






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






25. XML is a _______________ to HTML






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






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






28. The keyword to declare a DTD attribute






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






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






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






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






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






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






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






36. Two XML uses: separation and _______ of data






37. XML data is stored in __________






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






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






40. This schema design involves sets of nested declarations.






41. XML documents must contain a ______________






42. The W3C XML specification states that a program should __________ an XML document if it finds an error






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






44. XML names cannot contain __________






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






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






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






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






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






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