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 with correct syntax is __________ XML






2. XML names cannot contain __________






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






4. The general syntax for a document type declaration






5. __________ files can be viewed in all major browsers






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






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






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






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






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






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






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






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






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






15. An element name without a namespace prefix






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






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






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






19. __________ allows sloppy XML to still be validated






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






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






22. XML has __________ predefined tags






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






24. XML documents must contain a ______________






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






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






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






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






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






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






31. Element may appear ZERO or one time






32. In XML - all elements must have a ____________






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






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






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






36. With XML - __________ are not allowed






37. XML data is stored in __________






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






39. XML attribute values must be __________






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






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






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






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






44. storage unit for a document's content.






45. Two XML uses: separation and _______ of data






46. Element may appear ONE or more times






47. XML stores a new line as __________






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






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






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