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. XML names cannot contain __________






2. XML (acronyn)






3. With XML - __________ are not allowed






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






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






6. XML attribute values must be __________






7. Two XML uses: separation and _______ of data






8. All your tags are closed and nested properly






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






10. storage unit for a document's content.






11. The basic unit of a regex.






12. These provide additional information about an element






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






14. The XML document containing the content






15. XML documents must contain a ______________






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






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






18. In an XML name there are no __________






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






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






21. In XML - all elements must have a ____________






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






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






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






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






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






27. XML with correct syntax is __________ XML






28. XML is a _______________ to HTML






29. XSLT is far more __________ than CSS






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






31. __________ files can be viewed in all major browsers






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






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






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






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






36. W3C recommends using __________ instead of CSS






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






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






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






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






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






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






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






44. The general syntax for a document type declaration






45. Four attribute values you can specify in a DTD: default value - fixed value - required or ___________






46. Element may appear ZERO or one time






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






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






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






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