MCQOPTIONS
 Saved Bookmarks
				This section includes 57 Mcqs, each offering curated multiple-choice questions to sharpen your Bachelor of Commerce (B.Com) knowledge and support exam preparation. Choose a topic below to get started.
| 1. | 
                                    For I = 10 To 1 Step -1…. Next I, will execute a loop _____ time/s. | 
                            
| A. | 10 | 
| B. | 20 | 
| C. | 1 | 
| Answer» B. 20 | |
| 2. | 
                                    For I = 10 To 1…. Next I, will execute a loop _____ time/s. | 
                            
| A. | 10 | 
| B. | 20 | 
| C. | 1 | 
| Answer» D. | |
| 3. | 
                                    For I = 1 To 20 Step 2…. Next I, will execute a loop _____ time/s. | 
                            
| A. | 10 | 
| B. | 20 | 
| C. | 1 | 
| Answer» B. 20 | |
| 4. | 
                                    For I = 10 To 20 …. Next I, will execute a loop _____ time/s. | 
                            
| A. | 10 | 
| B. | 11 | 
| C. | 1 | 
| Answer» C. 1 | |
| 5. | 
                                    What is the result of VAL(“1234”)? | 
                            
| A. | 1 | 
| B. | 0 | 
| C. | 123 | 
| D. | 1234 | 
| Answer» E. | |
| 6. | 
                                    What is the result of VAL(“15/08/2020”)? | 
                            
| A. | 15 | 
| B. | 15/08 | 
| C. | 15/08/2020 | 
| Answer» B. 15/08 | |
| 7. | 
                                    What is the result of VAL(“A123”)? | 
                            
| A. | 1 | 
| B. | 0 | 
| C. | 1234 | 
| D. | 123 | 
| Answer» C. 1234 | |
| 8. | 
                                    What is the result of VAL(“1,234”)? | 
                            
| A. | 1 | 
| B. | 0 | 
| C. | 1234 | 
| D. | 123 | 
| Answer» B. 0 | |
| 9. | 
                                    To define access key, ___ symbol is used before the character you want as access keywhile setting caption property of a Command Button. | 
                            
| A. | $ | 
| B. | % | 
| C. | ^ | 
| D. | & | 
| Answer» E. | |
| 10. | 
                                    ______ property determines whether the focus stops on a control when a Tab key ispressed. | 
                            
| A. | default | 
| B. | tabstop | 
| C. | cancel | 
| D. | tabindex | 
| Answer» C. cancel | |
| 11. | 
                                    If ______ property of a Command button is set to True then by pressing ‘Enter’ key fromthe keyboard the Command get selected automatically | 
                            
| A. | default | 
| B. | caption | 
| C. | cancel | 
| D. | tabindex | 
| Answer» B. caption | |
| 12. | 
                                    If ______ property of a Command button is set to True then by pressing ‘Esc’ key fromthe keyboard the Command get selected automatically | 
                            
| A. | default | 
| B. | caption | 
| C. | cancel | 
| D. | tabindex | 
| Answer» D. tabindex | |
| 13. | 
                                    For I = 10 To 1 Step -1…. Next I, will execute a loop _____ time/s. | 
                            
| A. | 10 | 
| B. | 20 | 
| C. | 1 | 
| Answer» B. 20 | |
| 14. | 
                                    For I = 10 To 1…. Next I, will execute a loop _____ time/s. | 
                            
| A. | 10 | 
| B. | 20 | 
| C. | 1 | 
| Answer» D. | |
| 15. | 
                                    For I = 1 To 20 Step 2…. Next I, will execute a loop _____ time/s. | 
                            
| A. | 10 | 
| B. | 20 | 
| C. | 1 | 
| Answer» B. 20 | |
| 16. | 
                                    For I = 10 To 20 …. Next I, will execute a loop _____ time/s. | 
                            
| A. | 10 | 
| B. | 11 | 
| C. | 1 | 
| Answer» C. 1 | |
| 17. | 
                                    _______ statement cannot be used to create a loop. | 
                            
| A. | do – while | 
| B. | for – next | 
| C. | while – wend | 
| D. | if – else | 
| Answer» E. | |
| 18. | 
                                    _______ property of a Text Box is True then user cannot type anything in a Text Box. | 
                            
| A. | text | 
| B. | locked | 
| C. | name | 
| D. | backcolor | 
| Answer» C. name | |
| 19. | 
                                    _____ is used to display headings and messages. | 
                            
| A. | option button | 
| B. | check box | 
| C. | text box | 
| D. | label | 
| Answer» E. | |
| 20. | 
                                    _____ allows the user to select any number of options at a time from a group. | 
                            
| A. | option button | 
| B. | check box | 
| C. | text box | 
| D. | label | 
| Answer» C. text box | |
| 21. | 
                                    _____ can be used in an application to give user True/False or Yes/No Option | 
                            
| A. | option button | 
| B. | check box | 
| C. | text box | 
| D. | label | 
| Answer» C. text box | |
| 22. | 
                                    Option buttons are also called as _______ buttons. | 
                            
| A. | check | 
| B. | radio | 
| C. | round | 
| D. | select | 
| Answer» C. round | |
| 23. | 
                                    ____ function is used to convert a text value to a numeric value. | 
                            
| A. | ucase( ) | 
| B. | lcase( ) | 
| C. | val( ) | 
| D. | len( ) | 
| Answer» D. len( ) | |
| 24. | 
                                    Which of the following function is invalid in VB? | 
                            
| A. | left( ) | 
| B. | lower( ) | 
| C. | mid( ) | 
| D. | len( ) | 
| Answer» C. mid( ) | |
| 25. | 
                                    The constant which are defined by user is known as _____ constant. | 
                            
| A. | numeric | 
| B. | string | 
| C. | named | 
| D. | intrinsic | 
| Answer» D. intrinsic | |
| 26. | 
                                    The constant which are readymade in VB are called as _______ constant. | 
                            
| A. | numeric | 
| B. | string | 
| C. | named | 
| D. | intrinsic | 
| Answer» E. | |
| 27. | 
                                    Which of the following is a non-executable statement in VB? | 
                            
| A. | if | 
| B. | dim | 
| C. | assignment statement | 
| D. | do… while | 
| Answer» C. assignment statement | |
| 28. | 
                                    ______ control can be used to accept input from the user. | 
                            
| A. | label | 
| B. | form | 
| C. | text box | 
| D. | frame | 
| Answer» D. frame | |
| 29. | 
                                    Which of the following is not a valid logical operator in VB. | 
                            
| A. | and | 
| B. | or | 
| C. | xor | 
| D. | not | 
| Answer» D. not | |
| 30. | 
                                    vbRed is ____ . | 
                            
| A. | vb colour | 
| B. | vb color | 
| C. | colour | 
| D. | intrinsic constant | 
| Answer» E. | |
| 31. | 
                                    Which of the following is an invalid Data Type in VB? | 
                            
| A. | integer | 
| B. | string | 
| C. | single | 
| D. | smallint | 
| Answer» E. | |
| 32. | 
                                    What is the result of VAL(“15/08/2020â€)? | 
                            
| A. | 15 | 
| B. | 15/08 | 
| C. | 15/08/2020 | 
| Answer» B. 15/08 | |
| 33. | 
                                    What is the result of VAL(“A123â€)? | 
                            
| A. | 1 | 
| B. | 0 | 
| C. | 1234 | 
| D. | 123 | 
| Answer» C. 1234 | |
| 34. | 
                                    What is the result of VAL(“1234â€)? | 
                            
| A. | 1 | 
| B. | 0 | 
| C. | 123 | 
| D. | 1234 | 
| Answer» E. | |
| 35. | 
                                    What is the result of VAL(“1,234â€)? | 
                            
| A. | 1 | 
| B. | 0 | 
| C. | 1234 | 
| D. | 123 | 
| Answer» B. 0 | |
| 36. | 
                                    Which arithmetic operator is used for exponentiation. | 
                            
| A. | / | 
| B. | \\ | 
| C. | % | 
| D. | ^ | 
| Answer» E. | |
| 37. | 
                                    Which arithmetic operator is used for integer division. | 
                            
| A. | / | 
| B. | \\ | 
| C. | % | 
| D. |  | 
| Answer» C. % | |
| 38. | 
                                    To define access key, ___ symbol is used before the character you want as access key while setting caption property of a Command Button. | 
                            
| A. | $ | 
| B. | % | 
| C. | ^ | 
| D. | & | 
| Answer» E. | |
| 39. | 
                                    ______ property determines the order of the focus to move as the Tab key is pressed. | 
                            
| A. | default | 
| B. | tabstop | 
| C. | cancel | 
| D. | tabindex | 
| Answer» E. | |
| 40. | 
                                    ______ property determines whether the focus stops on a control when a Tab key is pressed. | 
                            
| A. | default | 
| B. | tabstop | 
| C. | cancel | 
| D. | tabindex | 
| Answer» C. cancel | |
| 41. | 
                                    If ______ property of a Command button is set to True then by pressing ‘Enter’ key from the keyboard the Command get selected automatically | 
                            
| A. | default | 
| B. | caption | 
| C. | cancel | 
| D. | tabindex | 
| Answer» B. caption | |
| 42. | 
                                    If ______ property of a Command button is set to True then by pressing ‘Esc’ key from the keyboard the Command get selected automatically | 
                            
| A. | default | 
| B. | caption | 
| C. | cancel | 
| D. | tabindex | 
| Answer» D. tabindex | |
| 43. | 
                                    Which of the following is not a valid property of a Command Button? | 
                            
| A. | default | 
| B. | caption | 
| C. | text | 
| D. | cancel | 
| Answer» D. cancel | |
| 44. | 
                                    Which of the following is not a valid property of an Option Button? | 
                            
| A. | name | 
| B. | caption | 
| C. | text | 
| D. | enabled | 
| Answer» D. enabled | |
| 45. | 
                                    Which of the following is not a valid property of a Check Box? | 
                            
| A. | name | 
| B. | caption | 
| C. | text | 
| D. | enabled | 
| Answer» D. enabled | |
| 46. | 
                                    Which of the following is not a valid property of a Text Box? | 
                            
| A. | name | 
| B. | caption | 
| C. | text | 
| D. | forecolor | 
| Answer» C. text | |
| 47. | 
                                    Which of the following is not a valid property of a Label? | 
                            
| A. | name | 
| B. | caption | 
| C. | text | 
| D. | forecolor | 
| Answer» D. forecolor | |
| 48. | 
                                    Which of the following is not a valid property of a Form? | 
                            
| A. | name | 
| B. | caption | 
| C. | text | 
| D. | forecolor | 
| Answer» D. forecolor | |
| 49. | 
                                    of the following is not a valid property of a Command Button? | 
                            
| A. | name | 
| B. | caption | 
| C. | text | 
| D. | forecolor | 
| Answer» D. forecolor | |
| 50. | 
                                    Prefix used for a Text Box is _____ | 
                            
| A. | txt | 
| B. | tex | 
| C. | teb | 
| D. | tbo | 
| Answer» B. tex | |