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. |
The asset manager in Yii converts assets in extended syntax into CSS and JS, automatically. |
| A. | TRUE |
| B. | FALSE |
| C. | Can be true or false |
| D. | Can not say |
| E. | |
| Answer» B. FALSE | |
| 2. |
Which represents a query criteria, such as conditions, ordering by, limit/offset? |
| A. | Query |
| B. | CQuery |
| C. | CDbCriteria |
| D. | None of the above |
| Answer» D. None of the above | |
| 3. |
Yii is equipped with a Web-based code generation tool called |
| A. | Yii |
| B. | Gii |
| C. | Zii |
| D. | Cii |
| Answer» C. Zii | |
| 4. |
Which of the following is true about External Assets? |
| A. | The assets are located in a web accessible directory |
| B. | The assets are located in the directory that cannot be directly accessed via web. |
| C. | The assets are located on another web server. |
| D. | None of the above |
| Answer» D. None of the above | |
| 5. |
A ________ is an entity that has its own models, views, controllers, and possibly other modules. |
| A. | Widget |
| B. | Module |
| C. | Models |
| D. | Views |
| Answer» C. Models | |
| 6. |
The_______function should normalize the widget properties. |
| A. | run() |
| B. | render() |
| C. | init() |
| D. | widget() |
| Answer» D. widget() | |
| 7. |
To create a model, you should extend the? |
| A. | yiiderivedModelclass |
| B. | baseModelclass |
| C. | derivedModelclass |
| D. | yiiaseModelclass |
| Answer» E. | |
| 8. |
Which folder entry point from web? |
| A. | Tests |
| B. | View |
| C. | Web |
| D. | Config |
| Answer» D. Config | |
| 9. |
Therparameter in the URL stands for? |
| A. | response |
| B. | route |
| C. | render |
| D. | requires |
| Answer» C. render | |
| 10. |
Which of the following is true about Yii? |
| A. | TheYiiframework is an open-source PHP framework for rapidly-developing, modern Web applications |
| B. | Yii is built around the Model-View-Controller composite pattern |
| C. | Yii provides secure and professional features to create robust projects rapidly |
| D. | All of the above |
| Answer» E. | |