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. Querying language for pulling out just one portion of an XML doc - i.e. to grab all of a particular tag






2. XML names cannot contain __________






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






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






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






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






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






8. XML tags are _____________ sensitive






9. With XML - __________ are not allowed






10. XML validated against a DTD is __________ XML






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






12. Two XML uses: separation and _______ of data






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






14. W3C recommends using __________ instead of CSS






15. This schema design involves sets of nested declarations.






16. XML data is stored in __________






17. XSLT is far more __________ than CSS






18. XML stores a new line as __________






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






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






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






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






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






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






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






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






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






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






29. These provide additional information about an element






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






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






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






33. Element may appear ZERO or more times






34. A defined collection of element and attribute names.






35. XML is a _______________ to HTML






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






37. In XML - all elements must have a ____________






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






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






40. __________ files can be viewed in all major browsers






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






42. A schema tag that defines how the list will be treated.






43. The XML document containing the content






44. The basic unit of a regex.






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






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






47. In an XML name there are no __________






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






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






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