Which of the following is NOT true of Visual SourceSafe?(A) It retrieves a copy of a master source code file(B) It merges dissimilar source code files(C) It identifies differences in source code files*(D) It verifies compilation of source files upon check in(E) It allows exclusive Check Out of Source Code
You are using Visual Basic to create a user interface component that will be used inseveral of your company’s data analysis products. This component will display both a table ofinformation in a grid control and a hyperlink allowing the user to access more detailedinformation. The component will also manage saving and loading data to a local file on the user’scomputer. The products are being designed so that they can display their user interfaces in a webbrowser. Which type of component
You are design a VB application that will facilitate the billing process for hospitals.The billing calculations performed by the application are based on laws that are likely to changein the future. When these laws change, you will need an easy way to make modifications to yourapplication. You want to ensure that changes to the billing algorithm will not force you torecompile the entire application. You do not want to redistribute the application. How should youdesign this application?(A) Place
You are using VB to test a procedure named testl, which is located in modulel. In the addwatch dialog box, you create a new watch expression and set the watch type to break when value istrue. You want this watch expression to be active only when code is running in the testlprocedure. Which settings should you specify for the procedure context and the module context ofthe watch expression?(A) Set the procedure context to all procedure, and set the module context to all modules*(B) Set the procedure
You want to create a Visual Basic class. You want each instance of the class to representa record in a database table. How can you accomplish this?*(A) Create a class module that queries the desired table in the database. Provide aproperty Get method for each field in the table.(B) Run the Visual Data Manager Add-In. Select the correct database and table use theCopy Structure command to generate the wrapper class.(C) Create a new Visual Basic project based on the Data Project template. Set theConnectionSource
You having two class modules in the project and there consists of procedures in eachmodule and you need that you should be able to call procedure from one another what will youdefine the two procedure? Those procedures should not be accessible to anyone outside the project?(A) Private sub Proc1 () Private sub proc2()*(B) Friend sub proc1 () Friend sub Proc2 ()(C) Public sub Proc1 () Public sub Proc2 ()
The Internet Transfer control is best suited for what type of application?(A) Internet chat room applications*(B) automated FTP download applications(C) Telnet client-server applications(D) Internet e-mail applications
How do you add a watch expression?*(A) Choose Add Watch from the Debug menu to access the Add Watch dialog box.(B) Choose Edit Watch from the View menu to access the Edit Watch dialog box.(C) Choose Watch Window from the Window menu to access the Edit Watch dialog box.(D) Choose Add Watch from the Edit menu to access the Add Watch dialog box.
You want to set a variable named Table1 to an existing ActiveX object named Chart1.Chart1 currently resides in the Book1 application. The file containing Book1 resides in the"C:Files" directory. Which lines of code could you use?*(A) Set Table1 = GetObject("Files", "Book1.Chart1")(B) Set Table1 = GetObject("Book1", "Chart1")*(C) Set Table1 = GetObject(,"Book1.Chart1")(D) Table1 = GetObject("Book1.Chart1")
Deployment of Package in Intranet (the cab file is located at the web server). How toinstall on your system?(A) Locate the cab file by IE Browser*(B) by FTP
View page << Previous 1 [2] 3 4 5 6 7 8 9 10 Next >>

Go Top