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. Selects all title elements which have any attribute






2. Returns year value out of the date passed






3. every element and every attribute have just one _________






4. Returns substring from start position to end of string






5. Selects parent of current node






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






7. Returns October or 10 ?






8. Returns second value from time passed






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






10. Returns month value out of date passed






11. Returns day value from date passed






12. Returns logically rounded integer






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






14. Returns timezone value from time passed






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






16. Selects all the child nodes of the bookstore element






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






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






19. Returns false or true






20. Returns time right now






21. ________ allow more specific selections within the XPath






22. Returns boolean true or boolean false






23. Sibling nodes all have the same ______






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






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






26. Returns n-length substring from start position






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






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






29. Converts string to lower case






30. Converts string number to numeric value






31. Returns hour value from time passed






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






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






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






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






36. Returns minute value from time passed






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






38. XPath is a major element in _______






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






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






41. Returns length of passed string






42. Selects attributes






43. XPath contains a library of _________






44. Selects all elements in the document






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






46. Trims leading and trailing spaces






47. Selects from the root node



48. Returns everything after the first occurrence of str2






49. Returns next highest integer






50. Returns true if str2 appears anywhere inside str1