In software development, peer review is a type of software review in which a wor
ID: 3573929 • Letter: I
Question
In software development, peer review is a type of software review in which a work product is examined by its author and one or more colleagues, in order to evaluate its technical content and quality T F Information placed inside a ComboBox object can be edited by using the String Collection Editor of the Items property. T F The ComboBox property DropDownStyle should be set to DropDownList in order to allow the user to enter their own data. T F The ExecuteReader() method of the MySqlCommand class is always used for any SQL INSER T statement. T F In order to set a C# .NET ComboBox to the second selection, the developer uses the SelectedIndex property and assigns it the value of 2. T F The property Remove of the ComboBox Items field (i.e. - cbState.Items Remove) is used to wipe out all items contained in a ComboBox. T F To enable or disable a ComboBox object, the programmer can use the Visible property and set the value to either true or false. T F The TexlBox property Readonly allows the user to enter text into the text box however the text entered is ignored. T FExplanation / Answer
6. The correct answer is T
Explanation :
In a peer review meeting, the autor and one or more collegues
evaluate its content and quality and assess the perfomance of code.
7.The correct answer is T
Explanation :
The items in the COmbo box can be edited by the colletion Editor of the Items
property.
8.The correct answer is T
Explanation : The DropDownStyle property of ComboBox
is also allowed to edit the data inside the combo box.
9.The correct answer is F
Explanation :
The ExecuteReader() method of the MySqlCommand class
is used for SQL SELECT statemnet.
10.The correct answer is T
Explanation:
The property SelectedIndex set the combox box selected option.
The value 2 set to SelectedIndex selects the combo box to second
element of the combo box.
11.The correct answer is F
Remove property will only remove the selected item object
from the combo box items.
12. The correct answer is T
Explanation:
The Visible property of the Combo box control
will set the combox enable or disable .
13.The correct answer is F.
Explanation :
The ReadOnly property sets the text entered into the text box
uneditable but not ignored.
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.