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 day value from date passed






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






3. Returns length of passed string






4. Sibling nodes all have the same ______






5. Selects all title elements which have any attribute






6. Returns everything before the first occurrence of str2






7. Returns everything after the first occurrence of str2






8. Returns length of current node string






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






10. Returns logically rounded integer






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






12. Returns hour value from time passed






13. Predicates work somewhat like _____________






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






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






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






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






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






19. Returns false or true






20. Returns true if str2 appears anywhere inside str1






21. Concatenates strings together with separator between each string






22. ________ allow more specific selections within the XPath






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






24. 3 parts of XSL (eXtensible stylesheet language): Xpath for navigating XML documents - XSLT for ______ documents - XSL-FO for formatting XML documents






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






26. Converts string to upper case






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






28. Trims leading and trailing spaces






29. Returns true if str1 starts with str2






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






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






32. Selects parent of current node






33. Returns time right now






34. Selects all the child nodes of the bookstore element






35. Returns true if str1 contains str2






36. Returns substring from start position to end of string






37. Returns true if str1 ends with str2






38. Converts string to lower case






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






40. Returns boolean true or boolean false






41. Converts string number to numeric value






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






43. Returns second value from time passed






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






45. XPath contains a library of _________






46. Returns minute value from time passed






47. Returns complete date/time






48. Returns n-length substring from start position






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






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