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. Element nodes may have zero - one - or more _________






2. Returns n-length substring from start position






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






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






5. Converts string to lower case






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






7. Returns next highest integer






8. Returns month value out of date passed






9. Selects attributes






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






11. Returns everything before the first occurrence of str2






12. Returns length of passed string






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






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






15. Returns length of current node string






16. Converts value to a string






17. Concatenates strings together with separator between each string






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






19. Returns 2008






20. Returns time right now






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






22. Returns true if str2 appears anywhere inside str1






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






24. Selects all book elements with an attribute isbn=






25. Predicates work somewhat like _____________






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






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






28. ________ allow more specific selections within the XPath






29. Returns year value out of the date passed






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






31. Trims leading and trailing spaces






32. _______ have 3 primary relationships: parent - child - sibling






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






34. Converts string to upper case






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






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

Warning: Invalid argument supplied for foreach() in /var/www/html/basicversity.com/show_quiz.php on line 183


37. Selects all elements in the document






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






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






40. Selects all the child nodes of the bookstore element






41. Returns timezone value from time passed






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






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






44. Returns next lowest integer






45. Returns true if str1 starts with str2






46. Returns logically rounded integer






47. Sibling nodes all have the same ______






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






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






50. XPath contains a library of _________