1. |
PHP is an example of ___________ scripting language. (PHP એ ___________ સ્ક્રિપ્ટીંગ ભાષાનું ઉદાહરણ છે.)
|
||||||||
Answer:
Option (a) |
2. |
Is PHP case sensitive? (શું PHP એ case sensitive છે?)
|
||||
Answer:
Option (b) |
3. |
PHP server scripts are surrounded by delimiters, which? (PHP સર્વર સ્ક્રિપ્ટો શેની અંદર આવેલી હોય છે?)
|
||||||||
Answer:
Option (b) |
4. |
How do you write "Hello World" in PHP? (તમે PHP માં "Hello World" કેવી રીતે લખો છો?)
|
||||||||
Answer:
Option (c) |
5. |
All variables in PHP start with which symbol? (PHP માં બધા વેરીએબલ કયા સિમ્બોલથી શરૂ થાય છે?)
|
||||||||
Answer:
Option (b) |
6. |
How should we add a single line comment in our PHP code? i) /? ii) // iii) # iv) /* */ PHP કોડમાં આપણે સિંગલ લાઇન comments કેવી રીતે ઉમેરી શકીએ છીએ? i) /? ii) // iii) # iv) /* */
|
||||||||
Answer:
Option (c) |
7. |
Which of the following PHP statements will output Hello World on the screen? i) echo ("Hello World"); ii) print ("Hello World"); iii) echo "Hello World"; iv) sprintf ("Hello World"); નીચેનામાંથી કયા PHP statements Hello Worldને આઉટપુટ તરીકે સ્ક્રીન પર આપશે? i) echo ("Hello World"); ii) print ("Hello World"); iii) echo "Hello World"; iv) sprintf ("Hello World");
|
||||||||
Answer:
Option (b) |
8. |
What will be the output of the following PHP code? (નીચેના PHP કોડનું આઉટપુટ શું હશે?)
|
||||||||
Answer:
Option (d) |
9. |
What will be the output of the following PHP code? (નીચેના PHP કોડનું આઉટપુટ શું હશે?)
|
||||||||
Answer:
Option (a) |
10. |
What will be the output of the following PHP code? (નીચેના PHP કોડનું આઉટપુટ શું હશે?)
|
||||||||
Answer:
Option (c) |