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. It is the advice of w3schools to use tags rather than __________






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






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






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






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






6. XML documents must contain a ______________






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






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






9. DTD (acronym)






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






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






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






13. XML has __________ predefined tags






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






15. An XML-based alternative to DTD






16. W3C recommends using __________ instead of CSS






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






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






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






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






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






22. XML data is stored in __________






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






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






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






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






27. __________ files can be viewed in all major browsers






28. storage unit for a document's content.






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






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






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






32. XML validated against a DTD is __________ XML






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






34. The basic unit of a regex.






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






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






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






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






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






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






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






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






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






44. XML elements must be properly __________






45. __________ allows sloppy XML to still be validated






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






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






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






49. A defined collection of element and attribute names.






50. XML attribute values must be __________