Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Programming with Microsoft Visual Basic.NET
Quiz 4: The Selection Structure
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 21
Multiple Choice
Consider the expression 3 * 2 ^ 2 15 - 3. Which operation is performed second?
Question 22
True/False
The following condition 2 * 3 + 1 > 1 * 2 + 3 OR 7 + 2 < 4 + 1 is false.
Question 23
True/False
The following expression 6 * 5 / 10 > 4 * 8 - 35 XOR 3 * 9 - 30 > 2 * 5 - 15 is true.
Question 24
Multiple Choice
What is the value of the following expression: 9 * 2 - 8 > 5 + 2 / 2?
Question 25
Multiple Choice
Consider the expression 3 * 2 ^ 2 15 - 3. Which operation is performed last?
Question 26
Multiple Choice
Which of the following standard flowchart symbols is used for calculations?
Question 27
Multiple Choice
Consider the expression 3 * 2 ^ 2 15 - 3. Which operation is performed first?
Question 28
True/False
You can use the Catch statement to catch (or trap) an exception when it occurs in a program.
Question 29
Multiple Choice
The method that will cause a message box to display on the screen is the ____ method.
Question 30
True/False
The following expression 6 * 5 / 10 > 4 * 8 - 35 AND 3 * 9 - 30 > 2 * 5 - 15 is true.
Question 31
Multiple Choice
To make a decision in the logic of a program you would use which of the following programming structures?
Question 32
Multiple Choice
Which of the following operators is evaluated last in the following expression: 9 * 2 - 8 > 5 + 2 / 2?
Question 33
Multiple Choice
Which of the following operators is evaluated first in the following expression: 9 * 2 - 8 > 5 + 2 / 2?
Question 34
Multiple Choice
If a letter grade of "B" or "A" on a test is determined based upon the following grading scale, which expression would identify an individual earning a "B" or "A" based upon a variable score? 90-100 A 80- B 70- C 60- D 0- F
Question 35
Multiple Choice
If a letter grade of "B" on a test is determined based upon the following grading scale, which of the following expressions would identify an individual earning a "B" based upon a variable score? 90-100 A 80- B 70- C 60- D 0- F