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 next lowest integer






2. Converts string to upper case






3. Returns false or true






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






5. Selects current node






6. Returns month value out of date passed






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






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






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






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






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






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






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






14. XPath is a major element in _______






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






16. Returns boolean true or boolean false






17. Selects all book elements with an attribute isbn=






18. Trims leading and trailing spaces






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






20. Returns true if str1 starts with str2






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






22. Converts string number to numeric value






23. Returns next highest integer






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






25. Returns length of passed string






26. Returns true if str2 appears anywhere inside str1






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






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






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






30. Selects attributes






31. Returns day value from date passed






32. Returns complete date/time






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






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






35. every element and every attribute have just one _________






36. Returns logically rounded integer






37. Returns true if str1 contains str2






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






39. Returns 2008






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






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






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






43. XPath contains a library of _________






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






45. Selects all the child nodes of the bookstore element






46. ________ allow more specific selections within the XPath






47. Selects all title elements which have any attribute






48. Returns length of current node string






49. Concatenates strings together with separator between each string






50. Selects all elements in the document