click below
click below
Normal Size Small Size show me how
app dev f1
| Question | Answer |
|---|---|
| Variables in PHP is not explicitly declared Group of answer choices True False | true |
| PHP is based on Group of answer choices C Perl C# Java | C |
| Which of the following is not Windows OS Group of answer choices 2000 XP Cheetah Vista | Cheetah |
| Which of the following is not Linux OS Group of answer choices Vista Suse Ubuntu Debian | vista |
| _name is a valid variable Group of answer choices True False | false |
| One of the Core developers of PHP 4.0 Group of answer choices Zeeb Suraki Zeeb Suraski Zeev Suraski Zeev Sumaki | Zeev Suraski |
| Symbol for single line comment Group of answer choices >> ,, << // | // |
| In what year PHP 2.0 released Group of answer choices 1997 1999 1998 2000 | 1997 |
| You can use a sever side scripting language in PHP Group of answer choices True False | true |
| Variables in PHP is not explicitly declared Group of answer choices False True | true |
| Variables in PHP must begin with Group of answer choices @ # ! $ | $ |
| In PHP 3.0 ________ users were using PHP to enhance their Web pages Group of answer choices 50,000 70,000 60,000 80,000 | 50,000 |
| <?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 |
| PHP can use in Linux Group of answer choices True False | true |
| PHP is based on Group of answer choices Perl C# Java C | c |
| Much of the PHP syntax were derive from C programming Language. Group of answer choices True False | true |
| New language features for PHP 6 Group of answer choices Foreach looping Double looping Single looping Multiple looping | Foreach looping |
| PHP created 1994/1995 t know how many visitors were reading his online resume based on Group of answer choices PERL/CGI script JavaScript page HTML page CSS page | PERL/CGI script |
| Variables are like a Group of answer choices Operator Symbol Container Value | Container |
| Try/catch exception handling introduce in what version of PHP Group of answer choices PHP4 PHP5 PHP2 PHP3 | PHP5 |
| Strings inside the ‘ and ‘ are interpreted as literal strings. Group of answer choices True False | true |
| Which of the following is not part of Web Architecture? Group of answer choices Page Request USB connection Internet Database | USB connection |
| Setting the identifier for a variable must follow some rules. Group of answer choices True False | true |
| PHP can run only in Mac OS Group of answer choices False Ture | false |
| PHP can use a database Group of answer choices True False | true |
| PHP is a loosely type language (no explicitly create, typecast, or destroy a variable) Group of answer choices False True | true |
| Are used as a container for the values that can be used and manipulate PHP scripts Group of answer choices Numbers Letters Variable Symbols | Variable |
| PHP can run only in Windows OS Group of answer choices True False | false |
| Year that the developers joined Lerdorf Group of answer choices 2000 1998 2001 1999 | 1998 |
| PHP can run only in Linux OS Group of answer choices False True | false |
| All php scripts must enclosed with Group of answer choices <{}> <::> <//> <??> | <??> |
| PHP can put anywhere in the code Group of answer choices True False | true |
| converts a given variable to a specific type. Group of answer choices typeget() gettype() typeset() settype() | settype() |
| Symbol to use value in string Group of answer choices ‘’ – ** ++ | " |
| PHP is an native support for SQLite Group of answer choices False True | true |
| Variable might contain a string, numbers, arrays and objects. Group of answer choices True False | true |
| PHP version that has an Enterprise development Group of answer choices PHP 3.0 PHP 1.0 PHP 4.0 PHP 2.0 | 4.0 |
| Strings inside the ‘ and ‘ are interpreted as literal strings. Group of answer choices False True | true |
| $ inside “ and “ are interpreted as variables thus it will display the value rather than the string that starts with $. Group of answer choices True False | true |
| PHP makes the most popular scripting language with morethan one million user base by Group of answer choices Netscape Netstake Netcafe Netcraff | netcraff |
| $val=”abc”.”def” valid or invalid? Group of answer choices Valid Invalid | valid |
| All php files must be save on htdocs folder Group of answer choices True False | true |
| Which of the following is not a web server? Group of answer choices Nginx IIS7 Apache MyServ | myserv |
| One of the Core developers of php 4.0 Group of answer choices Andi Guman Andi Gusman Andi Gutmans Andi Gunman | Andi Gutmans |
| returns the type of the variable. Possible return values are integer, double, boolean, string, array, object, resource, unknown types. Group of answer choices typeset() gettype() settype() typeget() | gettype() |
| Software used to run PHP Scripts Group of answer choices Netbeans XAMPP Mspaint Notepad++ | XAMPP |