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. XSLT is far more __________ than CSS






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






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






4. XML validated against a DTD is __________ XML






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






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






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






8. Element may appear ZERO or one time






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






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






11. Text strings that follow certain rules for the format and content.






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






13. In an XML name there are no __________






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






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






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






17. The keyword to declare a DTD attribute






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






19. storage unit for a document's content.






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






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






22. __________ files can be viewed in all major browsers






23. All your tags conform to their DTD schema






24. The basic unit of a regex.






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






26. XML tags are _____________ sensitive






27. An element name without a namespace prefix






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






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






30. The set of values that correspond to the data type.






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






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






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






34. XML stores a new line as __________






35. The XML document containing the content






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






37. Any element located within the root element






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






39. XML names cannot contain __________






40. W3C recommends using __________ instead of CSS






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






42. An XML-based alternative to DTD






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






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






45. DTD (acronym)






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






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






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






49. These provide additional information about an element






50. With XML - __________ are not allowed