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. With __________ you can add display information to an XML document






2. An element name without a namespace prefix






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






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






5. The basic unit of a regex.






6. An XML-based alternative to DTD






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






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






9. The keyword to declare a DTD attribute






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






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






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






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






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






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






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






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






18. This schema design involves sets of nested declarations.






19. W3C recommends using __________ instead of CSS






20. XML elements must be properly __________






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






22. In an XML name there are no __________






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






24. All your tags are closed and nested properly






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






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






27. XML names cannot contain __________






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






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






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






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






32. XML has __________ predefined tags






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






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






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






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






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






38. The properties of the data type that distinguish one data type from another.






39. Element may appear ZERO or one time






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






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






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






43. XML tags are _____________ sensitive






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






45. The general syntax for a document type declaration






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






47. DTD (acronym)






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






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






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