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 logically rounded integer






2. every element and every attribute have just one _________






3. Converts string number to numeric value






4. Returns October or 10 ?






5. Returns substring from start position to end of string






6. Returns today's date






7. Selects current node






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






9. Returns everything after the first occurrence of str2






10. Converts value to a string






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






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






13. Predicates work somewhat like _____________






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






15. Returns 2008






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






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






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






19. Returns time right now






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






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






22. ________ allow more specific selections within the XPath






23. Selects all the child nodes of the bookstore element






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






25. Returns false or true






26. Returns next lowest integer






27. Returns boolean true or boolean false






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






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






30. Returns true if str1 starts with str2






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






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






33. XPath is a major element in _______






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






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






36. Selects attributes






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






38. Returns minute value from time passed






39. Returns length of passed string






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






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






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






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






44. Returns month value out of date passed






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






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






47. Selects all book elements with an attribute isbn=






48. Converts string to lower case






49. Returns day value from date passed






50. Returns second value from time passed