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. __________ allows sloppy XML to still be validated






2. You can only have _______ tag with the same name within a single namespace?






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






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






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






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






7. DTD (acronym)






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






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






10. The XML document containing the content






11. Element may appear ZERO or one time






12. With XML - __________ are not allowed






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






14. Two XML uses: separation and _______ of data






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






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






17. The combination of two or more data types. (Each of the base types are known as a member type.)






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






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






20. W3C recommends using __________ instead of CSS






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






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






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






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






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






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






27. XML names cannot contain __________






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






29. XML tags are _____________ sensitive






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






31. XML is a _______________ to HTML






32. __________ files can be viewed in all major browsers






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






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






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






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






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






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






39. This schema design involves sets of nested declarations.






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






41. Occurs when elements from two or more documents share the same name.






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






43. XML elements must be properly __________






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






45. storage unit for a document's content.






46. The keyword to declare a DTD attribute






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






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






49. The basic unit of a regex.






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