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 true if str1 starts with str2






2. Converts string to upper case






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






4. Returns everything after the first occurrence of str2






5. Returns true if str1 contains str2






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






7. Returns length of current node string






8. Selects attributes






9. Returns everything before the first occurrence of str2






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






11. Selects all the child nodes of the bookstore element






12. Selects all title elements which have any attribute






13. Converts value to a string






14. Returns month value out of date passed






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

Warning: Invalid argument supplied for foreach() in /var/www/html/basicversity.com/show_quiz.php on line 183


16. Selects current node






17. Selects all book elements with an attribute isbn=






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






19. Trims leading and trailing spaces






20. every element and every attribute have just one _________






21. Converts string number to numeric value






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






23. Converts string to lower case






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






25. Returns complete date/time






26. Returns substring from start position to end of string






27. Returns 2008






28. Returns day value from date passed






29. XPath is a major element in _______






30. Returns n-length substring from start position






31. Returns minute value from time passed






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






33. Returns timezone value from time passed






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






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






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






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






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






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






40. Returns next lowest integer






41. Returns boolean true or boolean false






42. Returns today's date






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






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






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






46. Returns hour value from time passed






47. Returns second value from time passed






48. Returns next highest integer






49. XPath contains a library of _________






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