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. XML data is stored in __________






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






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






4. This schema design involves sets of nested declarations.






5. XML (acronyn)






6. XML tags are _____________ sensitive






7. Element may appear ZERO or more times






8. storage unit for a document's content.






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






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






11. A defined collection of element and attribute names.






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






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






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






15. All your tags conform to their DTD schema






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






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






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






19. XML is a software and hardware __________ tool for carrying information






20. Two XML uses: separation and _______ of data






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






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






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






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






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






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






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






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






29. XML attribute values must be __________






30. XML has __________ predefined tags






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






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






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






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






35. With XML - __________ are not allowed






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






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






38. XSLT is far more __________ than CSS






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






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






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






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






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






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






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






46. All your tags are closed and nested properly






47. The general syntax for a document type declaration






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






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






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