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. W3C recommends using __________ instead of CSS






2. XML tags are _____________ sensitive






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






4. XML with correct syntax is __________ XML






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






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






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






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






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






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






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






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






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






14. The combination of two or more data types. (Each of the base types are known as a member type.)






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






16. Element may appear ZERO or more times






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






18. Element may appear ZERO or one time






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






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






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






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






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






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






25. XML elements must be properly __________






26. storage unit for a document's content.






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






28. XML validated against a DTD is __________ XML






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






30. The keyword to declare a DTD attribute






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






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






33. A defined collection of element and attribute names.






34. An element name without a namespace prefix






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






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






37. __________ files can be viewed in all major browsers






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






39. The general syntax for a document type declaration






40. Element may appear ONE or more times






41. Any element located within the root element






42. With XML - __________ are not allowed






43. XML documents must contain a ______________






44. This schema design involves sets of nested declarations.






45. In XML - all elements must have a ____________






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






47. XSLT is far more __________ than CSS






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






49. An XML-based alternative to DTD






50. In XML - the white-space in a document is __________