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. Unlike a DTD - a ____________ file has no entity functionality? true






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






3. Any element located within the root element






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






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






6. The XML document containing the content






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






8. All your tags are closed and nested properly






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






10. An element name without a namespace prefix






11. XML data is stored in __________






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






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






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






15. The basic unit of a regex.






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






17. With XML - __________ are not allowed






18. Element may appear ZERO or more times






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






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






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






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






23. XML has __________ predefined tags






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






25. W3C recommends using __________ instead of CSS






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






27. XML names cannot contain __________






28. In an XML name there are no __________






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






30. A defined collection of element and attribute names.






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






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






33. This schema design involves sets of nested declarations.






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






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






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






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






38. The general syntax for a document type declaration






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






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






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






42. XML is a _______________ to HTML






43. The keyword to declare a DTD attribute






44. XML elements must be properly __________






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






46. Element may appear ONE or more times






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






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






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






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