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. In XML - all elements must have a ____________






2. The general syntax for a document type declaration






3. Element may appear ZERO or more times






4. XML elements must be properly __________






5. XML is a _______________ to HTML






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






7. An element name without a namespace prefix






8. XML names cannot contain __________






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






26. In an XML name there are no __________






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






28. XML with correct syntax is __________ XML






29. XML validated against a DTD is __________ XML






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






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






32. __________ files can be viewed in all major browsers






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






34. XML attribute values must be __________






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






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






37. Any element located within the root element






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






39. A defined collection of element and attribute names.






40. The XML document containing the content






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






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






43. __________ allows sloppy XML to still be validated






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






45. XML has __________ predefined tags






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






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






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






49. These provide additional information about an element






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