Loading, please wait...

Codeigniter MCQ Quiz (Multiple Choice Questions And Answers)

Search here for MCQs

Are you preparing for the next job interviews? If yes, trust me this post will help you also we'll suggest you check out a big collection for Programming Full Forms that may help you in your interview:

List of Programming Full Forms 

11. Which of the following function is use to set the value of form input box ?

  • set()
  • set_value()
  • setvalue()
  • None Of The Above

12. How to update data using Active Record Pattern in CodeIgniter?

  • $this->db->update('mytable', $object);
  • $this->db->updated('mytable', $object);
  • $this->db->updateData('mytable', $object)
  • None Of The Above

13. Which of the follwoing will be treated as method in that URI?

  • somethingvtwo
  • index.php
  • somethingvone
  • All of the above

14. The keywords true, false, null should always be in lowercase letter in codeigniter

  • True
  • False

15. ........... configuration file is used to autoload resources.

  • routes
  • config
  • database
  • autoload