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. +, -, *, div, =, !=, <, <=, >, >=, or, and, mod (modulus)






2. Returns minute value from time passed






3. Selects attributes






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






5. Returns next lowest integer






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






7. Returns October or 10 ?






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






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






10. XPath contains a library of _________






11. Converts string to upper case






12. Returns complete date/time






13. Returns year value out of the date passed






14. Returns true if str1 starts with str2






15. Returns timezone value from time passed






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






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






18. Returns today's date






19. Returns second value from time passed






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






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






22. Returns substring from start position to end of string






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






24. Returns true if str1 ends with str2






25. Returns hour value from time passed






26. every element and every attribute have just one _________






27. Converts value to a string






28. XPath is a major element in _______






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






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






31. Converts string number to numeric value






32. Returns everything after the first occurrence of str2






33. Concatenates strings together with separator between each string






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






35. Returns false or true






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






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






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






39. Returns 2008






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






41. Predicates work somewhat like _____________






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






43. Returns true if str2 appears anywhere inside str1






44. Selects from the root node



45. Returns n-length substring from start position






46. ________ allow more specific selections within the XPath






47. Returns day value from date passed






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






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






50. Selects all title elements which have any attribute