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 stores a new line as __________






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






3. With XML - __________ are not allowed






4. The set of textual representations of the value space.






5. Any element located within the root element






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






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






8. Element may appear ZERO or one time






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






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






11. XSLT is far more __________ than CSS






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






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






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






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






16. storage unit for a document's content.






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






18. The basic unit of a regex.






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






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






21. An element name without a namespace prefix






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






23. An element that contains only character data and has no attributes.






24. Element may appear ONE or more times






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






26. This schema design involves sets of nested declarations.






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






28. __________ allows sloppy XML to still be validated






29. XML data is stored in __________






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






31. These provide additional information about an element






32. The general syntax for a document type declaration






33. The purpose of this is to define the structure of an XML document






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






35. XML tags are _____________ sensitive






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






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






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






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






40. In an XML name there are no __________






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






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






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






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






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






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






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






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






49. XML has __________ predefined tags






50. XML is a _______________ to HTML