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. In XML - all elements must have a ____________






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






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






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






5. __________ files can be viewed in all major browsers






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






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






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






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






10. The keyword to declare a DTD attribute






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






12. Element may appear ONE or more times






13. XML names cannot contain __________






14. XSLT is far more __________ than CSS






15. XML (acronyn)






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






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






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






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






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






21. An XML-based alternative to DTD






22. The XML document containing the content






23. An element name without a namespace prefix






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






25. XML stores a new line as __________






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






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






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






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






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






31. XML elements must be properly __________






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






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






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






35. This schema design involves sets of nested declarations.






36. Two XML uses: separation and _______ of data






37. In an XML name there are no __________






38. Any element located within the root element






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






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






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






42. __________ allows sloppy XML to still be validated






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






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






45. W3C recommends using __________ instead of CSS






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






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






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






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






50. The general syntax for a document type declaration