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 all unique values in that collection - example: distinct-values(a, b, c, d, a, c) returns (a, b, c, d)






2. Returns substring from start position to end of string






3. Returns true if str1 contains str2






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






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






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






7. every element and every attribute have just one _________






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






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






10. Returns true if str1 ends with str2






11. Returns true if str2 appears anywhere inside str1






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






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






14. Returns false or true






15. Predicates work somewhat like _____________






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






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






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






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






20. Returns year value out of the date passed






21. Returns next highest integer






22. Selects all book elements with an attribute isbn=






23. Converts string number to numeric value






24. Trims leading and trailing spaces






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






26. Selects all elements in the document






27. Converts value to a string






28. Converts string to lower case






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






30. Returns October or 10 ?






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






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






33. Returns everything after the first occurrence of str2






34. Returns length of passed string






35. XPath contains a library of _________






36. Selects all title elements which have any attribute






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






38. Returns next lowest integer






39. Returns n-length substring from start position






40. Returns 2008






41. Returns today's date






42. Returns timezone value from time passed






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






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






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






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






47. Returns hour value from time passed






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






49. Returns second value from time passed






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