Visual Basic- PART 1 « Previous Next » 1. Which type of project can a developer choose in the New project dialog box ?: A. Visual Basic Projects B. Visual C++ Projects C. Visual C# Projects D. All the above [BU BHOPAL-2016] Answer: D - All the above 2. Which are the standard prefixes for the button and combo box controls respectively? A. btn and chb B. btn and cbo C. bto and chb D. bto and cbo [BU BHOPAL-2016] Answer: B - btn and cbo 3. Which task is accomplished in the code editor ? A. Adding forms to the project. B. Adding controls to the form. C. Adding event procedure to the form. D. Both a and b. [BU BHOPAL-2016] Answer: C - Adding event procedure to the form. 4. Which property determines whether a control is displayed to the user ? A. Hide. B. Show. C. Visible. D. Enabled. [BU BHOPAL-2016] Answer: C - Visible 5. What is the mathod used to activate the color dialog box ? A. Show Dialog B. Display Dialog C. Activate Dialog D. Exhibit Dialog [BU BHOPAL-2016] Answer: A - Show Dialog 6. An array of controls can be populated by: A. Assigning existing controls to the array. B. Borrowing controls that will automatically assign them to the array. C. Creating controls and assigning them to the array. D. Both a and b [BU BHOPAL-2018] Answer: D - Both a and b 7. Which is a valid statement for declaring avariable ?: A. Const form as integer B. Dim myform as integer C. Const myform as integer D. Dim form as integer [BU BHOPAL-2018] Answer: B - Dim myform as integer 8. Which function displays a pop-up window ? A. Msg Box B. Text Box C. Input Box D. Both a and b [BU BHOPAL-2015] Answer: A - Msg Box 9. Which is not a standard dialog box ? A. Zoom Dialog B. Font Dialog C. Color Dialog D. Print Dialog [BU BHOPAL-2018] Answer: A - Zoom Dialog 10. A Foreign Key : A. Has nothing to do with primary key. B. Is related to the primary key of a different table. C. Has different values than the primary key. D. Is found in tables that don't have a primary key. [BU BHOPAL-20118] Answer: B - Is related to the primary key of a different table « Previous Next »
No comments:
Post a Comment