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. XSLT can be used to transform XML into HTML - before it is __________






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






3. XML names cannot contain __________






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






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






6. DTD (acronym)






7. All your tags conform to their DTD schema






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






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






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






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






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






13. An XML-based alternative to DTD






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






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






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






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






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






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






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






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






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






23. XML data is stored in __________






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






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






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






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






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






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






30. XML has __________ predefined tags






31. In an XML name there are no __________






32. XML tags are _____________ sensitive






33. XML attribute values must be __________






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






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






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






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






38. Any element located within the root element






39. The basic unit of a regex.






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






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






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






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






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






45. The keyword to declare a DTD attribute






46. Two XML uses: separation and _______ of data






47. The general syntax for a document type declaration






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






49. Element may appear ONE or more times






50. All your tags are closed and nested properly