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. Two XML uses: separation and _______ of data






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






3. XML (acronyn)






4. XML was created to structure - store - and ________ information






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






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






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






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






9. XML names cannot contain __________






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






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






12. The XML document containing the content






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






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






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






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






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






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






19. All your tags conform to their DTD schema






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






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






22. Element may appear ZERO or one time






23. XML tags are _____________ sensitive






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






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






26. XML data is stored in __________






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






28. In XML - all elements must have a ____________






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






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






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






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






33. XML has __________ predefined tags






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






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






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






37. Element may appear ONE or more times






38. Any element located within the root element






39. storage unit for a document's content.






40. __________ allows sloppy XML to still be validated






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






42. This schema design involves sets of nested declarations.






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






44. XSLT is far more __________ than CSS






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






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






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






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






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






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