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 str2 appears anywhere inside str1






2. Returns 2008






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






4. Selects attributes






5. Removes item in the position - example: remove(("ab", "cd", "ef"), 1) returns ("cd", "ef")






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






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






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






9. Selects from the root node



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






11. Converts string number to numeric value






12. Returns minute value from time passed






13. Selects all the child nodes of the bookstore element






14. Returns substring from start position to end of string






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






16. ________ allow more specific selections within the XPath






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






18. Returns October or 10 ?






19. Returns time right now






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






21. Returns length of current node string






22. Converts string to lower case






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






24. Returns timezone value from time passed






25. Converts string to upper case






26. Returns length of passed string






27. Returns true if str1 ends with str2






28. Selects parent of current node






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






30. Returns everything before the first occurrence of str2






31. Sibling nodes all have the same ______






32. Returns next highest integer






33. Returns hour value from time passed






34. Returns n-length substring from start position






35. Trims leading and trailing spaces






36. Returns today's date






37. Converts value to a string






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






39. XPath is a major element in _______






40. Returns false or true






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






42. Returns true if str1 contains str2






43. Selects all title elements which have any attribute






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






45. Selects current node






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






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






48. Selects all book elements with an attribute isbn=






49. Returns day value from date passed






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