click below
click below
Normal Size Small Size show me how
Module 1
InfoMan
| Question | Answer |
|---|---|
| First character of variable can be ‘_’ or a letter. | TRUE |
| How many domains installed in PHP 5 | 19 million |
| PHP can create in code editors | TRUE |
| variable can only contain ________characters and underscore (a-z,A-Z,0-9,_). | alpha-numeric |
| PHP require to use a web browser | FALSE |
| Version of PHP that support Unicode | PHP 6 |
| In what year PHP 1.0 released | 1994/1995 |
| $num = 10; Valid or invalid? | Valid |
| Symbol for single line comment | // |
| To display the string that starts with $ and to display the double quote as string use the escape character \ (backslash). | TRUE |
| Which of the following is not Windows OS | Cheetah |
| Comments can be put anywhere in the code | TRUE |
| In what year PHP 2.0 released | 1997 |
| Setting the identifier for a variable must follow some rules. | TRUE |
| $ inside “ and “ are interpreted as variables thus it will display the value rather than the string that starts with $. | TRUE |
| $val=”abc”.”def” valid or invalid? | Valid |
| Variables are like a | Container |
| In what year PHP 3.0 released | 1998 |
| How many domain PHP installed on May 22, 2000 | 2.6 million |
| Presented as a signed decimal number | %d |