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 list of values where each list is derived from a base type.






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






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






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






5. A defined collection of element and attribute names.






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






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






8. Element may appear ZERO or more times






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






10. Element may appear ZERO or one time






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






12. The keyword to declare a DTD attribute






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






14. DTD (acronym)






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






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






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






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






19. XML documents do not carry information about how to __________ the data






20. All your tags are closed and nested properly






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






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






23. Any element located within the root element






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






25. XML names cannot contain __________






26. A component of the schema that is a direct child of the root schema element






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






28. XML (acronyn)






29. Element may appear ONE or more times






30. XML stores a new line as __________






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






32. In XML - all elements must have a ____________






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






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






35. XSLT is far more __________ than CSS






36. Two XML uses: separation and _______ of data






37. XML attribute values must be __________






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






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






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






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






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






43. W3C recommends using __________ instead of CSS






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






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






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






47. XML data is stored in __________






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






49. These provide additional information about an element






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