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. |
Press __________ to move the focus to the text box’s access key named textBlue. |
| A. | Alt+b |
| B. | Alt+t |
| C. | Alt+x |
| D. | Alt+c |
| Answer» B. Alt+t | |
| 2. |
Pressing the enter key when the button is on focus produces __________ |
| A. | Button’s properties |
| B. | Button’s click event |
| C. | Dialog box to change button name |
| D. | Removes the button |
| Answer» C. Dialog box to change button name | |
| 3. |
Use the __________ to verify the tab order control in the interface. |
| A. | Enter key |
| B. | Shift key |
| C. | Tab key |
| D. | Alt key |
| Answer» D. Alt key | |
| 4. |
When you start an application, the computer sends the focus to the control whose TabIndex is __________ |
| A. | One |
| B. | Last TabIndex (that is if we have 8 control’s at 8th Tab Index) |
| C. | Zero |
| D. | Two |
| Answer» D. Two | |
| 5. |
You can set the control’s tab index property using __________ |
| A. | Properties window |
| B. | Control Window |
| C. | File |
| D. | Edit |
| Answer» B. Control Window | |
| 6. |
Set the identifying labels tab index property that is __________ than text box’s tab index property. |
| A. | One number lesser |
| B. | One number more |
| C. | Same as text box’s tab index |
| D. | Does not depend on text box’s tab index |
| Answer» B. One number more | |
| 7. |
A __________ is an example that accepts user input and is determined by a label control. |
| A. | Text box |
| B. | Property box |
| C. | Tool box |
| D. | Button |
| Answer» B. Property box | |
| 8. |
When a control has focus it can accept __________ |
| A. | values |
| B. | any user input |
| C. | numbers |
| D. | strings |
| Answer» C. numbers | |
| 9. |
What determines the Tab order? |
| A. | TabIndex values |
| B. | TabOrder values |
| C. | Tab values |
| D. | Arrangement of the controls in the interface |
| Answer» B. TabOrder values | |
| 10. |
Which property contains a number that represents the order in which the control was added to the form? |
| A. | TabIndex property |
| B. | Order property |
| C. | Tab order property |
| D. | Index property |
| Answer» B. Order property | |