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. The W3C XML specification states that a program should __________ an XML document if it finds an error






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






3. In an XML name there are no __________






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






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






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






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






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






9. XML tags are _____________ sensitive






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






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






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






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






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






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






16. XML documents must contain a ______________






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






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






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






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






21. XML is a _______________ to HTML






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






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






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






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






26. A defined collection of element and attribute names.






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






28. XSLT is far more __________ than CSS






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






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






31. An element name without a namespace prefix






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






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






34. With XML - __________ are not allowed






35. The keyword to declare a DTD attribute






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






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






38. All your tags are closed and nested properly






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






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






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






42. XML validated against a DTD is __________ XML






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






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






45. All your tags conform to their DTD schema






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






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






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






49. An XML-based alternative to DTD






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