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 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 Function cannot be used for __________ statement. A. Create B. Drop C. Select D. Insert A function in PHP which starts with __ (double underscore) is know as.. Magic Function Inbuilt Function Default Function User Defined Function Which jQuery method is used to hide selected elements? A. hidden() B. hide() C. visible(false) D. display(none) The practice of separating the user from the true inner workings of an application through well-known interfaces is known as.. A. Polymorphism B. Inheritance C. Encapsulation D. Abstraction 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 What is AJAX? A. is a program B. is a country name C. is a football club name D. All of these Which one of the following methods can be used to diagnose and display information about a MySQL connection error? A. connect_errno() B. connect_error() C. mysqli_connect_errno() D. mysqli_connect_error() Which one of the following PHP functions can be used to find files? glob() file() fold() get_file() What is the return type of the remote server? A. HTTP Response B. HTTP Request C. Get Request D. None of the mentioned 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 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 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 Which relational database does WordPress use? A. MySQL B. Oracle C. PostgresSQL D. MS SQLServer Name Email Phone Number Time's up