Welcome to your IT Test If there is no error, then what will the error() method return? A. TRUE B. FALSE C. Empty String D. 0 What will be the output of the following php code: < ?php $num = 1; $num1 = 2; print $num . "+". $num1 ; ?> 3 1+2 1.+.2 Error The element ___________ simply groups items within an enclosed dd tag, though it may associate them with a caption defined by a dt tag A. object B. figure C. embed D. none of the mentioned What will be the output of the following php code? < ?php $num = "1"; $num1 = "2"; print $num+$num1 ; ?> 3 1+2 Error 12 Consider the following code snippet console.log(p) If p is not defined, what would be the result or type of error? A. Zero B. Null C. ReferenceError D. ValueNotFoundError PHP files have a default file extension of. A. .html B. .xml C. .php D. .ph Which one of the following is the right way to define a constant? constant PI = “3.1415?; const $PI = “3.1415?; constant PI = ’3.1415'; const PI = ’3.1415'; How does the HTML tag start and end? </> If your object must inherit behavior from a number of sources you must use a/an A. Interface B. Object C. abstract class D. static class To deal with cookies in jQuery we have to use ______ cookie plugin A. Dough B. Session C. Dazzler D. None of these What will happen in this function call? < ?php function calc($price,$tax) { $total = $price + $tax; } $pricetag = 15; $taxtag = 3; calc($pricetag, $taxtag); ?> Call By Value Call By Reference Default Argument Value Type Hinting What are the methods used to provide effects in jQuery? A. Show() B. Hide() C. Toggle() D. All of these PHP script should start with ___ and end with ___: Which of the following keyword is not associated with initialization of variable ? A. DECLARE B. SET C. SELECT D. All of the mentioned AJAX based on ______ A. JavaScript and XML B. VBScript and XML C. JavaScript and Java D. JavaScript and HTTP requests Name Email Phone Number Time's up