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. Querying language for pulling out just one portion of an XML doc - i.e. to grab all of a particular tag






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






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






4. XML has __________ predefined tags






5. XML is a _______________ to HTML






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






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






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






9. An XML-based alternative to DTD






10. XML documents must contain a ______________






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






12. Any element located within the root element






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






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






15. In XML - all elements must have a ____________






16. These provide additional information about an element






17. All your tags conform to their DTD schema






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






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






20. The basic unit of a regex.






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






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






23. In an XML name there are no __________






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






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






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






27. DTD (acronym)






28. The keyword to declare a DTD attribute






29. A defined collection of element and attribute names.






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






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






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






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






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






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






36. XSLT is far more __________ than CSS






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






38. Element may appear ONE or more times






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






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






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






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






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






44. Element may appear ZERO or one time






45. An element name without a namespace prefix






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






47. Two XML uses: separation and _______ of data






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






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






50. XML elements must be properly __________