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. _______ have 3 primary relationships: parent - child - sibling






2. Returns next highest integer






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






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






5. Returns length of passed string






6. Returns second value from time passed






7. Returns length of current node string






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






9. Selects all title elements which have any attribute






10. Returns n-length substring from start position






11. Returns 2008






12. Predicates work somewhat like _____________






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






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






15. Returns complete date/time






16. Converts string to upper case






17. Selects parent of current node






18. Returns day value from date passed






19. Returns hour value from time passed






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






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






22. Selects from the root node



23. XPath is a major element in _______






24. Trims leading and trailing spaces






25. Converts string number to numeric value






26. Returns next lowest integer






27. Selects current node






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






29. Sibling nodes all have the same ______






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






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






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






33. Returns true if str1 starts with str2






34. Returns everything before the first occurrence of str2






35. Returns month value out of date passed






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






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


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






39. Converts string to lower case






40. Returns true if str1 contains str2






41. Selects attributes






42. XPath contains a library of _________






43. Returns false or true






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






45. Returns time right now






46. ________ allow more specific selections within the XPath






47. Returns logically rounded integer






48. Returns true if str2 appears anywhere inside str1






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






50. Returns minute value from time passed