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


2. Selects all title elements which have any attribute






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






4. Returns everything before the first occurrence of str2






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






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






7. XPath contains a library of _________






8. Returns true if str2 appears anywhere inside str1






9. Returns 2008






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






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






12. Selects all the child nodes of the bookstore element






13. Selects all book elements with an attribute isbn=






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






15. Predicates work somewhat like _____________






16. Returns today's date






17. Element nodes may have zero - one - or more _________






18. Returns time right now






19. Returns boolean true or boolean false






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






21. Inserts new itemX into the collection at the positionX - example insert-before("a", "b", "c"), 3, "z") returns (abzc)






22. Converts string to lower case






23. Returns minute value from time passed






24. Converts string to upper case






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






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






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






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






29. Returns n-length substring from start position






30. Returns true if str1 starts with str2






31. Returns logically rounded integer






32. Returns substring from start position to end of string






33. Returns timezone value from time passed






34. Returns length of current node string






35. Returns false or true






36. Returns length of passed string






37. Returns month value out of date passed






38. XPath is a major element in _______






39. Returns second value from time passed






40. Returns absolute value (example abs(-2.5) returns 2.5






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






42. Returns complete date/time






43. Returns everything after the first occurrence of str2






44. Returns next highest integer






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






46. Selects all elements in the document






47. Returns day value from date passed






48. Converts string number to numeric value






49. Returns hour value from time passed






50. Returns true if str1 ends with str2