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 the list of element choices #PCDATA must appear _________






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






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






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






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






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






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






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






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






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






11. Two XML uses: separation and _______ of data






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






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






14. All your tags conform to their DTD schema






15. This schema design involves sets of nested declarations.






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






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






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






19. The general syntax for a document type declaration






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






21. An XML document can be validated using either one of these






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






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






24. Element may appear ZERO or more times






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






26. Element may appear ONE or more times






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






28. __________ files can be viewed in all major browsers






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






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






31. XML attribute values must be __________






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






33. An XML-based alternative to DTD






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






35. XML validated against a DTD is __________ XML






36. XSLT is far more __________ than CSS






37. XML elements must be properly __________






38. The basic unit of a regex.






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






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






41. W3C recommends using __________ instead of CSS






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






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






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






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






46. DTD (acronym)






47. Any element located within the root element






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






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






50. XML names can contain letters - __________ - and other characters