PHP Basics Questions And Answers
Here you can find PHP Basics Questions and Answers.
Why PHP Basics Questions and Answers Required?
In this PHP Basics Questions and Answers section you can learn and practice PHP Basics Questions and Answers to improve your skills in order to face technical inerview conducted by organisations. By
Practicing these interview questions, you can easily crack any Exams interview.
Where can I get PHP Basics Questions and Answers?
AllIndiaExams provides you lots PHP Basics Questions and Answers with proper explanation. Fully solved examples with detailed answer description. All students, freshers can download PHP Basics
Questions and Answers as PDF files and eBooks.
How to solve these PHP Basics Questions and Answers?
You no need to worry, we have given lots of PHP Basics Questions and Answers and also we have provided lots of FAQ's to quickly answer the questions in the Competitive Exams interview.
PHP Basics Questions & Answers
1. What does PHP stand for?
i) Personal Home Page
ii) Hypertext Preprocessor
iii) Pretext Hypertext Processor
iv) Preprocessor Home Page
PHP Basics Questions & Answers
2. Who is the father of PHP?
PHP Basics Questions & Answers
3. PHP files have a default file extension of.
PHP Basics Questions & Answers
4. A PHP script should start with ___ and end with ___:
PHP Basics Questions & Answers
5. Which of the looping statements is/are supported by PHP?
i) for loop
ii) while loop
iii) do-while loop
iv) foreach loop
PHP Basics Questions & Answers
6. Which of the following is/are a PHP code editor? ditor?
i) Notepad
ii) Notepad++
iii) Adobe Dreamweaver
iv) PDT
PHP Basics Questions & Answers
7. Which of the following must be installed on your computer so as to run PHP script?
i) Adobe Dreamweaver
ii) PHP
iii) Apache
iv) IIS
PHP Basics Questions & Answers
8. Which version of PHP introduced Try/catch Exception?
PHP Basics Questions & Answers
9. We can use ___ to comment a single line?
i) /?
ii) //
iii) #
iv) /* */
PHP Basics Questions & Answers
10. Which of the below symbols is a newline character?