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. Text strings that follow certain rules for the format and content.






2. DTD (acronym)






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






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






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






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






7. W3C recommends using __________ instead of CSS






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






9. XML names cannot contain __________






10. The five predefined entity references:< - > - & - ______ - "






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






12. Any element located within the root element






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






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






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






16. __________ files can be viewed in all major browsers






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






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






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






20. XSLT is far more __________ than CSS






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






22. __________ allows sloppy XML to still be validated






23. Element may appear ZERO or one time






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






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






26. The general syntax for a document type declaration






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






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






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






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






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






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






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






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






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






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






37. In XML - all elements must have a ____________






38. The basic unit of a regex.






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






40. An XML-based alternative to DTD






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






42. An XML document that defines the content and structure of one or more XML documents.






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






44. The XML document containing the content






45. With XML - __________ are not allowed






46. These provide additional information about an element






47. This schema design involves sets of nested declarations.






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






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






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