Welcome to your IT Test What will be the output of the following php code: < ?php $num = 1; $num1 = 2; print $num . "+". $num1 ; ?> 3 1+2 1.+.2 Error 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'; To deal with cookies in jQuery we have to use ______ cookie plugin A. Dough B. Session C. Dazzler D. None of these PHP recognizes constructors by the name. classname() _construct() function _construct() function __construct() 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 is the return type of the remote server? A. HTTP Response B. HTTP Request C. Get Request D. None of the mentioned Which of the following is/are a PHP code editor? ditor? Notepad Notepad++ Adobe Dreamweaver PDT The basic difference between JavaScript and Java is A. There is no difference B. Functions are considered as fields C. Variables are specific D. functions are values, and there is no hard distinction between methods and fields 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 What is the core rule of lexical scoping? A. Functions are declared in the scope B. Functions are executed using scope chain C. Both a and b D. None of the mentioned < ?php function a() { function b() { echo 'I am b'; } echo 'I am a'; } a(); a(); ?> I am b I am bI am a Error I am a Error What is the name of the first page you encounter after logging into your web page in WordPress? A. Dashboard B. Security question page C. WP upgrade option D. WPAdmin Which one of the following function is capable of reading a file into an array? file() arrfile() arr_file() file_arr() What is the alternative command used in Node for load()? A. store() B. module() C. log() D. require() Function cannot be used for __________ statement. A. Create B. Drop C. Select D. Insert Name Email Phone Number Time's up