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. W3C recommends using __________ instead of CSS






2. storage unit for a document's content.






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






4. XML documents must contain a ______________






5. XML with correct syntax is __________ XML






6. Any element located within the root element






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






8. The keyword to declare a DTD attribute






9. XML data is stored in __________






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






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






12. XML elements must be properly __________






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






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






15. A set of rules for encoding documents in machine-readable form






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






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






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






19. An element name without a namespace prefix






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






21. All your tags conform to their DTD schema






22. These provide additional information about an element






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






24. Element may appear ZERO or one time






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






26. In an XML name there are no __________






27. __________ files can be viewed in all major browsers






28. An XML-based alternative to DTD






29. All your tags are closed and nested properly






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






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






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






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






34. Element may appear ONE or more times






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






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






37. The basic unit of a regex.






38. XML has __________ predefined tags






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






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






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






42. With XML - __________ are not allowed






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






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






45. The XML document containing the content






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






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






48. XML attribute values must be __________






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






50. XML is a _______________ to HTML