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. All your tags are closed and nested properly






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






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






5. W3C recommends using __________ instead of CSS






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






7. DTD (acronym)






8. DTDs can be divided into two parts: ________ subset and external subset






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






10. Element may appear ONE or more times






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






12. The basic unit of a regex.






13. These provide additional information about an element






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






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






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






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






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






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






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






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






22. XML is a _______________ to HTML






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






24. This schema design involves sets of nested declarations.






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






26. storage unit for a document's content.






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






28. XML with correct syntax is __________ XML






29. The XML document containing the content






30. All your tags conform to their DTD schema






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






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






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






34. A defined collection of element and attribute names.






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






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






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






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






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






40. __________ allows sloppy XML to still be validated






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






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






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






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






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






46. Two XML uses: separation and _______ of data






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






48. In an XML name there are no __________






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






50. XML names cannot contain __________