Review Game Zone
Games
Test
Preview
Back
Match it!
Match it! Select the correct answer from the pull down...Good luck!
Which logical condition will determine if the AccountBalance is not less than CreditLimit?
dblScore greater than = 85 And dblScore less than 93
dblScore = 85
intAge = 15 And blnHasHadDrivEd = True
1
dblScore greater than = 85
AccountBalance greater than = CreditLimit
AccountBalance greater than = CreditLimit
intAge = 15 And blnHasHadDrivEd = True
Grades are based on the scale below. Using this scale, which condition(s) would be used to identify students who made an “A” or a “B”? A 93–100 B 85–92 C 78–84 D 70–77 F 0–69
dblScore greater than = 85 And dblScore less than 93
dblScore = 85
intAge = 15 And blnHasHadDrivEd = True
1
dblScore greater than = 85
AccountBalance greater than = CreditLimit
AccountBalance greater than = CreditLimit
intAge = 15 And blnHasHadDrivEd = True
Grades are based on the scale below. Using this scale, which condition(s) would be used to identify students who made a “B”? A 93–100 B 85–92 C 78–84 D 70–77 F 0–69
dblScore greater than = 85 And dblScore less than 93
dblScore = 85
intAge = 15 And blnHasHadDrivEd = True
1
dblScore greater than = 85
AccountBalance greater than = CreditLimit
AccountBalance greater than = CreditLimit
intAge = 15 And blnHasHadDrivEd = True
Which logical condition will determine if the AccountBalance is not less than CreditLimit?
dblScore greater than = 85 And dblScore less than 93
dblScore = 85
intAge = 15 And blnHasHadDrivEd = True
1
dblScore greater than = 85
AccountBalance greater than = CreditLimit
AccountBalance greater than = CreditLimit
intAge = 15 And blnHasHadDrivEd = True
If 5 and 2 are entered in txtNumber1 and txtNumber2, respectively, what will the following code display? intResult= intNumber1 Mod intNumber2
dblScore greater than = 85 And dblScore less than 93
dblScore = 85
intAge = 15 And blnHasHadDrivEd = True
1
dblScore greater than = 85
AccountBalance greater than = CreditLimit
AccountBalance greater than = CreditLimit
intAge = 15 And blnHasHadDrivEd = True
North Carolina allows a teenager to have a learner’s permit if he/she is 15 and has had driver’s education training. Consider the intAge and blnHasHadDrivEd variables. Which of the following If conditions would allow a learner’s permit?
dblScore greater than = 85 And dblScore less than 93
dblScore = 85
intAge = 15 And blnHasHadDrivEd = True
1
dblScore greater than = 85
AccountBalance greater than = CreditLimit
AccountBalance greater than = CreditLimit
intAge = 15 And blnHasHadDrivEd = True
Grades are based on the scale below. Using this scale, which condition(s) would be used to identify students who made an “A” or a “B”? A 93–100 B 85–92 C 78–84 D 70–77 F 0–69
dblScore greater than = 85 And dblScore less than 93
dblScore = 85
intAge = 15 And blnHasHadDrivEd = True
1
dblScore greater than = 85
AccountBalance greater than = CreditLimit
AccountBalance greater than = CreditLimit
intAge = 15 And blnHasHadDrivEd = True
North Carolina allows a teenager to have a learner’s permit if he/she is 15 and has had driver’s education training. Consider the intAge and blnHasHadDrivEd variables. Which of the following If conditions would allow a learner’s permit?
dblScore greater than = 85 And dblScore less than 93
dblScore = 85
intAge = 15 And blnHasHadDrivEd = True
1
dblScore greater than = 85
AccountBalance greater than = CreditLimit
AccountBalance greater than = CreditLimit
intAge = 15 And blnHasHadDrivEd = True
Check it!