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. The W3C XML specification states that a program should __________ an XML document if it finds an error






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






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






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






5. A formatted text string that a pattern can be created with - Commonly used in schema languages to describe sequences of characters or elements.






6. The general syntax for a document type declaration






7. The basic unit of a regex.






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






9. XML elements must be properly __________






10. An XML-based alternative to DTD






11. This schema design involves sets of nested declarations.






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






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






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






15. A system of symbols (tags) and rules embedded in a document that govern its structure (content) and format (appearance)






16. An element name without a namespace prefix






17. Any element located within the root element






18. storage unit for a document's content.






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






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






21. XML validated against a DTD is __________ XML






22. Element may appear ONE or more times






23. XML stores a new line as __________






24. XML attribute values must be __________






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






26. XML has __________ predefined tags






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






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






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






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






31. W3C recommends using __________ instead of CSS






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






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






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






35. XML data is stored in __________






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






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






38. Two XML uses: separation and _______ of data






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






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






41. XML with correct syntax is __________ XML






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






43. The keyword to declare a DTD attribute






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






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






46. XML tags are _____________ sensitive






47. Element may appear ZERO or one time






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






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






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