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. For XML best naming practices the three characters should you avoid: _____- period - colon






2. The general syntax for a document type declaration






3. XML tags are _____________ sensitive






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






5. All your tags are closed and nested properly






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






7. __________ allows sloppy XML to still be validated






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






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






10. Two XML uses: separation and _______ of data






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






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






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






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






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






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






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






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






19. __________ files can be viewed in all major browsers






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






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






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






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






24. Element may appear ZERO or more times






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






26. Element may appear ZERO or one time






27. These provide additional information about an element






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






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






30. An element name without a namespace prefix






31. XML attribute values must be __________






32. XML validated against a DTD is __________ XML






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






34. This schema design involves sets of nested declarations.






35. XML documents must contain a ______________






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






37. XML with correct syntax is __________ XML






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






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






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






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






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






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






44. All your tags conform to their DTD schema






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






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






47. XML stores a new line as __________






48. In XML - all elements must have a ____________






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






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