Multiple choice technology web technology

  1. PHP is a widely used ……………. scripting language that is especially suited for web development and can be embedded into html

  1. Open source general purpose

  2. Proprietary general purpose

  3. Open source special purpose

  4. Proprietary special purpose

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

PHP is fundamentally designed as an open-source, general-purpose scripting language. The 'open source' means its source code is freely available for anyone to use and modify. 'General purpose' indicates it can handle various types of programming tasks beyond web development, though it is especially well-suited for web applications. Options B and D are incorrect because PHP is not proprietary. Option C is incorrect because PHP is not limited to special purposes.