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 timezone value from time passed






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






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


4. Returns true if str1 ends with str2






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






6. Returns true if str1 contains str2






7. Returns 2008






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






9. Returns month value out of date passed






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






11. Returns n-length substring from start position






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






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






14. every element and every attribute have just one _________






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






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






17. Returns everything after the first occurrence of str2






18. Converts string number to numeric value






19. Returns everything before the first occurrence of str2






20. Returns minute value from time passed






21. Converts value to a string






22. Selects all the child nodes of the bookstore element






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






24. Returns logically rounded integer






25. Returns October or 10 ?






26. Converts string to lower case






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






28. Returns today's date






29. Returns day value from date passed






30. Returns complete date/time






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






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






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






34. XPath is a major element in _______






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






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






37. Returns year value out of the date passed






38. Returns boolean true or boolean false






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






40. Selects parent of current node






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






42. Returns time right now






43. Returns length of passed string






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






45. Selects all elements in the document






46. Returns true if str2 appears anywhere inside str1






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






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






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






50. Selects all book elements with an attribute isbn=