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. A component of the schema that is a direct child of the root schema element






2. This schema design involves sets of nested declarations.






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






4. XML with correct syntax is __________ XML






5. W3C recommends using __________ instead of CSS






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






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






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






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






10. In an XML name there are no __________






11. XML names cannot contain __________






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






13. The XML document containing the content






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






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






16. All your tags are closed and nested properly






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






18. storage unit for a document's content.






19. XML tags are _____________ sensitive






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






21. Element may appear ONE or more times






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






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






24. __________ files can be viewed in all major browsers






25. XML attribute values must be __________






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






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






28. Element may appear ZERO or more times






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






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






31. A defined collection of element and attribute names.






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






33. XSLT is far more __________ than CSS






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






35. XML (acronyn)






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






37. The keyword to declare a DTD attribute






38. These provide additional information about an element






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






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






41. XML elements must be properly __________






42. __________ allows sloppy XML to still be validated






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






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






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






46. An XML-based alternative to DTD






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






48. XML is a _______________ to HTML






49. The general syntax for a document type declaration






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