Microsoft 70-176: Designing and Implementing Desktop Applications with MS Visual Basic 6.0
#1. You are one of the developers in a developer team. Your team use visual source safe (VSS) for source code control. You found an error in your component and has fixed it. How would you test it and checked in to VSS?
#2. You are designing a Visual Basic Desktop Application that will be used to diagnose medical information. You have developed a logical design that identifies data service, business service, and user services. How would this multi-tier design contribute to the access of your project? (choose Two)
#3. You create a Visual Basic application and distribute it to many users at different locations. The application relies on a COM component that is implemented a COM DLL. You discover an error in an algorithm in the COM component. This error necessitates a complete rewrite of the COM component. After rewriting the component, you need to distribute it to all current users of your application. What should you do to deploy the new DLL and have it replace the old DLL on All client machines?
#4. Create COM DLL contain ActiveX control named as Carview and Sales as class module. You're debugging interaction between ActiveX control and a host container. During debugging session, want to examine contents of variables that are only in Carview, how to?
#6. Which of the following will occur if the Cancel parameter of the BeforeColUpdate event is set to True for a DBGrid control? (choose all that apply)
#7. You want to build the object model of the calender and want it the com component. It consists of a collection and the objects you do not want a user to create the objects explicitely you have a day objects in the object model representing each day. You also want that the client application use the objects retrieve their values and then assign it to their variables. What instancing property you will use:
#8. On the form you have a combo iIn the initialise event of the form U use the following code with combo1 .additem "a1" .additem "a2" .additem "a3" end with Options:
#9. You have to develop an application which uses the legacy system as database. They are going to chage the database to the SQL server later. But you need to develop the application now only. Which options will you choose?
#10. You create a VB Application that willl be distributed to users from company web site. You want users to be prompted to enter a registration name and a server number during installation process. Which file should I modify?