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. __________ allows sloppy XML to still be validated






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






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






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






5. XML data is stored in __________






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






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






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






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






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






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






12. In an XML name there are no __________






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






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






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






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






17. XML is a _______________ to HTML






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






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






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






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






22. The keyword to declare a DTD attribute






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






24. XML stores a new line as __________






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






26. W3C recommends using __________ instead of CSS






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






28. These provide additional information about an element






29. Element may appear ZERO or more times






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






31. The XML document containing the content






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






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






34. Occurs when elements from two or more documents share the same name.






35. XML with correct syntax is __________ XML






36. XML (acronyn)






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






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






39. XML documents must contain a ______________






40. Two XML uses: separation and _______ of data






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






42. An element name without a namespace prefix






43. XML has __________ predefined tags






44. XML attribute values must be __________






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






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






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






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






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






50. In XML - all elements must have a ____________