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. Attributes cannot contain __________ or tree structures and are not easily Expandable






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






3. A component of the schema that is a direct child of the root schema element






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






5. With XML - __________ are not allowed






6. An XML-based alternative to DTD






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






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






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






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






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






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






13. __________ allows sloppy XML to still be validated






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






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






16. Element may appear ZERO or one time






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






18. Element may appear ZERO or more times






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






20. XML with correct syntax is __________ XML






21. XSLT is far more __________ than CSS






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






23. Element may appear ONE or more times






24. XML data is stored in __________






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






26. An element name without a namespace prefix






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






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






29. XML has __________ predefined tags






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






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






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






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






34. XML elements must be properly __________






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






36. XML tags are _____________ sensitive






37. __________ files can be viewed in all major browsers






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






39. XML (acronyn)






40. In an XML name there are no __________






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






42. All your tags are closed and nested properly






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






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






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






46. XML validated against a DTD is __________ XML






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






48. DTD (acronym)






49. storage unit for a document's content.






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