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 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 is the alternative command used in Node for load()? A. store() B. module() C. log() D. require() Which of the following is/are a PHP code editor? ditor? Notepad Notepad++ Adobe Dreamweaver PDT Which one of the following is the right way to define a constant? constant PI = “3.1415?; const $PI = “3.1415?; constant PI = ’3.1415'; const PI = ’3.1415'; A function in PHP which starts with __ (double underscore) is know as.. Magic Function Inbuilt Function Default Function User Defined Function PHP script should start with ___ and end with ___: 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 Which of the following is a single global function defined in the jQuery library? A. jQuery() B. $() C. Queryanalysis() D. None of the mentioned 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 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 files have a default file extension of. A. .html B. .xml C. .php D. .ph Which of the below symbols is a newline character? \r \n /n /r 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 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