MCQOPTIONS
Saved Bookmarks
This section includes 10 Mcqs, each offering curated multiple-choice questions to sharpen your Basic C knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Which option is used to align two or more controls by their left, right, top or bottom borders? |
| A. | Align option |
| B. | Range option |
| C. | Associate option |
| D. | Alignment option |
| Answer» B. Range option | |
| 2. |
Which menu provides option for manipulating the control’s on the form? |
| A. | Format menu |
| B. | Control Menu |
| C. | Manipulate Menu |
| D. | Property List |
| Answer» B. Control Menu | |
| 3. |
Which property in the property list is used to change the text, style or size of the control’s text? |
| A. | Font |
| B. | Origin |
| C. | Style |
| D. | Appearance |
| Answer» B. Origin | |
| 4. |
Which property specifies the position of the upper left corner of the control? |
| A. | Top Property |
| B. | Position Property |
| C. | Location Property |
| D. | Starting Position Property |
| Answer» D. Starting Position Property | |
| 5. |
Which property determines the value that appears inside the control? |
| A. | Label Text property |
| B. | Label control’s Text property |
| C. | Text Property |
| D. | Text Design Property |
| Answer» C. Text Property | |
| 6. |
Margin lines are ______________ in colour. |
| A. | Blue |
| B. | Red |
| C. | Green |
| D. | Black |
| Answer» B. Red | |
| 7. |
_______________is the default name assigned to the label control. |
| A. | Label0 |
| B. | Label1 |
| C. | NewLabel |
| D. | DefaultLabel |
| Answer» C. NewLabel | |
| 8. |
The size of _____________ is determined by the label’s margin property. |
| A. | margin lines |
| B. | label |
| C. | border lines |
| D. | label lines |
| Answer» B. label | |
| 9. |
What is the purpose of the label control? |
| A. | To display the text that the user is not allowed to edit while the application is not running |
| B. | To display the text that the user is allowed to edit while the application is not running |
| C. | To display the text that the user is not allowed to edit while the application is running |
| D. | To display the text that the user is allowed to edit while the application is running |
| Answer» D. To display the text that the user is allowed to edit while the application is running | |
| 10. |
What is used to add a Label control to a form? |
| A. | Label Tool |
| B. | Add Tool |
| C. | Add Control Tool |
| D. | Add Label Tool |
| Answer» B. Add Tool | |