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 - the white-space in a document is __________






2. XML is a _______________ to HTML






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






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






5. XSLT is far more __________ than CSS






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






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






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






9. These provide additional information about an element






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






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






12. __________ files can be viewed in all major browsers






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






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






15. XML attribute values must be __________






16. This schema design involves sets of nested declarations.






17. The basic unit of a regex.






18. The keyword to declare a DTD attribute






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






20. An XML-based alternative to DTD






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






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






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






24. Element may appear ZERO or one time






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






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






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






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






29. XML documents must contain a ______________






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






31. The general syntax for a document type declaration






32. XML tags are _____________ sensitive






33. __________ allows sloppy XML to still be validated






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






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






36. XML elements must be properly __________






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






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






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






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






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






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






43. Element may appear ONE or more times






44. With XML - __________ are not allowed






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






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






47. Any element located within the root element






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






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






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