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. |
The BorderStyle property of each label, that identify other controls, is generally set to __________ |
| A. | None |
| B. | FixedSingle |
| C. | Fixed3D |
| D. | FixedDouble |
| Answer» B. FixedSingle | |
| 2. |
The appropriate __________ setting on a label depends on label’s purpose. |
| A. | BorderStyle property |
| B. | AutoSize property |
| C. | Length property |
| D. | Format Property |
| Answer» B. AutoSize property | |
| 3. |
Which setting gives the control a 3-dimensional appearance? |
| A. | 3D appearance |
| B. | Fixed3D Border Style |
| C. | Set3D |
| D. | Appear3D |
| Answer» B. Fixed3D Border Style | |
| 4. |
A control is locked using __________ |
| A. | Lock Controls |
| B. | Shared lock |
| C. | Fixed lock |
| D. | Lock |
| Answer» B. Shared lock | |
| 5. |
A __________ provides an area in the form for the user to enter data. |
| A. | Text box |
| B. | Button |
| C. | Edit box |
| D. | Label |
| Answer» B. Button | |
| 6. |
Text box is aligned using __________ |
| A. | Alignment operator |
| B. | Edit menu |
| C. | Properties Window |
| D. | Format menu |
| Answer» B. Edit menu | |
| 7. |
The BorderStyle property of the labels that display program output is generally set to __________ |
| A. | Fixed3D |
| B. | FixedSingle |
| C. | None |
| D. | FixedDouble |
| Answer» C. None | |
| 8. |
The autoSize property of the label control that displays program output is automatically set to true. |
| A. | False |
| B. | True |
| Answer» B. True | |
| 9. |
A label control’s __________ property determines whether the control automatically sizes to fit its current contents. |
| A. | AutoSize property |
| B. | Control property |
| C. | Auto control property |
| D. | Autoformat property |
| Answer» B. Control property | |
| 10. |
A control’s border is determined by __________ property. |
| A. | Border |
| B. | Style |
| C. | BorderStyle |
| D. | Appearance |
| Answer» D. Appearance | |