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. A collection of rules or declarations that define the content and structure of the document.






2. Element may appear ZERO or one time






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






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






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






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






7. It is the advice of w3schools to use tags rather than __________






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






9. XML documents must contain a ______________






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






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






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






13. The XML document containing the content






14. If an attribute value itself contains double quotes you can use __________ or "data&quot






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






16. XML elements must be properly __________






17. A defined collection of element and attribute names.






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






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






20. These provide additional information about an element






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






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






23. XSLT is far more __________ than CSS






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






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






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






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






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






29. Two XML uses: separation and _______ of data






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






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






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






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






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






35. The keyword to declare a DTD attribute






36. XML (acronyn)






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






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






39. W3C recommends using __________ instead of CSS






40. In an XML name there are no __________






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






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






43. Element may appear ONE or more times






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






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






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






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






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






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






50. XML names cannot contain __________