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 combination of two or more data types. (Each of the base types are known as a member type.)






2. The keyword to declare a DTD attribute






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






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






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






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






7. All your tags conform to their DTD schema






8. DTD (acronym)






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






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






11. Element may appear ZERO or more times






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






13. The compositor that forces elements to be entered in the same order as indicated in the schema.






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






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






16. XML names cannot contain __________






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






18. __________ files can be viewed in all major browsers






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






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






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






22. XML data is stored in __________






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






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






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






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






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






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






29. XML elements must be properly __________






30. All your tags are closed and nested properly






31. __________ allows sloppy XML to still be validated






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






33. XML is a _______________ to HTML






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






35. XML tags are _____________ sensitive






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






37. These provide additional information about an element






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






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






40. Two XML uses: separation and _______ of data






41. The XML document containing the content






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






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






44. In an XML name there are no __________






45. W3C recommends using __________ instead of CSS






46. This schema design involves sets of nested declarations.






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






48. There can only be ____ DTD per XML document.






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






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