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. In an XML name there are no __________






2. If an attribute value itself contains double quotes you can use __________ or "data&quot






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






4. XML names cannot contain __________






5. In XML - all elements must have a ____________






6. These provide additional information about an element






7. XML data is stored in __________






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






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






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






11. A defined collection of element and attribute names.






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






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






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






15. The keyword to declare a DTD attribute






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






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






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






19. XML has __________ predefined tags






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






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






22. An element name without a namespace prefix






23. Element may appear ZERO or one time






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






25. XML attribute values must be __________






26. XML tags are _____________ sensitive






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






28. Element may appear ZERO or more times






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






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






31. XML with correct syntax is __________ XML






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






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






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






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






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






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






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






39. The general syntax for a document type declaration






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






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






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






43. __________ files can be viewed in all major browsers






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






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






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






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






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






49. Element may appear ONE or more times






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