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. Returns all unique values in that collection - example: distinct-values(a, b, c, d, a, c) returns (a, b, c, d)






2. Concatenates strings together (example concat('It",'is','cool') returns "Itiscool"






3. Selects all title AND price elements of all book elements






4. Selects first two book elements from the children of books element






5. +, -, *, div, =, !=, <, <=, >, >=, or, and, mod (modulus)






6. XSL is what we use to get from readable to _________






7. Returns true if str2 appears anywhere inside str1






8. Selects all book elements with a child element "price" with values greater than 35






9. Returns today's date






10. The process of taking raw XML - adding XSL - and outputting a document file of some type






11. Returns true if str1 starts with str2






12. Returns October or 10 ?






13. A predicate is used by is used by adding square brackets [ ] to the end of a path or portion of a path - and adding ________ inside the brackets






14. Returns false or true






15. Predicates work somewhat like _____________






16. selects first book element from the children of books element






17. Selects current node






18. Converts value to a string






19. XPath is a for defining parts of an XML document






20. Returns timezone value from time passed






21. Returns next highest integer






22. XML documents are treated as _________- so the root of the tree is called the document node or root node






23. Returns everything after the first occurrence of str2






24. Returns logically rounded integer






25. Returns length of passed string






26. _______ have 3 primary relationships: parent - child - sibling






27. Replaces chars of str2 found in str1 with chars of str3






28. Transformation is actually accomplished by a _____________ like Saxon XSLT






29. Concatenates strings together with separator between each string






30. Selects all the child nodes of the bookstore element






31. Returns boolean true or boolean false






32. Returns minute value from time passed






33. Returns next lowest integer






34. xpath function categories: numeric - string - boolea - date/time - ________






35. Returns substring from start position to end of string






36. Returns day value from date passed






37. XPath is a major element in _______






38. Selects parent of current node






39. XPath uses ____________ to navigate in XML documents - selecting nodes or node-sets






40. Returns time right now






41. every element and every attribute have just one _________






42. Seven kinds of nodes in XPath: element - attribute - text - namespace - __________ - comment - document (root) nodes - a.k.a. DECANT-PI






43. Selects last book element from the children of books element






44. Selects from the root node



45. Converts string to upper case






46. Use a | to select more than one _____ (means AND)






47. Selects all title AND price elements in the entire document






48. Travels from current node to select nodes that match - wherever they are

Warning: Invalid argument supplied for foreach() in /var/www/html/basicversity.com/show_quiz.php on line 183


49. XPath contains a library of _________






50. 3 wildcards: ? matches any element node - @ matches any ___________ - node() matches any node of any kind