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. Returns October or 10 ?






3. Returns logically rounded integer






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






5. XPath contains a library of _________






6. Returns true if str2 appears anywhere inside str1






7. every element and every attribute have just one _________






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






9. Selects from the root node



10. Returns complete date/time






11. Returns minute value from time passed






12. Returns true if str1 starts with str2






13. Returns true if str1 contains str2






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






15. Predicates work somewhat like _____________






16. Returns next lowest integer






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






18. Converts string to lower case






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






20. Selects all book elements with an attribute isbn=






21. Returns false or true






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






23. Returns true if str1 ends with str2






24. Converts string to upper case






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






26. Returns year value out of the date passed






27. Returns today's date






28. Returns everything after the first occurrence of str2






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






30. Returns length of passed string






31. Sibling nodes all have the same ______






32. Returns n-length substring from start position






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






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






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






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






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






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






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






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






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






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






43. Selects current node






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






45. Returns boolean true or boolean false






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






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






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






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






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