Study the RandomNumber. Frm code and its output first. Use your answers that you put on paper from the assignment. After you are finished, read the corrections and the explanations that go with them. Even if you got all the answers correct, please read the explanations that are provided below the problem. If you did not get 100%, click on Try Again at the bottom. Correct your paper answers as well.
Yes
No
Rate this question:
The output is the same because I did it correctly.
The output is different because the numbers are random.
Rate this question:
Dim LessOne As Single
Randomize
LessOne = Rnd
LblLessOne = LessOne
Rate this question:
Dim LessTen As Single
Randomize
LessTen = 10 * Rnd
LblLessTen = LessTen
Rate this question:
Dim UpTo100 As Integer
Randomize
UpTo100 = 100 * Rnd
LblUpTo100 = UpTo100
Rate this question:
Integers
Decimals (Single)
Rate this question:
Dim UpTo100 As Integer
Randomize
UpTo100 = 100 * Rnd
LblUpTo100 = UpTo100
Rate this question:
UpTo33 = Rnd
UpTo33 = 33 * Rnd
UpTo33 = 10 * Rnd
UpTo33 = Rnd + 13
Rate this question:
0
1
2
10
Rate this question:
Randomize
Rnd
LessOne
Random
Rate this question:
A random decimal number less than 10 such as 2.3482 or 9.3627
A random integer less than 10 such as 2 or 9
A random decimal number between 0 and 1 such as .23 or .93
A random integer as small or big as the computer will allow
Rate this question:
True
False
Rate this question:
300
.3
3.3
33
13
Rate this question:
A random decimal less than 5
A random decimal from 0 to 5
A random integer from 0 to 5
A random integer from 0 to 5000
Rate this question:
UpToTop = 10 * Rnd
UpToTop = Top * Rnd
UpToX = Top * Rnd
UpToHigh = Top * Rnd
UpToX = X * Rnd
Rate this question:
Quiz Review Timeline (Updated): May 6, 2024 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
QUIZ 2 - VISUAL BASIC Intro
Explore the basics of Visual Basic with this quiz, covering key concepts like programming languages, applications, and machine language.
Questions:
10 |
Attempts:
71 |
Last updated:
Mar 30, 2023
|
First Quarterly Practice Test (VB)
This First Quarterly Practice Test in Visual Basic assesses understanding of conditional logic and comparisons in VB programming. It challenges learners with questions on If...
Questions:
14 |
Attempts:
84 |
Last updated:
Mar 19, 2023
|
VB ( Visual Basic )Quiz #2
This is a quiz for all the nerds out there. If you want to test your knowledge on this particular bunch of networking language facts take this quiz and find out how vast your...
Questions:
20 |
Attempts:
1433 |
Last updated:
Mar 21, 2023
|
Microsoft Visual Basic 2008 - Basic Programming Concept
Explore basic programming concepts in Microsoft Visual Basic 2008 through this quiz. It assesses understanding of programming essentials, from basic instructions to the nuances of...
Questions:
20 |
Attempts:
189 |
Last updated:
Mar 21, 2023
|
Visual Basic Programming - Prelim
This 'Visual Basic Programming - Prelim' quiz assesses foundational knowledge in Visual Basic, covering topics like event procedures, controls, encapsulation, and more. It...
Questions:
50 |
Attempts:
307 |
Last updated:
Mar 21, 2023
|
Visual Basic Questions Test! Quiz
Are you familiar with Visual Basic? Do you believe you can beat this "Visual Basic Questions Test?" Take the quiz then! Microsoft's Visual Basic provides the...
Questions:
10 |
Attempts:
1499 |
Last updated:
Aug 28, 2023
|
Wait!
Here's an interesting quiz for you.