IT test Welcome to your IT Test The updated MySQL extension released with PHP 5 is typically referred to as.. A. MySQL B. mysql C. mysqli D. mysqly Which of the below symbols is a newline character? \r \n /n /r < ?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 of the following are not advanced services? A. Data storage B. Networking C. XMLHttpRequest object 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 Which one of the following function is capable of reading a file into an array? file() arrfile() arr_file() file_arr() 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 one of the following PHP functions can be used to build a function that accepts any number of arguments? func_get_argv() func_get_argc() get_argv() get_argc() Which are usually variables that are used internally in object methods and also are globally visible variables? A. Object properties B. Variable properties C. Method properties D. Internal properties 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 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 A function in PHP which starts with __ (double underscore) is know as.. Magic Function Inbuilt Function Default Function User Defined Function What is the alternative command used in Node for load()? A. store() B. module() C. log() D. require() The ______________ parameter identifies a character encoding, which is a method of converting a sequence of bytes into a sequence of characters. A. class B. element C. charset D. none of the mentioned Function cannot be used for __________ statement. A. Create B. Drop C. Select D. Insert Name Email Phone Number Time's up