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. DTDs can be divided into two parts: ________ subset and external subset






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






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






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






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






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






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






8. In an XML name there are no __________






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






10. An element name without a namespace prefix






11. XSLT is far more __________ than CSS






12. XML (acronyn)






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






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






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






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






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






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






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






20. All your tags are closed and nested properly






21. XML stores a new line as __________






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






23. This schema design involves sets of nested declarations.






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






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






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






27. __________ allows sloppy XML to still be validated






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






29. XML is a _______________ to HTML






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






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






32. XML elements must be properly __________






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






34. XML validated against a DTD is __________ XML






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






36. __________ files can be viewed in all major browsers






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






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






39. A formatted text string that a pattern can be created with - Commonly used in schema languages to describe sequences of characters or elements.






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






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






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






43. The general syntax for a document type declaration






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






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






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






47. Element may appear ZERO or more times






48. In XML - all elements must have a ____________






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






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