Welcome to your IT Test A function in PHP which starts with __ (double underscore) is know as.. Magic Function Inbuilt Function Default Function User Defined Function What does PHP stand for? i) Personal Home Page ii) Hypertext Preprocessor iii) Pretext Hypertext Processor iv) Preprocessor Home Page What are the advantages of Ajax? A. Bandwidth utilization B. More interactive C. Speeder retrieval of data D. All of these Look at the following jQuery selector: $(“div#intro .head”). What does it select? A. The first element with id=”head” inside any div element with class=”intro” B. All elements with class=”head” inside the first div element with id=”intro” C. All div elements with id=”intro” or class=”head” D. None 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 php code? < ?php $num = "1"; $num1 = "2"; print $num+$num1 ; ?> 3 1+2 Error 12 Which of the following selectors selects any tag with an id attribute set in CSS? A. E#id B. .class C. #id D. * 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() 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 of the following are not advanced services? A. Data storage B. Networking C. XMLHttpRequest object D. None of the mentioned 13. The practice of creating objects based on predefined classes is often referred to as.. A. class creation B. object creation C. object instantiation D. class instantiation Which of the looping statements is/are supported by PHP? i) for loop ii) while loop iv) foreach loop All of the mentioned To deal with cookies in jQuery we have to use ______ cookie plugin A. Dough B. Session C. Dazzler D. None of these Which one of the following function is capable of reading a file into a string variable? file_contents() file_get_contents() file_content() file_get_content() Which one of the following function is capable of reading a file into an array? file() arrfile() arr_file() file_arr() Name Email Phone Number Time's up