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. Concatenates strings together with separator between each string






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






3. Returns next lowest integer






4. Selects all book elements with an attribute isbn=






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






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






7. Selects all title elements which have any attribute






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






9. every element and every attribute have just one _________






10. Returns logically rounded integer






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






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






13. Selects current node






14. Returns October or 10 ?






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






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






17. Returns length of passed string






18. Returns true if str2 appears anywhere inside str1






19. Selects from the root node



20. Returns day value from date passed






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






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






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






24. Returns n-length substring from start position






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






26. Returns substring from start position to end of string






27. Returns complete date/time






28. ________ allow more specific selections within the XPath






29. Returns true if str1 contains str2






30. Returns everything before the first occurrence of str2






31. Converts string to lower case






32. Selects all the child nodes of the bookstore element






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






34. Predicates work somewhat like _____________






35. Returns 2008






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






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






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






39. Selects all elements in the document






40. Returns length of current node string






41. Selects parent of current node






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






43. Sibling nodes all have the same ______






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






45. Converts value to a string






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






47. Returns second value from time passed






48. Trims leading and trailing spaces






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






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