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. Used to declare different namespaces - enables same tags to mean different things






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






3. The keyword to declare a DTD attribute






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






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






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






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






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






9. An element name without a namespace prefix






10. A defined collection of element and attribute names.






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






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






13. These provide additional information about an element






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






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






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






17. This schema design involves sets of nested declarations.






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






19. __________ files can be viewed in all major browsers






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






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






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






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






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






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






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






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






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






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






30. storage unit for a document's content.






31. Element may appear ZERO or more times






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






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






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






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






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






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






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






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






40. DTD (acronym)






41. In an XML name there are no __________






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






43. In XML - all elements must have a ____________






44. XML tags are _____________ sensitive






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






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






47. Two XML uses: separation and _______ of data






48. XML names cannot contain __________






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






50. W3C recommends using __________ instead of CSS