The writer is very fast, professional and responded to the review request fast also. Thank you.
1. (TCO 4) In the parameter list of a sub procedure, each parameter has a procedure scope, and each stores _____. (Points : 2)
arguments
an item of data
values
references
Question 2.2. (TCO 4) When you pass a variable ____, the computer passes only the contents of the variable to the receiving procedure. (Points : 2)
by reference
by parameter
by data type
by value
Question 3.3. (TCO 4) The _______ section in a function header identifies the data type of the data being returned. (Points : 2)
by value
DataType
by reference
As dataType
Question 4.4. (TCO 2) The syntax ____ assigns a return value to a variable. (Points : 2)
dblNewPrice = GetNewPrice(dblCurrentPrice)
lblNewPrice.Text = GetNewPrice(dblCurrentPrice).ToString
Dim dblNewPrice
dblNewPrice = dblCurrentPrice
Question 5.5. (TCO 2) In a ____ combo box, the text portion is not editable. (Points : 2)
Text
Simple
DropDown
DropDownList
Question 6.6. (TCO 2) The default combo-box style in Visual Basic is ____. (Points : 2)
Text
Simple
DropDown
DropDownList
Question 7.7. (TCO 2) As you do with a list box, you use the Items collection’s ____ method to add an item to a combo box. (Points : 2)
Insert
Add
New
Append
Question 8.8. (TCO 2) A combo box’s ____ property contains the value that appears in the text portion of the control. (Points : 2)
Add
Sorted
Text
List
Question 9.9. (TCO 3) A(n) ____ is a group of variables that have the same name and data type and are related in some way. (Points : 2)
subscript
string
array
run-time error
Question 10.10. (TCO 3) The data used to initialize the elements of an array are enclosed in ____. (Points : 2)
[ ]
{ }
( )
” “
Question 11.11. (TCO 3) Which of the following correctly shows the syntax for storing data into a one-dimensional array? (Points : 2)
arrayname = value
arrayname(subscript) = value
arrayname = {value}
arrayname(subscript) = {value}
Question 12.12. (TCO 3) If a one-dimensional array contains 5 elements, its highest subscript is ____. (Points : 2)
4
5
6
7
Question 13.13. (TCO 3) To refer to the element located in the first row, first column in a two-dimensional array named strProducts, you use ____. (Points : 2)
strProducts(0, 0)
strProducts{0, 1}
strProducts(1, 1)
strProducts[0, 0]
Question 14.14. (TCO 3) Based on the code below, intScores(0, 0) is initialized to ____.
Dim intScores(,) As Integer = {{75, 90}, {9, 25}, {23, 56}, {6, 12}} (Points : 2)
9
25
75
90
Question 15.15. (TCO 3) The statement ____ assigns the string “Arctic” to the element located in the second row, first column in the strOceans array. (Points : 2)
strOceans(1, 1) = {Arctic}
strOceans(0, 0) = (Arctic)
strOceans(1, 0) = “Arctic”
strOceans(0, 1) = “Arctic”
Question 16. 16. (TCO 4) Create a method named GetSum() that accepts three floating-point numbers, adds the three values, and then returns the sum as a floating-point number. (Points : 5)
Delivering a high-quality product at a reasonable price is not enough anymore.
That’s why we have developed 5 beneficial guarantees that will make your experience with our service enjoyable, easy, and safe.
You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.
Read moreEach paper is composed from scratch, according to your instructions. It is then checked by our plagiarism-detection software. There is no gap where plagiarism could squeeze in.
Read moreThanks to our free revisions, there is no way for you to be unsatisfied. We will work on your paper until you are completely happy with the result.
Read moreYour email is safe, as we store it according to international data protection rules. Your bank details are secure, as we use only reliable payment systems.
Read moreBy sending us your money, you buy the service we provide. Check out our terms and conditions if you prefer business talks to be laid out in official language.
Read more