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 2008






2. Returns substring from start position to end of string






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






4. Returns minute value from time passed






5. XPath contains a library of _________






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






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






8. Converts string to upper case






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






10. Returns logically rounded integer






11. Returns true if str2 appears anywhere inside str1






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






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






14. every element and every attribute have just one _________






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






16. Selects attributes






17. Returns time right now






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






19. Returns true if str1 starts with str2






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






21. Selects parent of current node






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






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


24. Converts value to a string






25. ________ allow more specific selections within the XPath






26. Returns everything before the first occurrence of str2






27. Returns n-length substring from start position






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






29. XPath is a major element in _______






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






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






32. Returns everything after the first occurrence of str2






33. Selects from the root node



34. Returns false or true






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






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






37. Returns today's date






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






39. Selects all the child nodes of the bookstore element






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






41. Concatenates strings together with separator between each string






42. Returns length of current node string






43. Returns timezone value from time passed






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






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






46. Returns month value out of date passed






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






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






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






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