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. With __________ you can add display information to an XML document






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






3. This schema design involves sets of nested declarations.






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






5. XML elements must be properly __________






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






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






8. Element may appear ONE or more times






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






10. Element may appear ZERO or one time






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






12. An XML-based alternative to DTD






13. Declaration for mixed content in a DTD - tells the parser to look thru content for other elements to parse






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






15. Element may appear ZERO or more times






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






17. XSLT is far more __________ than CSS






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






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






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






21. XML has __________ predefined tags






22. These provide additional information about an element






23. DTD (acronym)






24. The basic unit of a regex.






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






26. In an XML name there are no __________






27. All your tags conform to their DTD schema






28. The keyword to declare a DTD attribute






29. 3 main DTD components: element - attribute - and ______________






30. The XML document containing the content






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






32. A defined collection of element and attribute names.






33. With XML - __________ are not allowed






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






35. storage unit for a document's content.






36. XML validated against a DTD is __________ XML






37. __________ files can be viewed in all major browsers






38. Any element located within the root element






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






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






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






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






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






44. An element name without a namespace prefix






45. XML names cannot contain __________






46. XML attribute values must be __________






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






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






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






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