Welcome to your IT Test < ?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 Which are the two functions that are not allowed in any secure subset? A. evaluate() and restrict() B. eval() and the Function() constructor C. debugger() and test() D. eval() and debugger() A function in PHP which starts with __ (double underscore) is know as.. Magic Function Inbuilt Function Default Function User Defined Function PHP files have a default file extension of. A. .html B. .xml C. .php D. .ph What are the methods used to provide effects in jQuery? A. Show() B. Hide() C. Toggle() D. All of these Which of the below symbols is a newline character? \r \n /n /r What are the features of Ajax? A. Live data binding B. Client-side template rendering C. Declarative instantiation of client components D. All of the above Which of the following is the correct way to apply Styles? A. inside an HTML element B. inside the section of an HTML page C. in an external CSS file D. all of the above 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 Which of the following must be installed on your computer so as to run PHP script? Adobe Dreamweaver APACHE CSS JAVA Which of the following keyword is not associated with initialization of variable ? A. DECLARE B. SET C. SELECT D. All of the mentioned 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() Select ID, GPA from student grades order by GPA ____________ Inorder to give only 10 rank on the whole we should use : A. Limit 10 B. Upto 10 C. Only 10 D. Max 10 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'; Name Email Phone Number Time's up