1.If users other than the system administrator need rights to any new Tools for Visual Basic programs, the screen numbers for those programs will need to be added to the Screens table. Which of the following utility programs either in the Solomon product or the MS SQL Server product, could be used to modify existing records and insert new records into this table? A:Query AnalyzerB:Database Update UtilityC:Database AdministrationD:Record MaintenanceCorrect Answers: A, B 2.What statements are true about the Solomon menu? A:Commented lines begin with an asterisk (*).B:Lines with a string in square brackets starting the first column of the line correspond to the Toolbar main menu selections. These can be modified or deleted and new ones can be added.C:A "-" character will generate a line across the menu list to identify groups of items.D:Lines without square brackets beginning in the fifth column below the main menu item are applications that appear in that main menu item.Correct Answers: A, C, D 3.All Solomon programs must adhere to a unique naming convention. Which of these applies and is in the proper order? A: 2 character screen number; 2 character sub screen; 3 character module IDB: 3 character module ID, 2 character screen number; 2 character sub screenC: 2 character module ID; 3 character screen number; 2 character sub screenD: 2 character module ID, 3 character screen number; 3 character sub screenCorrect Answers: C 4.When working with Solomon reports, which statements are true? A:In order to print a report from the menu or from the program, a record must exist in the RptControl table.B:By locating the definition of the primary index on the table in the database and then automatically enforcing that rule in the user interface.C:At least one report format must be defined for each report number in the Report Control Maintenance program.D:The report number is the unique identifier for the RPTControl record.Correct Answers: A, C, D 5.What must be done in order for a program that is automating a Solomon program via the Solomon Object Model to be able to programmatically respond to warnings and error messages for the automated program? A: The SIVToolbar object must be declared using the WithEvents keywordB: Nothing, error messages and warnings are not generated by Solomon programs when being automated with the Solomon Object ModelC: The SIVApplication Object must be declared using the WithEvents key word.D: Nothing, warning messages and error messages generated by the Solomon program can not beCorrect Answers: C 6.The ROI.exe accepts several different command line switches to allow programs to pass necessary information to the executable to print the desired report. Which switch passes the report number that is used by ROI.exe to retrieve the correct record from the RptControl table? A: /RUNB: /FORMATC: /WHERED: /PSCRNCorrect Answers: A 7.Generate schema can be used to create files with a CRT extension that contain SQL create table statements. What can be used to execute these SQL script statements? A:Record MaintenanceB:Query AnalyzerC:Database UpdateD:Field MaintenanceCorrect Answers: B, C 8.Once the user chooses a company from the Login screen they will be connected to two databases, an application and system database. What type of information is contained in the System Database? A:Product RegistrationB:Accounting InformationC:CustomizationsD:Users and GroupsCorrect Answers: A, C, D 9.What are the main steps in creating a Tools for Visual Basic program? A:Set security so users have access to programs created using Tools for Visual Basic.B:Create certain required objects in the database such as Tables, indexes and procedures.C:Write your program using Visual Basic and Solomon Tools for Visual Basic.D:Set up a development environment with a directory to hold the files for your projects.Correct Answers: B, C, D 10.The Status function and the process status form are designed to manage and/or implement which of the following functions that commonly need to be handled performing operations on multiple entities such as records a database? A:The status function will automatically handle beginning, committing and possibly rolling back SQL transactions.B:The Process status form, with the proper use of the Status function, provides a consistent user interface for notifying the user of what is happening during a lengthy process.C:If the Status function is used properly, it will respond to SQL database errors that might occur during a process by automatically generating event logs that describe what error occurred and what was being processed when the error occurred.D:The process status form automatically displays a progress bar to information user of what percentage of a process has been completed so far.Correct Answers: B, C