Welcome to your IT Test Which one of the following PHP functions can be used to find files? glob() file() fold() get_file() Which of the following are not advanced services? A. Data storage B. Networking C. XMLHttpRequest object 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 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 What are the methods used to provide effects in jQuery? A. Show() B. Hide() C. Toggle() D. All of these Which of the following selectors selects any tag with an id attribute set in CSS? A. E#id B. .class C. #id D. * 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 of the following is the correct way to apply Styles? A. inside an HTML element B. inside the section of an HTML page C. in an external CSS file D. all of the above In WordPress, what is the user role with the highest privilege level? A. Administrator B. Author C. Editor D. Contributor 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 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 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 will be the output of the following code? < ?php $foo = 'Bob'; $bar = &$foo; $bar = "My name is $bar"; echo $bar; echo $foo; ?> Error My name is BobBob My name is BobMy name is Bob My name is Bob Bob 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'; 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 Name Email Phone Number Time's up