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. XML tags are _____________ sensitive






2. XML names cannot contain __________






3. The XML document containing the content






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






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






6. An element that contains only character data and has no attributes.






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






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






9. A set of rules for encoding documents in machine-readable form






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






11. Two XML uses: separation and _______ of data






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






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






14. A system of symbols (tags) and rules embedded in a document that govern its structure (content) and format (appearance)






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






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






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






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






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






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






21. XML stores a new line as __________






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






23. XML elements must be properly __________






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






25. Element may appear ZERO or more times






26. XML has __________ predefined tags






27. XML validated against a DTD is __________ XML






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






29. The basic unit of a regex.






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






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






32. The keyword to declare a DTD attribute






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






34. XML documents must contain a ______________






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






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






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






38. DTDs can be divided into two parts: ________ subset and external subset






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






40. XML attribute values must be __________






41. The general syntax for a document type declaration






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






43. __________ files can be viewed in all major browsers






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






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






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






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






48. These provide additional information about an element






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






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