Exercise ::
PHP Programming
1. What does PHP stand for ?
A. Personal Home Page B. Hypertext Preprocessor C. Pretext Hypertext Processor D. Preprocessor Home Page
View Answer
Discuss forum
Workplace
Report
Answer: Option A & B
Explanation:
PHP previously stood for Personal Home Page now stands for Hypertext Preprocessor.
See More Information
Tutorial Link:
Published by:
2. Who is the founder of PHP?
A. Rasmus Lerdorf B. Willam Makepiece C. Drek Kolkevi D. List Barely
View Answer
Discuss forum
Workplace
Report
Answer: Option A
Explanation:
PHP takes most of its syntax from C, Java, and Perl. PHP was written in the C programming language by Rasmus Lerdorf in 1994 for use in monitoring his online resume and related personal information.
See More Information
Tutorial Link:
Published by:
4. A PHP script should start & end with ?
A. < ?php ? > B. < ? ? > C. < ? php ?> D. < php >
View Answer
Discuss forum
Workplace
Report
Answer: Option A
Explanation:
Every section of PHP code starts and ends by turning on and off PHP tags to let the server know that it needs to execute the PHP in between them.
See More Information
Tutorial Link:
Published by:
5. Which of the looping statements is/are supported by PHP ?
A. for loop B. while loop C. do-while loop D. All of Above
View Answer
Discuss forum
Workplace
Report
Read More..
Online Test : Take an Online PHP Programming Aptitude Test Now!