BCA / B.Tech 3 min read

BCA || Internet Tools (PHP MDSU Paper) 2024 Paper || MDSU Exam Paper

Part-A (Compulsory)

Q.1 What do you mean by scripting language?

Q.2 What is Gopher?

Q.3 What do you mean by active web page?

Q.4 Write characteristic of PHP.

Q.5 Write name of PHP variable types.

Q.6 What is logical AND (& &) operator.

Q.7 What is the use of unset() function in PHP.

Q.8 What is anonymous function in PHP?

Q.9 What do you mean by pattern matching?

Q.10 What is get and post methods?

Part-B (Compulsory)

Q.11 How to declare a function in PHP? Give a suitable example.

Q.12 Explain the procedure to connect php and MySQL..

Q.13 Explain Indexed and associative array in PHP.

Q.14 Explain sort(), rsort() and asort() functions of PHP.

Q.15 Explain switch statement of PHP?

Part-C

Q.16 What are local, global and super global variables in PHP.

OR

Explain do... while loop. Write PHP code to find factorial of given number.

Q.17 Write about following built-in functions.

require (), join (), include (), strcmp(), trim (), strlen (), explode ()

Q.18 Explain continue statement. Write PHP code to find prime numbers between 21 to 30.