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. Transformation is actually accomplished by a _____________ like Saxon XSLT






2. Returns month value out of date passed






3. Returns day value from date passed






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






5. Returns length of passed string






6. Returns substring from start position to end of string






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






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






9. Returns logically rounded integer






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






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






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






13. Trims leading and trailing spaces






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






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






16. Selects all title elements which have any attribute






17. Returns 2008






18. every element and every attribute have just one _________






19. Converts string to upper case






20. Selects all the child nodes of the bookstore element






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






22. Converts value to a string






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






24. Selects all book elements with an attribute isbn=






25. Returns everything after the first occurrence of str2






26. Returns complete date/time






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


28. Returns hour value from time passed






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






30. XPath contains a library of _________






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






32. Selects all title elements of the book element AND all price elements in the entire document






33. Selects attributes






34. Returns minute value from time passed






35. Converts string number to numeric value






36. Returns next lowest integer






37. Selects parent of current node






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






39. Predicates work somewhat like _____________






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






41. Returns true if str2 appears anywhere inside str1






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






43. Returns length of current node string






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






45. ________ allow more specific selections within the XPath






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






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






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






49. Selects all elements in the document






50. Returns time right now