

MCQOPTIONS
This section includes 10 Mcqs, each offering curated multiple-choice questions to sharpen your Technical Programming knowledge and support exam preparation. Choose a topic below to get started.
1. |
_______ is an Application Development Framework - a toolkit - for people who build web sites using PHP. |
A. | Joomla |
B. | Zend |
C. | CodeIgniter |
D. | Wordpress |
Answer» D. Wordpress | |
2. |
Which one will control all the segments? |
A. | index.php |
B. | somethingvone |
C. | somethingvtwo |
D. | somethingvthree |
Answer» B. somethingvone | |
3. |
What are the different types of hook point in Codeigniter? |
A. | post_controller_constructor |
B. | pre_controller |
C. | post_sytem |
D. | All of these |
Answer» E. | |
4. |
To load a default controller, what should you do? |
A. | Give the default controller name |
B. | Always inherit the parent controller |
C. | Specify this in application/config/routes.php |
D. | Add a setting to application/config.php |
Answer» E. | |
5. |
List features of Codeigniter? |
A. | Model View Controller support System |
B. | Extremely Light Weight |
C. | Full Featured database classes with compatibility to several platforms |
D. | All of these |
Answer» E. | |
6. |
You can display the amount of memory used by the system by calling: |
A. | this->benchmark->memory_use() |
B. | this->memory_use() |
C. | this->benchmark->memory_usage() |
D. | this->memory_usage() |
Answer» D. this->memory_usage() | |
7. |
Which function gives you to view file friendly syntax to get browser cookies? |
A. | get_cookie() |
B. | list_cookie() |
C. | dis_cookie() |
D. | set_cookie() |
Answer» B. list_cookie() | |
8. |
What kind of link is this: |
A. | URI |
B. | QueryString |
C. | ftp link |
D. | None |
Answer» B. QueryString | |
9. |
Which one is the business logic in codeIgniter? |
A. | Model |
B. | view |
C. | controller |
D. | helper |
Answer» B. view | |
10. |
default controller can be set from which configuration file: |
A. | database |
B. | config |
C. | routes |
D. | autoload |
Answer» D. autoload | |