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. 3 main DTD components: element - attribute - and ______________






2. W3C recommends using __________ instead of CSS






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






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






5. The basic unit of a regex.






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






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






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






9. XML validated against a DTD is __________ XML






10. XML (acronyn)






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






12. XML stores a new line as __________






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






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






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






16. All your tags conform to their DTD schema






17. An XML-based alternative to DTD






18. XSLT can be used to transform XML into HTML - before it is __________






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






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






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






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






23. Element may appear ZERO or more times






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






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






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






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






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






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






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






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






32. An element that contains only character data and has no attributes.






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






34. Any element located within the root element






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






36. __________ files can be viewed in all major browsers






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






38. XML is a _______________ to HTML






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






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






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






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






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






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






45. With XML - __________ are not allowed






46. Two XML uses: separation and _______ of data






47. The general syntax for a document type declaration






48. storage unit for a document's content.






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






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