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. __________ files can be viewed in all major browsers






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






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






4. XML validated against a DTD is __________ XML






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






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






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






8. XML documents must contain a ______________






9. Element may appear ONE or more times






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






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






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






13. All your tags conform to their DTD schema






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






15. Element may appear ZERO or one time






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






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






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






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






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






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






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






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






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






25. Any element located within the root element






26. XML elements must be properly __________






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






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






29. storage unit for a document's content.






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






31. XML tags are _____________ sensitive






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






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






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






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






36. An element name without a namespace prefix






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






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






39. The general syntax for a document type declaration






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






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






42. With XML - __________ are not allowed






43. XML attribute values must be __________






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






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






46. This schema design involves sets of nested declarations.






47. Two XML uses: separation and _______ of data






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






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






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