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 attribute values must be __________






2. The XML document containing the content






3. XML elements must be properly __________






4. XSLT is far more __________ than CSS






5. XML data is stored in __________






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






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






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






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






10. All your tags conform to their DTD schema






11. XML is a _______________ to HTML






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






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






14. W3C recommends using __________ instead of CSS






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






16. __________ files can be viewed in all major browsers






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






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






19. XML has __________ predefined tags






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






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






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






23. Text strings that follow certain rules for the format and content.






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






25. This schema design involves sets of nested declarations.






26. storage unit for a document's content.






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






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






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






30. An XML-based alternative to DTD






31. XML names cannot contain __________






32. The basic unit of a regex.






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






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






35. All your tags are closed and nested properly






36. Element may appear ONE or more times






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






38. XML with correct syntax is __________ XML






39. XML validated against a DTD is __________ XML






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






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






42. XML tags are _____________ sensitive






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






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






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






46. Two XML uses: separation and _______ of data






47. Element may appear ZERO or more times






48. __________ allows sloppy XML to still be validated






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






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