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. Used to declare different namespaces - enables same tags to mean different things






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






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






4. XML stores a new line as __________






5. Element may appear ZERO or one time






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






7. All your tags conform to their DTD schema






8. XML names cannot contain __________






9. Two XML uses: separation and _______ of data






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






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






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






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






14. In an XML name there are no __________






15. XML is a _______________ to HTML






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






17. This schema design involves sets of nested declarations.






18. The general syntax for a document type declaration






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






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






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






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






23. XML tags are _____________ sensitive






24. These provide additional information about an element






25. Any element located within the root element






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






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






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






29. XML data is stored in __________






30. XML was created to structure - store - and ________ information






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






32. With XML - __________ are not allowed






33. Element may appear ONE or more times






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






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






36. An element name without a namespace prefix






37. XML with correct syntax is __________ XML






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






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






40. A defined collection of element and attribute names.






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






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






43. XML validated against a DTD is __________ XML






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






45. In XML - all elements must have a ____________






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






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






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






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






50. An XML-based alternative to DTD