IT test Welcome to your IT Test In WordPress, what is the user role with the highest privilege level? A. Administrator B. Author C. Editor D. Contributor Which one of the following function is capable of reading a file into an array? file() arrfile() arr_file() file_arr() Function cannot be used for __________ statement. A. Create B. Drop C. Select D. Insert Which of the looping statements is/are supported by PHP? i) for loop ii) while loop iv) foreach loop All of the mentioned 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 How does the HTML tag start and end? </> 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 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 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 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 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 will be the output of the following php code: < ?php $num = 1; $num1 = 2; print $num . "+". $num1 ; ?> 3 1+2 1.+.2 Error Which of the below symbols is a newline character? \r \n /n /r 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() Name Email Phone Number Time's up