Sail E0 Webinar

MCQs

Total Questions : 117 | Page 11 of 12 pages
Question 101. Which of the following attribute takes the source of the PHP file?
  1.    img
  2.    src
  3.    source
  4.    none of the mentioned
 Discuss Question
Answer: Option B. -> src
Question 102. What kind of path can the PHP file be?
  1.    Absolute
  2.    Relative
  3.    Either Absolute or Relative
  4.    Both Absolute and Relative
 Discuss Question
Answer: Option C. -> Either Absolute or Relative
Question 103. Which of the following global variables is used to get parameters?
  1.    $HTTP_GET_VAR[]
  2.    $HTTP_GET_VARS()
  3.    $HTTP_GET_VARS
  4.    $HTTP_GET_VARS[]
 Discuss Question
Answer: Option D. -> $HTTP_GET_VARS[]
Question 104. What is the purpose of the RegExp method test()?
  1.    Tests for a match in its float parameter
  2.    Tests for a match in its string parameter
  3.    Tests for a match in its integer parameter
  4.    None of the mentioned
 Discuss Question
Answer: Option B. -> Tests for a match in its string parameter
Question 105. Which of the following is the method used to add an element to the desired location?
  1.    add.element()
  2.    element.add()
  3.    element.appendChild()
  4.    none of the mentioned
 Discuss Question
Answer: Option C. -> element.appendChild()
Question 106. What is the purpose of the function parameter filetype?
  1.    File type to be expected
  2.    File type previously got
  3.    File type that should not be got
  4.    None of the mentioned
 Discuss Question
Answer: Option A. -> File type to be expected
Question 107. Which program code doesn’t need preprocessing before being run?
  1.    Text
  2.    Script
  3.    Both Text and Script
  4.    None of the mentioned
 Discuss Question
Answer: Option B. -> Script
Question 108. What is the significance of scripting?
  1.    Convenient
  2.    Dynamic
  3.    Reachable
  4.    All of the mentioned
 Discuss Question
Answer: Option B. -> Dynamic
Question 109. What is the purpose of XMLHttpRequest?
  1.    Multiple loading
  2.    Load content by loading new document
  3.    Load content without loading new document
  4.    None of the mentioned
 Discuss Question
Answer: Option C. -> Load content without loading new document
Question 110. Which of the following ensures additional interactivity mechanism?
  1.    WAI ARIA
  2.    Geolocation API
  3.    Object API
  4.    None of the mentioned
 Discuss Question
Answer: Option A. -> WAI ARIA

Latest Videos

Latest Test Papers