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. 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


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






3. Converts string to upper case






4. Returns year value out of the date passed






5. Converts string number to numeric value






6. Returns logically rounded integer






7. Returns false or true






8. XPath is a major element in _______






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






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






11. Converts value to a string






12. Gets position(s) of target item(s) - example: index-of(15, 40, 25, 40, 10), 40) returns (2, 4)






13. The XPath division operator not "/" cuz "/" is used in path expressions






14. Sibling nodes all have the same ______






15. Returns true if str1 ends with str2






16. 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






17. ________ allow more specific selections within the XPath






18. Converts string to lower case






19. Returns month value out of date passed






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






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






22. Selects all the child nodes of the bookstore element






23. Returns minute value from time passed






24. Trims leading and trailing spaces






25. Compares strings, returns 0 if same, -1 if not same






26. Selects current node






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






28. Returns length of passed string






29. 3 parts of XSL (eXtensible stylesheet language): Xpath for navigating XML documents - XSLT for ______ documents - XSL-FO for formatting XML documents






30. Returns everything before the first occurrence of str2






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






32. Returns all unique values in that collection - example: distinct-values(a, b, c, d, a, c) returns (a, b, c, d)






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






34. Returns time right now






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






36. Returns 2008






37. Returns length of current node string






38. Returns today's date






39. Returns true if str1 starts with str2






40. In str1, replaces all occurrences of str2 with str3






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






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






43. Returns day value from date passed






44. Returns second value from time passed






45. Removes item in the position - example: remove(("ab", "cd", "ef"), 1) returns ("cd", "ef")






46. Returns false if true - true if false (negative logic)






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






48. XPath contains a library of _________






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






50. Selects all title elements which have any attribute