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. Attributes cannot contain __________ or tree structures and are not easily Expandable






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






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






4. Element may appear ZERO or one time






5. Element may appear ZERO or more times






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






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






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






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






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






11. A defined collection of element and attribute names.






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






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






14. __________ allows sloppy XML to still be validated






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






16. XML names cannot contain __________






17. XML attribute values must be __________






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






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






20. XML (acronyn)






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






22. All your tags are closed and nested properly






23. storage unit for a document's content.






24. XML tags are _____________ sensitive






25. Any element located within the root element






26. XML stores a new line as __________






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






28. XML is a _______________ to HTML






29. The basic unit of a regex.






30. Two XML uses: separation and _______ of data






31. __________ files can be viewed in all major browsers






32. The XML document containing the content






33. The general syntax for a document type declaration






34. XML data is stored in __________






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






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






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






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






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






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






41. This schema design involves sets of nested declarations.






42. In an XML name there are no __________






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






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






45. XML elements must be properly __________






46. XML validated against a DTD is __________ XML






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






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






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






50. The keyword to declare a DTD attribute