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. Occurs when elements from two or more documents share the same name.






2. The general syntax for a document type declaration






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






4. XML documents must contain a ______________






5. An element name without a namespace prefix






6. All your tags conform to their DTD schema






7. XML (acronyn)






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






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






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






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






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






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






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






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






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






17. XML with correct syntax is __________ XML






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






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






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






21. XML tags are _____________ sensitive






22. XML is a _______________ to HTML






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






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






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






26. The XML document containing the content






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






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






29. Two XML uses: separation and _______ of data






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






31. Element may appear ONE or more times






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






33. XML elements must be properly __________






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






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






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






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






38. This schema design involves sets of nested declarations.






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






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






41. In XML - all elements must have a ____________






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






43. With XML - __________ are not allowed






44. XML stores a new line as __________






45. __________ files can be viewed in all major browsers






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






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






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






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






50. XML names cannot contain __________