Welcome to your IT Test 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 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 PHP files have a default file extension of. A. .html B. .xml C. .php D. .ph What is the purpose of the JavaScript Engine? A. Compiling the JavaScript B. Interpreting the JavaScript C. Both a and b D. None of the mentioned If there is no error, then what will the error() method return? A. TRUE B. FALSE C. Empty String D. 0 The updated MySQL extension released with PHP 5 is typically referred to as.. A. MySQL B. mysql C. mysqli D. mysqly The command ________________ such tables are available only within the transaction executing the query, and are dropped when the transaction finishes. A. Create table B. Create temporary table C. Create view D. Create label view What does the subexpression /java(script)?/ result in ? A. It matches “java” followed by the optional “script” B. It matches “java” followed by any number of “script” C. It matches “java” followed by a minimum of one “script” 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 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); 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() PHP recognizes constructors by the name. classname() _construct() function _construct() function __construct() 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 Name Email Phone Number Time's up