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. An XML-based alternative to DTD






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






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






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






5. In an XML name there are no __________






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






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






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






9. __________ allows sloppy XML to still be validated






10. XML names cannot contain __________






11. XSLT is far more __________ than CSS






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






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






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






15. The basic unit of a regex.






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






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






18. XML stores a new line as __________






19. storage unit for a document's content.






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






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






22. In XML - all elements must have a ____________






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






24. XML tags are _____________ sensitive






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






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






27. XML with correct syntax is __________ XML






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






29. Element may appear ZERO or more times






30. Two XML uses: separation and _______ of data






31. An element name without a namespace prefix






32. XML validated against a DTD is __________ XML






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






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






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






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






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






38. The XML document containing the content






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 combination of two or more data types. (Each of the base types are known as a member type.)






41. All your tags are closed and nested properly






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






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






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






45. __________ files can be viewed in all major browsers






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






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






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






49. XML data is stored in __________






50. XML elements must be properly __________