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. Attributes cannot contain __________ or tree structures and are not easily Expandable






2. All your tags conform to their DTD schema






3. The XML document containing the content






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






5. XML stores a new line as __________






6. __________ allows sloppy XML to still be validated






7. In an XML name there are no __________






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






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






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






11. Element may appear ZERO or more times






12. A component nested further inside of the schema structure and not a direct child of the root schema element






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






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






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






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






17. XSLT is far more __________ than CSS






18. XML elements must be properly __________






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






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






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






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






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






24. In XML - all elements must have a ____________






25. Element may appear ONE or more times






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






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






28. XML is a _______________ to HTML






29. XML tags are _____________ sensitive






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






31. Any element located within the root element






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






33. XML names cannot contain __________






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






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






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






37. W3C recommends using __________ instead of CSS






38. XML data is stored in __________






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






40. The properties of the data type that distinguish one data type from another.






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






42. With XML - __________ are not allowed






43. Two XML uses: separation and _______ of data






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






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






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






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






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






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






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