Review Game Zone
Games
Test
Preview
Back
Match it!
Match it! Select the correct answer from the pull down...Good luck!
If the 12 months are numbered 1 through 12, which statement generates a random whole number to represent one of the months, given the following code?
gen.Next(1, 13)
intAge = 15 And blnHasHadDrivEd = True
AccountBalance = CreditLimit
B gen.Next(10, 51)
1
gen.Next(1,8)
Case 10
gen.Next(1, 7)
Which logical condition will determine if the AccountBalance is not less than CreditLimit?
gen.Next(1, 13)
intAge = 15 And blnHasHadDrivEd = True
AccountBalance = CreditLimit
B gen.Next(10, 51)
1
gen.Next(1,8)
Case 10
gen.Next(1, 7)
If 5 and 2 are entered in txtNumber1 and txtNumber2, respectively, what will the following code display?
gen.Next(1, 13)
intAge = 15 And blnHasHadDrivEd = True
AccountBalance = CreditLimit
B gen.Next(10, 51)
1
gen.Next(1,8)
Case 10
gen.Next(1, 7)
If the 7 weekdays are numbered 1 through 7, which statement generates a random whole number to represent one of the days, given the following code?
gen.Next(1, 13)
intAge = 15 And blnHasHadDrivEd = True
AccountBalance = CreditLimit
B gen.Next(10, 51)
1
gen.Next(1,8)
Case 10
gen.Next(1, 7)
Which statement generates random whole numbers greater than or equal to 10 and less than 51, given the following code?
gen.Next(1, 13)
intAge = 15 And blnHasHadDrivEd = True
AccountBalance = CreditLimit
B gen.Next(10, 51)
1
gen.Next(1,8)
Case 10
gen.Next(1, 7)
Which case condition is correct?
gen.Next(1, 13)
intAge = 15 And blnHasHadDrivEd = True
AccountBalance = CreditLimit
B gen.Next(10, 51)
1
gen.Next(1,8)
Case 10
gen.Next(1, 7)
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?
gen.Next(1, 13)
intAge = 15 And blnHasHadDrivEd = True
AccountBalance = CreditLimit
B gen.Next(10, 51)
1
gen.Next(1,8)
Case 10
gen.Next(1, 7)
If there are 6 sides on a die, which statement generates a random whole number to represent one of the sides, given the following code?
gen.Next(1, 13)
intAge = 15 And blnHasHadDrivEd = True
AccountBalance = CreditLimit
B gen.Next(10, 51)
1
gen.Next(1,8)
Case 10
gen.Next(1, 7)
Check it!