Visual Basic- PART 2 « Previous Next » 1. The Normalization process is : A. Used to remove redendent data. B. Used to make the storage of a data more efficient. C. Both a & b D. All the above [BU BHOPAL-2016] Answer: D - All the above 2. Which is not a program that can create a database ? A. Access B. MySql C. Oracle D. All of the above can be used to create a database. [BU BHOPAL-2016] Answer: D - All of the above can be used to create a database. 3. Which clause is required in an SQL query for getting information from a database ? A. SELECT. B. ON. C. JOIN. D. ORDER BY. [BU BHOPAL-2016] Answer: A - SELECT 4. The ORDER BY clause is used to sort : A. Fields. B. Records. C. Tables. D. Both A & B. [BU BHOPAL-2016] Answer: B - Records 5. Which is the wildcard symbol for selecting all the fields in a table ? A. @ B. ∧ C. # D. * [BU BHOPAL-2016] Answer: D - * 6. A GUI: A. Uses buttons, menus, and icons. B. Should be easy for a user to manipulate. C. Stands for Graphic Use Interaction. D. Both (A) and (B) [BU BHOPAL-2018] Answer: D - Both (A) and (B) 7. What does IDE stand for ? A. Integrated Development Environment. B. Integrated Design Environment. C. Interior Development Environment. D. Interior Design Environment. [BU BHOPAL-2018] Answer: A - Integrated Development Environment. 8. Which does the solution explorer not display ? A. Form Properties B. Reference Folder C. Form File D. Assemble File [BU BHOPAL-2015] Answer: A - Form Properties 9. Which is true about the name and text property of a control ? A. They are the same when the control is first created. B. The text property changes to match any changes in the name property. C. The name property changes to match any changes in the text property. D. They are never the same unless the programmer makes it that way. [BU BHOPAL-2018] Answer: A - They are the same when the control is first created 10. For which task does the IDE provide multiple ways to accomplish the task ? A. Putting a control on the form. B. Running the program. C. Activating the property window for a control. D. All of the above. [BU BHOPAL-20118] Answer: D - All of the above « Previous Next »
No comments:
Post a Comment