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 contain __________






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






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






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






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






6. Element may appear ZERO or more times






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






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






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






10. XML tags are _____________ sensitive






11. In an XML name there are no __________






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






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






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






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






16. The general syntax for a document type declaration






17. XML validated against a DTD is __________ XML






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






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






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






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






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






23. In XML - an element can contain other elements - text - __________ - or a mix






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






25. XML attribute values must be __________






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






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






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






29. Any element located within the root element






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






31. XSLT is far more __________ than CSS






32. All your tags conform to their DTD schema






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






34. XML stores a new line as __________






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






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






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






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






39. __________ files can be viewed in all major browsers






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






41. The compositor that forces elements to be entered in the same order as indicated in the schema.






42. DTD (acronym)






43. An element name without a namespace prefix






44. A defined collection of element and attribute names.






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






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






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






48. storage unit for a document's content.






49. All your tags are closed and nested properly






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