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. In str1, replaces all occurrences of str2 with str3






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






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






4. Returns hour value from time passed






5. Returns false or true






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






7. Returns n-length substring from start position






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






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






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






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






12. Returns minute value from time passed






13. Returns true if str1 ends with str2






14. Returns 2008






15. XPath contains a library of _________






16. Selects all elements in the document






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


18. Returns next highest integer






19. Converts value to a string






20. Converts string number to numeric value






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






22. Returns month value out of date passed






23. Selects all title elements which have any attribute






24. Returns time right now






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






26. Returns second value from time passed






27. Converts string to upper case






28. Returns length of current node string






29. Returns substring from start position to end of string






30. Selects all book elements with an attribute isbn=






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






32. Returns today's date






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






34. Returns true if str1 starts with str2






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






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






37. Returns day value from date passed






38. Returns everything before the first occurrence of str2






39. Selects parent of current node






40. Trims leading and trailing spaces






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






42. Returns year value out of the date passed






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






44. Returns boolean true or boolean false






45. Returns next lowest integer






46. every element and every attribute have just one _________






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






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






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






50. Selects attributes