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. HTML is a about displaying information - while XML is about _____________ data (transport and storage)






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






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






4. __________ files can be viewed in all major browsers






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






6. With XML - __________ are not allowed






7. XML attribute values must be __________






8. DTD (acronym)






9. Two XML uses: separation and _______ of data






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






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






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






13. XML elements must be properly __________






14. Five different types of element content in DTDs: any - empty - ____________ - elements(child) - mixed






15. XML validated against a DTD is __________ XML






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






17. XML with correct syntax is __________ XML






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






19. All your tags are closed and nested properly






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






21. In an XML name there are no __________






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






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






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






25. XML names cannot contain __________






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






27. These provide additional information about an element






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






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






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






31. In XML - all elements must have a ____________






32. Element may appear ZERO or more times






33. A limit placed on the facet of a base type.






34. XML tags are _____________ sensitive






35. The W3C XML specification states that a program should __________ an XML document if it finds an error






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






37. Element may appear ZERO or one time






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






39. All your tags conform to their DTD schema






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






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






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






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






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






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






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






47. A defined collection of element and attribute names.






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






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






50. The keyword to declare a DTD attribute