Welcome to your IT Test Which of the following is/are a PHP code editor? ditor? Notepad Notepad++ Adobe Dreamweaver PDT PHP files have a default file extension of. A. .html B. .xml C. .php D. .ph The pop() method of the array does which of the following task ? A. decrements the total length by 1 B. increments the total length by 1 C. prints the first element but no effect on the length D. None of the above What does PHP stand for? i) Personal Home Page ii) Hypertext Preprocessor iii) Pretext Hypertext Processor iv) Preprocessor Home Page What is the alternative command used in Node for load()? A. store() B. module() C. log() D. require() What will be the output of the following code? < ?php $foo = 'Bob'; $bar = &$foo; $bar = "My name is $bar"; echo $bar; echo $foo; ?> Error My name is BobBob My name is BobMy name is Bob My name is Bob Bob AJAX based on ______ A. JavaScript and XML B. VBScript and XML C. JavaScript and Java D. JavaScript and HTTP requests Which of the following is a single global function defined in the jQuery library? A. jQuery() B. $() C. Queryanalysis() 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 Which jQuery method is used to hide selected elements? A. hidden() B. hide() C. visible(false) D. display(none) What is the return type of the remote server? A. HTTP Response B. HTTP Request C. Get Request D. None of the mentioned Which one of the following statements is used to create a table? CREATE TABLE table_name (column_name column_type); CREATE table_name (column_type column_name); CREATE table_name (column_name column_type); CREATE TABLE table_name (column_type column_name); In WordPress, what is the user role with the highest privilege level? A. Administrator B. Author C. Editor D. Contributor 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() 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 Name Email Phone Number Time's up