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. Selects from the root node



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






3. Returns 2008






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






5. Selects parent of current node






6. Returns second value from time passed






7. Selects attributes






8. Selects current node






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






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






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






12. Concatenates strings together with separator between each string






13. Returns minute value from time passed






14. Returns true if str1 starts with str2






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






16. Returns false or true






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






18. ________ allow more specific selections within the XPath






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






20. Selects all elements in the document






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






22. Returns everything after the first occurrence of str2






23. Returns next lowest integer






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






25. Selects all the child nodes of the bookstore element






26. Converts string to lower case






27. Returns hour value from time passed






28. Returns length of passed string






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






30. Selects all title elements which have any attribute






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






32. Selects all book elements with an attribute isbn=






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






34. Returns n-length substring from start position






35. Converts string to upper case






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






37. Returns day value from date passed






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






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






40. Returns substring from start position to end of string






41. Returns boolean true or boolean false






42. Returns length of current node string






43. Returns month value out of date passed






44. Returns everything before the first occurrence of str2






45. Returns year value out of the date passed






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






47. Trims leading and trailing spaces






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






49. Returns true if str2 appears anywhere inside str1






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