Services
Discover
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
Exam 4: The Selection Structure
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 21
True/False
When coding a selection instruction in Visual Basic .NET the code that follows the Else statement are those instructions that will be executed when the condition is true.
Question 22
True/False
The selection structure is used when you wish a program to make a decision or comparison in a program.
Question 23
True/False
The following condition 2 * 3 + 1 > 1 * 2 + 3 OR 7 + 2 < 4 + 1 is false.
Question 24
True/False
The conditional expression 3 + 3 < = 12 / 4 + 3 evaluates to false.
Question 25
Multiple Choice
Which of the following standard flowchart symbols is used for calculations?
Question 26
Multiple Choice
When using the Visual Basic .NET Financial.Pmt function, Financial.Pmt(Rate, NPer, PV[,FV, Due]) , which of the following is correct for a 7%, $10,000, 5 year loan with annual payments?
Question 27
Multiple Choice
Which of the following operators is evaluated last in the following expression: 9 * 2 - 8 > 5 + 2 / 2?
Question 28
Multiple Choice
You want to save for a world cruise when you retire. You will need $20,000, interest rates are 6%, and you plan on retiring in 20 years. Using the Visual Basic .NET Financial.Pmt function, Financial.Pmt(Rate, NPer, PV [,FV, Due]) , which is correct for annual payments due today?
Question 29
Multiple Choice
Which of the following operators is evaluated first in the following expression: 9 * 2 - 8 > 5 + 2 / 2?
Question 30
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