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. Converts string to upper case






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






3. Returns today's date






4. XPath is a major element in _______






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






6. Selects current node






7. Selects parent of current node






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






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






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






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


12. Returns true if str2 appears anywhere inside str1






13. Sibling nodes all have the same ______






14. Returns n-length substring from start position






15. Predicates work somewhat like _____________






16. Returns boolean true or boolean false






17. Selects attributes






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






19. Concatenates strings together with separator between each string






20. Returns month value out of date passed






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






22. Returns hour value from time passed






23. Returns complete date/time






24. Returns substring from start position to end of string






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






26. Returns year value out of the date passed






27. Returns October or 10 ?






28. Selects all book elements with an attribute isbn=






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






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






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






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






33. Returns second value from time passed






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






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






36. Returns timezone value from time passed






37. Returns next lowest integer






38. Returns length of current node string






39. every element and every attribute have just one _________






40. Trims leading and trailing spaces






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






42. Selects from the root node



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






44. Converts string to lower case






45. Returns next highest integer






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






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






48. Returns 2008






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






50. Returns logically rounded integer