………….is used to add a GroupBox to the interface.
a) GroupBox tool
b) Group tool
c) Properties Window
d) View Window
Explanation: A GroupBox tool is used to add a GroupBox to the interface. The GroupBox tool is located in the containers section of the toolbox, because a GroupBox serves as a container for other controls.
…………. is used to separate related controls from other controls in the form.
a) GroupBox
b) GroupBox tool
c) View Window
d) Groups
Explanation: You can use GroupBox to visually separate related controls from other controls in the form. For example, suppose you are designing a calculator, the Groupbox in the interface will visually separate the controls relating to principle, rate and term information from the rest of the controls.
When you delete a groupbox the controls inside it are………….
a) Retained
b) Given to another groupbox
c) Data loss occurs
d) Deleted
Explanation: The groupbox and the controls contained in the groupbox are treated as one unit. When you move the groupbox, the controls inside the groupbox are moved. Likewise when you delete a groupbox, the controls inside it are deleted.
Use………….for the optional label entered in the groupbox’s text property.
a) Word capitalization
b) Sentence capitalization
c) Mixed capitalization
d) Row capitalization
Explanation: You can include an identifying label in the group box, by setting the group box’s text property. Labeling a group box is optional, but if you do label it, the label should be entered using sentence capitalization.
The………….method creates a periodic payment on either a loan or an investment.
a) Financial
b) Pmt
c) Financial.Pmt
d) Calculate
Explanation: The Financial.Pmt method creates a periodic payment on either a loan or an investment and it returns the calculated value as a Double number. The syntax is Financial.Pmt (Rate,NPer, PV) ; where Rate is the interest rate per period, Nper is the total number of payment periods and PV is the loan amount.
The number that appears after the period in the The………….method creates a periodic payment on either a loan or an investment.
a) Financial
b) Pmt
c) Financial.Pmt
d) Calculate value