R.T.M. NAGPUR UNIVERSITY                                    BCCA  IV  SEM  SUMMER 2021  EXAM                                                       SUBJECT -PHP/MYSQ DATE:11/08/2021                                                                              
Email *
What is your name? *
What is your Mob. no. *
Who is your teacher?
Q1.What  does php stand for?
1. Personal Home Page
2. Hypertext  preprocessor
3. Pretext  Hypertext  processor
4. Preprocessor  Home  page

4 points
Clear selection
Q2.Php files have a default file extension of --------
4 points
Clear selection
Q3.What should be the correct syntax  to write a php code?
4 points
Clear selection
Q4.Which of the following must be installed on your  computer so as to run PHP script
4 points
Clear selection
Q5.  Which version of PHP introduced  Try/catch   exception.
4 points
Clear selection
Q6. Which one of the following  property scope is not supported  by  PHP
4 points
Clear selection
Q7.Which  one of the following can be used to instantiate an object in PHP assuming class name to be foo?
4 points
Clear selection
Q8.Which  one of  the following  is the  right way to define a  constant?
4 points
Clear selection
Q9.which one  of the following is the right way to invoke a method?
4 points
Clear selection
Q10. Which version of PHP introduced the advanced concept of OOP?
4 points
Clear selection
Q11.Which one of  the  following is the  right way to clone an object?
4 points
Clear selection
Q12. If one intends to create a model that will be assumed by a number of  closely related object s,which class  must be used?
4 points
Clear selection
Q13. Which magic method  is used to implement  overloading in php?
4 points
Clear selection
Q14. How many types of  filtering are present in  php?
4 points
Clear selection
Q15. Which one of the following filter is used to filter several variables with the same or different filters?
4 points
Clear selection
Q16. Which one of the  following database has PHP supported almost  since the beginning?
4 points
Clear selection
Q17.The  update mysql extension released  with  pHP5 is typically referred to as -----
4 points
Clear selection
Q18. Which one of the following lines need to be uncommented or added  in the php in file So as  to enable mysqli extension.
4 points
Clear selection
Q19. In which version of php  was mysql  native dreiver.(also known as mysqlnd) introduced?
4 points
Clear selection
Q20. If there  is no error then what will the error() method return?
4 points
Clear selection
Q21.What  will be the  output  of the following  PHPcode?<?PHp                                                                     $i-0;                                                                                 While($i-10)                                                                                       {                                                                                            Print”hi”;  }                                                                              Print “hello”;                                                                                              ?>
4 points
Clear selection
Q22.What  will be the output of the following PHP code       <?php                                                                                                                 $i=0;                                                                                                                 For($i)                                                                                              {   print $i;}                                                                                      ?>
4 points
Clear selection
Q23.What  will be the output of the following  php  code?                                                                                         <?php                                                                    $a=array(12,5,2);                                   Echo(array_product($a));                                                                  ?>
4 points
Clear selection
Q24.What will be the output  of the following php code<?                                                                                    php                                                                           Define(‘If’,42);                                                          Echo”If:”,If;                                                                                   ?>
4 points
Clear selection
Q25.What will be the output of the following php code?                                                                                          <?php                                                                   Echo”char(52)”;                                                                              ?>
4 points
Clear selection
Submit
Clear form
Never submit passwords through Google Forms.
This content is neither created nor endorsed by Google. Report Abuse - Terms of Service - Privacy Policy