Home > PHP & Programming > Quizzes > Advanced PHP Practice Test: XML
Advanced PHP Practice Test: XML
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 75% Most missed: “....-is a markup language much like HTML. Sol:”
Advanced PHP Practice Test: XML
Time left 00:00
25 Questions

1. An xml tag or element can contain text ,attributes ,other elements. Sol:
2. All......can be accessed through the XML DOM. Sol:
3. An....-element is everything from (including) the element's start tag to (including) the element's end tag.
4. An- - - - - - can contains wide variety of data.For example, database of numbers, numbers representing molecular structure or a mathematical equation.
5. An XML tree starts at a..........and branches from the root to child elements.
6. ....-is the default character encoding for XML documents. Sol:
7. To avoid errors you should specify encoding used, or save your XML files asUTF-8.
8. ....-plays an important role in many different IT systems. Sol:
9. An......can contains wide variety of data.For example, database of numbers, numbers representing molecular structure or a mathematical equation.
10. The........defines a standard way for accessing and manipulating XMLdocuments. It presents an XML document as a tree-structure.
11. ........-values must always be quoted in xml. Either single or double quotes can be used.
12. ....works with predefined tags like

,

, , etc. Sol:
13. This line is called the XML....: Sol:
14. XML documents are formed as........ Sol:
15. An element with no content is said to be Empty XML Elements. Sol:
16. The XML......is optional. If it exists, it must come first in the document Sol:
17. The....language has no predefined tags Sol:
18. With....the author must define both the tags and the document structure Sol:
19. ....-is often used for distributing data over the Internet Sol:
20. This line is called the XML prolog: Sol:
21. ....not works with predefined tags like

,

,

, etc. Sol:
22. An XML tree starts at a........and branches from the root to child elements.
23. ........is a markup language that looks a lot like HTML Sol:
24. XML stands for............-. Sol:
25. An......document is a basic unit of XML information composed of elements and other markup in an orderly package.