Inscoe - CPI 7.01-7.04
Quiz
•
Business
•
9th - 12th Grade
•
Medium
Amber Inscoe
Used 46+ times
FREE Resource
30 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Given the function header, which statement below is written to correctly call the function?
Function calcTotalPrice (ByVal dblPrice As Double, ByVal intQuantity As Integer) As Double
dblAnswer= calcTotalPrice(dblPrice, dblTaxRate, intQuantity)
dblAnswer (calcTotalPrice(intQuantity, dblPrice))
calcTotalPrice(intQuantity, dblPrice)
dblAnswer= calcTotalPrice(dblPrice, intQuantity)
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which For Each loop would correctly create a running total of the elements in an array called Scores?
For Each dblScore As Double in Scores
Total= Total + Scores(i)
Next dblScore
For Each...
Total=Total(i) + Scores(i)
Next dblScore
For Each dblScore As Double
Total= Total + Scores
Next dblScore
For Each dblScore As Double in Scores
Total= Total + dblScore
Next dblScore
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Using the code shown, what is the value of dblResult after execution when 2.9 is entered into txtNum and 4 is entered into txtNum2?
7
There is an error and the program will not execute.
0
6.9
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Using the code shown, what is the value of dblResult after execution when 2.9 is entered into txtNum and 4 is entered into txtNum2 ?
7
There is an error and the program will not execute.
0
6.9
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In the code shown, what is the value of dblAnswer after the code executes?
0
10
20
30
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What can be said of the following function procedure?
Private Function isPositive(ByVal intArg As Integer) As Boolean
If intArg <0 Then
Return False
Else
Return True
End If
End Function
The function can be used by any module.
The function returns a value having a data type of Boolean.
The function receives one argument having a data type of Boolean.
The function returns a value having a data type of Integer.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Given an array called intScores , which statement would pass the first element to the sub procedure below?
Private Sub GiveAdvice(ByVal intNum As Integer)
GiveAdvice(intScores())
GiveAdvice(intScores(0))
GiveAdvice(intScores(1))
GiveAdvice(intScores)
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
25 questions
GCSE Business 2.4.1 Business Calculations
Quiz
•
9th Grade
25 questions
ACCTG 26 MIDTERM EXAM
Quiz
•
12th Grade
26 questions
Chapter 3 Business of Retail Review
Quiz
•
10th Grade
25 questions
MARKETING MANAGEMENT 3
Quiz
•
12th Grade
25 questions
Grade 9C - Second Quarter Review
Quiz
•
9th Grade
25 questions
Business Management I (3.06) 2019 LAP
Quiz
•
9th - 12th Grade
25 questions
OCR Business - Influences on a business
Quiz
•
10th - 11th Grade
25 questions
Behavioral Finance
Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
20 questions
MINERS Core Values Quiz
Quiz
•
8th Grade
10 questions
Boomer ⚡ Zoomer - Holiday Movies
Quiz
•
KG - University
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
20 questions
Multiplying and Dividing Integers
Quiz
•
7th Grade
10 questions
How to Email your Teacher
Quiz
•
Professional Development
15 questions
Order of Operations
Quiz
•
5th Grade
