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 data is stored in __________






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






3. XML elements must be properly __________






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






5. Any element located within the root element






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






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






8. XML attribute values must be __________






9. XML validated against a DTD is __________ XML






10. XML names cannot contain __________






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






12. These provide additional information about an element






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






14. All your tags are closed and nested properly






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






16. A defined collection of element and attribute names.






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






18. An element name without a namespace prefix






19. Element may appear ZERO or one time






20. DTD (acronym)






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






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






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






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






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






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






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






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






29. Two XML uses: separation and _______ of data






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






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






32. storage unit for a document's content.






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






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






35. The basic unit of a regex.






36. XML stores a new line as __________






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






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






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






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






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






42. Element may appear ZERO or more times






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. The properties of the data type that distinguish one data type from another.






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






46. In XML - all elements must have a ____________






47. XML with correct syntax is __________ XML






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






49. This schema design involves sets of nested declarations.






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