Exam 14: Let Me Count the Ways Counter-Controlled Loops
Exam 1: I Am Not a Control Freak Control Structures10 Questions
Exam 2: First You Need to Plan the Party Problem-Solving Process46 Questions
Exam 3: I Need a Tour Guide Introduction to Visual Basic 201050 Questions
Exam 4: Do It Yourself Designing Designing Interfaces25 Questions
Exam 5: The Secret Code Assignment Statements25 Questions
Exam 6: Where Can I Store This Variables and Constants25 Questions
Exam 7: Whats Wrong With It Syntax and Logic Errors25 Questions
Exam 8: Decisions, Decisions, Decisions Selection Structure25 Questions
Exam 9: Time to Leave the Nest Nested Selection Structures25 Questions
Exam 10: So Many Pathsso Little Time Multiple-Alternative Selection Structures25 Questions
Exam 11: Testing, Testing1,2,3 Selecting Test Data25 Questions
Exam 12: How Long Can This Go on Pretest Loops25 Questions
Exam 13: Do It, Then Ask Permission Posttest Loops23 Questions
Exam 14: Let Me Count the Ways Counter-Controlled Loops25 Questions
Exam 15: Im on the Inside; Youre on the Outside Nested Loops25 Questions
Exam 16: I Hear You Are Breaking up Sub Procedures25 Questions
Exam 17: Talk to Me Function Procedures25 Questions
Exam 18: A Ray of Sunshine One-Dimensional Arrays25 Questions
Exam 19: Parallel and Dynamic Universes More on One-Dimensional Arrays25 Questions
Exam 20: Table Tennis, Anyone Two-Dimensional Arrays25 Questions
Exam 21: Building Your Own Structure Structures25 Questions
Exam 22: Im Saving for the Future Sequential Access Files25 Questions
Exam 23: The String Section String Manipulation25 Questions
Exam 24: Im Suffering From Information Overload Access Databases25 Questions
Exam 25: The Missing Linq Querying a Database19 Questions
Exam 26: I Love This Class Creating a Class25 Questions
Exam 27: Getting Web-Ified Web Applications25 Questions
Select questions type
The My.Computer object provides access to several objects, such as your computer's Audio object.
Free
(True/False)
4.7/5
(35)
Correct Answer:
True
If the audio file is not in the project's bin\Debug folder, you will need to include the path to the file in the fileName argument.
Free
(True/False)
4.9/5
(38)
Correct Answer:
True
With the negation operator, a positive number preceded by the negation operator remains a positive number.
Free
(True/False)
4.9/5
(34)
Correct Answer:
False
In the Financial.Pmt method, if Rate is a monthly interest rate, then NPer must specify the number of monthly payments.
(True/False)
4.9/5
(33)
When you declare a variable in the For clause, the variable has ____ scope and can be used only within the For...Next loop.
(Multiple Choice)
4.8/5
(35)
To have an application play an audio file while it is running, you use the syntax ____.
(Multiple Choice)
4.7/5
(31)
The For...Next statement provides the most convenient way to code a posttest counter loop.
(True/False)
5.0/5
(32)
To have the Audio object play an audio file, you use its Sound method.
(True/False)
4.7/5
(31)
Fewer unintentional errors occur in applications when the variables are declared using the ____ scope needed.
(Multiple Choice)
4.8/5
(40)
You can declare the counter variable in a Dim statement, as long as the Dim statement appears somewhere after the For…Next statement.
(True/False)
4.9/5
(38)
When you declare a variable in the For clause, the variable stays in the computer's internal memory when the loop ends.
(True/False)
4.7/5
(44)
A pretest counter loop can only be coded using the Do…Loop statement.
(True/False)
4.8/5
(35)
The ____ method contains a complex mathematical formula for calculating a periodic payment.
(Multiple Choice)
4.8/5
(35)
The mathematical formula for calculating a periodic payment on a loan is rather complex, so Visual Basic provides a method that performs the calculation for you.
(True/False)
4.8/5
(30)
A counter-controlled loop can be either a pretest loop or a posttest loop.
(True/False)
4.9/5
(37)
You code a posttest counter-controlled loop using the ____ statement.
(Multiple Choice)
4.8/5
(37)
Visual Basic's ____ feature exposes a set of commonly used objects to the programmer.
(Multiple Choice)
4.9/5
(37)
When a variable is declared in a(n) ____ statement at the beginning of a procedure, it has procedure scope and can be used by the entire procedure.
(Multiple Choice)
4.8/5
(38)
Showing 1 - 20 of 25
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)