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. Trims leading and trailing spaces






2. XPath is a major element in _______






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






4. Converts string number to numeric value






5. Returns logically rounded integer






6. Returns complete date/time






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






8. Converts string to upper case






9. Sibling nodes all have the same ______






10. Selects all the child nodes of the bookstore element






11. Returns true if str1 starts with str2






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






13. Returns all unique values in that collection - example: distinct-values(a, b, c, d, a, c) returns (a, b, c, d)






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






15. Returns next lowest integer






16. Use a | to select more than one _____ (means AND)






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






18. Selects from the root node



19. Returns false or true






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






21. Returns true if str1 contains str2






22. Returns true if str2 appears anywhere inside str1






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






24. Converts string to lower case






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






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






27. Returns day value from date passed






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






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






30. Concatenates strings together with separator between each string






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






32. Returns substring from start position to end of string






33. Returns everything after the first occurrence of str2






34. Selects all elements in the document






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






36. every element and every attribute have just one _________






37. Selects attributes






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






39. Selects parent of current node






40. Returns n-length substring from start position






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






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






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






44. Returns everything before the first occurrence of str2






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






46. Selects current node






47. Returns 2008






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






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






50. Selects all title elements which have any attribute