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. Returns month value out of date passed






2. Returns time right now






3. Returns true if str1 ends with str2






4. Selects all title elements which have any attribute






5. Returns timezone value from time passed






6. Predicates work somewhat like _____________






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






8. Converts string number to numeric value






9. Trims leading and trailing spaces






10. Converts string to upper case






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






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






13. Returns true if str2 appears anywhere inside str1






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






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






16. Selects current node






17. XPath is a major element in _______






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






19. Selects all book elements with an attribute isbn=






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






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






22. Returns logically rounded integer






23. Returns false or true






24. Selects from the root node



25. Returns next highest integer






26. Returns today's date






27. Converts string to lower case






28. Selects attributes






29. Returns October or 10 ?






30. Sibling nodes all have the same ______






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






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






33. ________ allow more specific selections within the XPath






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


35. Returns true if str1 starts with str2






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






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






38. Selects all elements in the document






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






40. Returns 2008






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






42. Returns substring from start position to end of string






43. Returns length of current node string






44. Returns boolean true or boolean false






45. Concatenates strings together with separator between each string






46. XPath contains a library of _________






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






48. Inserts new itemX into the collection at the positionX - example insert-before("a", "b", "c"), 3, "z") returns (abzc)






49. Returns n-length substring from start position






50. Returns second value from time passed