Visual Basic Help! Question 31 F: 5.1 The items appearing in the parentheses of
ID: 3806922 • Letter: V
Question
Visual Basic Help!
Question 31 F: 5.1 The items appearing in the parentheses of a Call statement are called Not yet answered Select one: Points out of 1.00 O a. Functions P Flag question O b. Array O C. Object O d. Arguments O e. None of the above Question 32 F: 5.2 Which one of these allows the capability change the original value of a passed variable? Not yet answered Points out of Select one 1.00 O a. by Ref P Flag question O b. byVa O C. by Num O d. String O e. None of the above Question 33 F: 5.2 Which one of these passes uses a Copy versus the original value? Not yet answered Points out of 1.00 Select one o a. by Num P Flag question O b. by Ref O c. byval O d. Loop O e. None of the aboveExplanation / Answer
Quetion 31: Item appearing in the parenthesis of a call statements are known as "Arguments" (d).
Quetion 32: Which one of these allow capability changes the original value of passed variable: "ByRef" (a).
Quetion 33: Which one of these passes uses a copy versus the original value: "ByVal" (c).
Quetion 34: A function can output what type of data: "Any type" (b).
Quetion 35: Difference between function and sub-procedure: "Function is primarily used to return the value" (c).
Quetion 36: Output: "25" (e). => q = 4 => q = 2*4 - 1 = 7 => q = 2*7 - 1 = 13 => q= 13*2 - 1 = 25(Now q is greater than 15)
Quetion 37: Output: "1" (b). => q = 3 => q = 2*3 - 1 = 5, now (q > 15) doesn't satisfy, hence it will break the loop. only 1 times.
Please post other questions in seperate thread. i have tries to answer maximum questions in the time limit.
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.