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. XSLT can be used to transform XML into HTML - before it is __________






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






3. W3C recommends using __________ instead of CSS






4. The basic unit of a regex.






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






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






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






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






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






10. XML names cannot contain __________






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






12. This schema design involves sets of nested declarations.






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






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






15. XML validated against a DTD is __________ XML






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






17. XML is a _______________ to HTML






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






19. XML elements must be properly __________






20. XML (acronyn)






21. A system of symbols (tags) and rules embedded in a document that govern its structure (content) and format (appearance)






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






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






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






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






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






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






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






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






30. There can only be ____ DTD per XML document.






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






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






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






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






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






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






37. XML tags are _____________ sensitive






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






39. Element may appear ZERO or one time






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






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






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






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






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






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






46. The general syntax for a document type declaration






47. XML documents must contain a ______________






48. In an XML name there are no __________






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






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