MCQOPTIONS
Saved Bookmarks
This section includes 10 Mcqs, each offering curated multiple-choice questions to sharpen your Technical MCQs knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Which function displays errors in HTML format at the top of the screen? |
| A. | show_error() |
| B. | show_404() |
| C. | log_message() |
| D. | $level |
| E. | |
| Answer» B. show_404() | |
| 2. |
Which class provides two-way data encryption functionality? |
| A. | Config Class |
| B. | Encryption Class |
| C. | Email Class |
| D. | Form Validation |
| Answer» C. Email Class | |
| 3. |
Theset()function will set the data to be updated. |
| A. | TRUE |
| B. | FALSE |
| C. | Can be true or false |
| D. | Can not say |
| Answer» B. FALSE | |
| 4. |
Which function is used to select a record? |
| A. | put() |
| B. | select() |
| C. | set() |
| D. | get() |
| Answer» E. | |
| 5. |
Which of the following will specify location of your database here e.g. localhost or IP address? |
| A. | database |
| B. | username |
| C. | hostname |
| D. | dbdriver |
| Answer» D. dbdriver | |
| 6. |
In Routing, which segment represents the controller class that should be invoked? |
| A. | First |
| B. | Second |
| C. | Third |
| D. | Fourth |
| Answer» B. Second | |
| 7. |
Model classes are stored in__________directory. |
| A. | application/models |
| B. | helpers/models |
| C. | app/models |
| D. | system/models |
| Answer» B. helpers/models | |
| 8. |
The __________ serves as an intermediary between the Model, the View, and any other resources needed to process the HTTP request and generate a web page. |
| A. | Model |
| B. | View |
| C. | Controller |
| D. | All of the above |
| Answer» D. All of the above | |
| 9. |
CodeIgniter directory structure is divided into? |
| A. | 2 folders |
| B. | 3 folders |
| C. | 4 folders |
| D. | 5 folders |
| Answer» C. 4 folders | |
| 10. |
Which of the following is true about CodeIgniter? |
| A. | CodeIgniter is an application development framework |
| B. | CodeIgniter can be used to develop websites, using PHP. |
| C. | CodeIgniter is an Open Source framework |
| D. | All of the above |
| Answer» E. | |