click below
click below
Normal Size Small Size show me how
CCS0043 - FA1
Module 1
| Question | Answer |
|---|---|
| What is the url is use to open your created php files Group of answer choices google localhost mydrive yahoo | localhost |
| Variables are not case sensitive Group of answer choices True False | False |
| returns the type of the variable. Possible return values are integer, double, boolean, string, array, object, resource, unknown types. Group of answer choices settype() typeset() gettype() typeget() | gettype() |
| Are used as a container for the values that can be used and manipulate PHP scripts Group of answer choices Variable Numbers Letters Symbols | Variable |
| Which of the following is not Mac OS Group of answer choices Cheetah Giraffe Puma Jaguar | Giraffe |
| Extension name for php files Group of answer choices .ph .p .php .hp | .php |
| PHP means Group of answer choices Personal High Page Personal Home Packets Personal High Packets Personal Home Page | Personal Home Page |
| PHP can run only in Mac OS Group of answer choices Ture False | False |
| <?php Echo ‘Welcome to PHP’; ?> What is the output Group of answer choices Welcome to PHP ‘welcome to php’ Welcome to php “welcome to php” | Welcome to PHP |
| Try/catch exception handling introduce in what version of PHP Group of answer choices PHP5 PHP3 PHP4 PHP2 | PHP5 |
| You can use a sever side scripting language in PHP Group of answer choices True False | True |
| Presented ads character corresponding to that ASCII value Group of answer choices %ch %c %as %a | %c |
| Oracle is example of database that PHP can use Group of answer choices True False | True |
| $age is a valid variable Group of answer choices False True | True |
| language construct that use to output one or more string. Group of answer choices Output Send Echo Out | Echo |
| You need a web browser to open php files Group of answer choices True False | True |
| Which of the following is not Windows OS Group of answer choices XP Vista Cheetah 2000 | Cheetah |
| $ inside “ and “ are interpreted as variables thus it will display the value rather than the string that starts with $. Group of answer choices False True | True |
| Open tag for PHP scripts Group of answer choices => <? <= ?> | <? |
| Closing tag for PHP scripts Group of answer choices => <= <? ?> | ?> |
| PHP contains More libraries and thousands of functions Group of answer choices True False | True |
| is the generic name assigned to any data sharing a common set of characteristics. Group of answer choices Output Datatypes Variables Array | Datatypes |
| PHP can use in Linux Group of answer choices True False | True |
| Which of the following is not a web server? Group of answer choices Apache IIS7 MyServ Nginx | MyServ |
| Year that the developers joined Lerdorf Group of answer choices 1999 2001 1998 2000 | 1998 |
| PHP can put anywhere in the code Group of answer choices True False | True |
| _name is a valid variable Group of answer choices True False | False |
| Asp style tag Group of answer choices <?...?> <%...%> <(…)> </ …/> | <%...%> |
| PHP is a loosely type language (no explicitly create, typecast, or destroy a variable) Group of answer choices False True | True |
| PHP is a embedded language that is commonly embedded on Group of answer choices JavaScript CSS HTML SQL | HTML |
| Standard tag Group of answer choices <?... ?> <?php…?> <%...%> <%php…%> | <?php…?> |
| Which of the following is not part of Web Architecture? Group of answer choices Internet USB connection Database Page Request | USB connection |
| In what year PHP 2.0 released Group of answer choices 1998 1997 1999 2000 | 1997 |
| One of the Core developers of php 4.0 Group of answer choices Andi Gusman Andi Gunman Andi Gutmans Andi Guman | Andi Gutmans |
| First character of variable can be ‘_’ or a letter. Group of answer choices False True | True |
| recursive acronym for PHP Group of answer choices Hightext Processor Hypertext Preprocessor Hyperline Preprocessor Highlight Processor | Hypertext Preprocessor |
| One of the Core developers of PHP 4.0 Group of answer choices Zeeb Suraki Zeev Sumaki Zeev Suraski Zeeb Suraski | Zeev Suraski |
| In what year PHP 5 released Group of answer choices 2004 2002 2003 2001 | 2004 |
| PHP version that has an Enterprise development Group of answer choices PHP 2.0 PHP 4.0 PHP 1.0 PHP 3.0 | PHP 4.0 |
| Term used to combine two or more different strings Group of answer choices Plus Combine Concatenate Concreate | Concatenate |
| In what year PHP 1.0 released Group of answer choices 1994/1995 1995/1996 1996/1997 1997/1998 | 1994/1995 |
| Symbol use for Perl style single line comment Group of answer choices ^ # $ @ | # |
| Variables in PHP must begin with Group of answer choices @ ! # $ | $ |
| Symbol to use value in string Group of answer choices – ** ‘’ ++ | ‘’ |
| variable can only contain ________characters and underscore (a-z,A-Z,0-9,_). Group of answer choices letters special characters alpha-numeric numeric | alpha-numeric |
| Variables are like a Group of answer choices Symbol Operator Container Value | Container |
| PHP can use a database Group of answer choices True False | True |
| Variable might contain a string, numbers, arrays and objects. Group of answer choices True False | True |
| Version of PHP that support Unicode Group of answer choices PHP 6 PHP 4 PHP 3 PHP 5 | PHP 6 |
| PHP can create in code editors Group of answer choices False True | True |
| PHP 4.0 Dubbed with Group of answer choices Zell scripting engine Zen scripting page Zend scripting engine Zed scripting page | Zend scripting engine |
| a server-side scripting language that runs its application on a Web server. Group of answer choices Java C++ PHP JavaScript | PHP |
| How many domain PHP installed on May 22, 2000 Group of answer choices 1.6 million 3.6 million 2.6 million 4.6 million | 3.6 million |
| allow for multiple items of the same type to be aggregated under a single representative entity. (Array and Objects) Group of answer choices Modular datatypes Compound datatypes Scalar datatypes Single datatypes | Compound datatypes |
| Who develops PHP? Group of answer choices Ramus Lerdof Rasmus Lerdorf Rasmus Lefdor Ramus Lerdorf | Rasmus Lerdorf |
| PHP require to use a web browser Group of answer choices False True | True |
| Symbol for single line comment Group of answer choices // ,, << >> | // |
| $num = 10; Valid or invalid? Group of answer choices Invalid Valid | Valid |
| What is the url is use to open your created php files Group of answer choices localhost yahoo google mydrive | localhost |
| Presented as a floating point number Group of answer choices %fn %f %p %fp | %f |
| Much of the PHP syntax were derive from C programming Language. Group of answer choices True False | True |
| PHP is based on Group of answer choices C# Perl C Java | C |
| What is the default location of XAMPP? Group of answer choices D:\ C:\ F:\ E:\ | C:\ |
| is a function also use for outputting strings. Group of answer choices Send Output Out Print | |
| Strings inside the ‘ and ‘ are interpreted as literal strings. Group of answer choices True False | False |
| Variables in PHP is not explicitly declared Group of answer choices True False | True |
| PHP 5 vastly improved Group of answer choices Scripting Designing Object Oriented capabilities Coding | Object Oriented capabilities |
| Which of the following is not a code editor? Group of answer choices Netbeans Notepad++ Dreamweaver Mspaint | Mspaint |
| All php scripts must enclosed with Group of answer choices <::> <{}> <??> <//> | <??> |
| converts a given variable to a specific type. Group of answer choices typeget() gettype() typeset() settype() | settype() |
| Software used to run PHP Scripts Group of answer choices Netbeans Mspaint XAMPP Notepad++ | XAMPP |
| Setting the identifier for a variable must follow some rules. Group of answer choices True False | True |
| Comments can be put anywhere in the code Group of answer choices True False | True |
| PHP is a free of charge Group of answer choices False True | True |
| In what year PHP 3.0 released Group of answer choices 1999 2000 2001 1998 | 1998 |
| In PHP 3.0 ________ users were using PHP to enhance their Web pages Group of answer choices 80,000 70,000 50,000 60,000 | 50,000 |
| To display the string that starts with $ and to display the double quote as string use the escape character \ (backslash). Group of answer choices True False | True |
| Which of the following is not Linux OS Group of answer choices Ubuntu Debian Suse Vista | Vista |
| Which of the following not a internet browser? Group of answer choices Windows Media Opera Safari Internet Explorer | Windows Media |
| How many types of comment php have? Group of answer choices 2 3 5 4 | 2 |
| PHP created 1994/1995 t know how many visitors were reading his online resume based on Group of answer choices JavaScript page CSS page HTML page PERL/CGI script | PERL/CGI script |
| Capable of containing a single item of information (Boolean, Integer, Float (float, double or real numbers), String) Group of answer choices Modular datatypes Single datatypes Compound datatypes Scalar datatypes | Scalar datatypes |
| HTML is one the requirements to use PHP Group of answer choices True False | False |
| You need a subscription before you use the PHP Group of answer choices False True | False |
| allow for multiple items of the same type to be aggregated under a single representative entity. (Array and Objects) Group of answer choices Scalar datatypes Modular datatypes Compound datatypes Single datatypes | Compound datatypes |