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 names cannot start with a number or a __________






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






3. XSLT is far more __________ than CSS






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






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






6. XML is a _______________ to HTML






7. The general syntax for a document type declaration






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






9. All your tags are closed and nested properly






10. In XML - all elements must have a ____________






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






12. The basic unit of a regex.






13. An element name without a namespace prefix






14. __________ allows sloppy XML to still be validated






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






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






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






18. The XML document containing the content






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






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






21. XML stores a new line as __________






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






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






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






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






26. These provide additional information about an element






27. XML with correct syntax is __________ XML






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






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






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






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






32. Element may appear ZERO or more times






33. XML (acronyn)






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






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






36. A defined collection of element and attribute names.






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






38. XML names cannot contain __________






39. Two XML uses: separation and _______ of data






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






41. __________ files can be viewed in all major browsers






42. XML elements must be properly __________






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






44. An XML-based alternative to DTD






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






46. Any element located within the root element






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






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






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






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