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. This element encloses all other elements and is therefore the sole parent of them all






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






3. XML elements must be properly __________






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






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






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






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






8. The XML document containing the content






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






10. In an XML name there are no __________






11. An element name without a namespace prefix






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






13. The keyword to declare a DTD attribute






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






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






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






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






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






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






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






21. Two XML uses: separation and _______ of data






22. The basic unit of a regex.






23. XML attribute values must be __________






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






25. XML (acronyn)






26. Element may appear ONE or more times






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






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






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






30. A defined collection of element and attribute names.






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






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






33. XML names cannot contain __________






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






35. storage unit for a document's content.






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






37. All your tags are closed and nested properly






38. These provide additional information about an element






39. XML has __________ predefined tags






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






41. __________ allows sloppy XML to still be validated






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






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






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






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






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






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






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






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






50. XML is a _______________ to HTML