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. Replaces chars of str2 found in str1 with chars of str3






2. Returns length of current node string






3. Returns next lowest integer






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






5. Returns false or true






6. Returns boolean true or boolean false






7. Returns year value out of the date passed






8. Selects all the child nodes of the bookstore element






9. Returns n-length substring from start position






10. Returns true if str1 contains str2






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






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


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






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






15. Returns logically rounded integer






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






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






18. Selects all book elements with an attribute isbn=






19. Concatenates strings together with separator between each string






20. Returns month value out of date passed






21. Returns complete date/time






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






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






24. Returns true if str1 starts with str2






25. Returns second value from time passed






26. Returns true if str1 ends with str2






27. Returns next highest integer






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






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






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






31. Selects current node






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






33. Returns time right now






34. Returns everything after the first occurrence of str2






35. Trims leading and trailing spaces






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






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






38. Returns 2008






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






40. ________ allow more specific selections within the XPath






41. Returns minute value from time passed






42. XPath contains a library of _________






43. Selects parent of current node






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






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






46. Returns length of passed string






47. Converts string number to numeric value






48. Converts string to lower case






49. Converts value to a string






50. Selects all elements in the document