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. An XML document that defines the content and structure of one or more XML documents.






2. All your tags are closed and nested properly






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






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






5. Element may appear ZERO or one time






6. XML with correct syntax is __________ XML






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






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






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






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






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






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






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






14. This schema design involves sets of nested declarations.






15. XML is a _______________ to HTML






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






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






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






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






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






21. All your tags conform to their DTD schema






22. In an XML name there are no __________






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






24. XML has __________ predefined tags






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






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






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






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






29. XML tags are _____________ sensitive






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






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






32. XML names cannot contain __________






33. An element name without a namespace prefix






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






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






36. W3C recommends using __________ instead of CSS






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






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






39. The general syntax for a document type declaration






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






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






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






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






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






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






46. Element may appear ONE or more times






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






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






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






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