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. Returns year value out of the date passed






2. Returns next highest integer






3. Returns false or true






4. Returns month value out of date passed






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






6. Selects all book elements with an attribute isbn=






7. every element and every attribute have just one _________






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






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






10. XPath contains a library of _________






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






12. Returns length of current node string






13. Returns length of passed string






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






15. Returns everything after the first occurrence of str2






16. Returns true if str1 starts with str2






17. Sibling nodes all have the same ______






18. Returns boolean true or boolean false






19. Returns 2008






20. Returns substring from start position to end of string






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


22. Returns today's date






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






24. Trims leading and trailing spaces






25. Returns true if str2 appears anywhere inside str1






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






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






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






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






30. Returns timezone value from time passed






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






32. Returns logically rounded integer






33. Predicates work somewhat like _____________






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






35. Returns true if str1 contains str2






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






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






38. Selects all the child nodes of the bookstore element






39. Selects current node






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






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






42. Selects all title elements which have any attribute






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






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






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






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






47. XPath is a major element in _______






48. Selects all elements in the document






49. Selects from the root node



50. Returns complete date/time