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. In the list of element choices #PCDATA must appear _________






2. DTD (acronym)






3. XML tags are _____________ sensitive






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






5. A defined collection of element and attribute names.






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






7. An XML-based alternative to DTD






8. All your tags conform to their DTD schema






9. storage unit for a document's content.






10. This schema design involves sets of nested declarations.






11. Two XML uses: separation and _______ of data






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






13. For XML best naming practices the three characters should you avoid: _____- period - colon






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






15. XML data is stored in __________






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






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






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






19. XML has __________ predefined tags






20. Element may appear ONE or more times






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






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






23. The keyword to declare a DTD attribute






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






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






26. The XML document containing the content






27. With XML - __________ are not allowed






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






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






30. You can only have _______ tag with the same name within a single namespace?






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






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






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






34. XML attribute values must be __________






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






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






37. All your tags are closed and nested properly






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






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






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






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






42. XML validated against a DTD is __________ XML






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






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






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






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






47. An element name without a namespace prefix






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






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






50. The basic unit of a regex.