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 XML - the white-space in a document is __________






2. __________ allows sloppy XML to still be validated






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






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






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






6. Two XML uses: separation and _______ of data






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






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






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






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






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






12. This schema design involves sets of nested declarations.






13. An element name without a namespace prefix






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






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






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






17. XML stores a new line as __________






18. The keyword to declare a DTD attribute






19. An XML-based alternative to DTD






20. storage unit for a document's content.






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






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






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






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






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






26. All your tags are closed and nested properly






27. XML documents must contain a ______________






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






29. The basic unit of a regex.






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






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






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






33. With XML - __________ are not allowed






34. __________ files can be viewed in all major browsers






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






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






37. XML is a _______________ to HTML






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






39. XML validated against a DTD is __________ XML






40. All your tags conform to their DTD schema






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






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






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






44. The W3C XML specification states that a program should __________ an XML document if it finds an error






45. Element may appear ZERO or more times






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






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






48. Element may appear ZERO or one time






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






50. These provide additional information about an element