Exam 5: Problem Solving and Control Statements
Exam 1: Introduction to Computers, the Internet and Visual Basic38 Questions
Exam 2: Dive Into Visual Basic Express 2012 Express26 Questions
Exam 3: Introduction to Visual Basic Programming41 Questions
Exam 4: Introduction to Problem Solving and Control Statements73 Questions
Exam 5: Problem Solving and Control Statements49 Questions
Exam 6: Methods76 Questions
Exam 7: Arrays79 Questions
Exam 8: Files and Streams35 Questions
Exam 9: Object-Oriented Programming: Classes and Objects80 Questions
Exam 10: Object-Oriented Programming: Inheritance82 Questions
Exam 11: Introduction to Linq29 Questions
Exam 12: Databases and LINQ to SQL24 Questions
Exam 13: Web App Developing in Aspnet With Vb35 Questions
Exam 14: Windows Forms Gui: a Deeper Look124 Questions
Exam 15: Graphics and Multimedia76 Questions
Exam 16: Exception Handling62 Questions
Exam 17: Strings and Characters: a Deeper Look116 Questions
Exam 18: Files and Streams53 Questions
Exam 19: Xml and Linq to Xml72 Questions
Exam 20: Windows 8 Ui Xaml28 Questions
Exam 21: Windows 8 Graphics and Multimedia22 Questions
Exam 22: Windows Phone 8 Case Study19 Questions
Exam 23: Asynchronous Programming With Async and Await35 Questions
Exam 24: Web App Development With Aspnet: a Deeper Look6 Questions
Exam 25: Web Services16 Questions
Exam 26: Windows Azure Cloud Computing Case Study15 Questions
Exam 27: Visual Basic 2012 How to Program58 Questions
Exam 28: Visual Basic 2012 How to Program30 Questions
Exam 29: Data Structures and Generic Collections77 Questions
Select questions type
The Exit For statement causes immediate exit from the For…Next statement.
Free
(True/False)
4.8/5
(38)
Correct Answer:
True
Infinite loops occur when the loop-continuation condition in a _________ statement never becomes true.
Free
(Multiple Choice)
4.8/5
(30)
Correct Answer:
C
The Do…Loop While repetition statement tests the condition the body of the loop executes.
Free
(Multiple Choice)
4.8/5
(38)
Correct Answer:
C
The optional _________ keyword specifies the increment of the For…Next loop.
(Multiple Choice)
4.9/5
(35)
Which of the following will count down from 10 to 1 correctly,with no added or omitted numbers?
(Multiple Choice)
4.9/5
(36)
If a CheckBox is "on" (checked),its __________ property is True;otherwise,it's False ("off").
(Multiple Choice)
4.9/5
(33)
Which of the following statements about the Continue statement is true?
(Multiple Choice)
4.8/5
(43)
In a Do…Loop While statement,the loop-continuation condition is tested at the end of the loop.
(True/False)
4.8/5
(37)
A control variable that is declared in a For…Next statement header may not be used outside of the body of the For…Next statement.
(True/False)
4.9/5
(38)
The placement of a larger value on the left side of keyword To in a Case statement is a logic error and causes the case to be ignored during program execution.
(True/False)
5.0/5
(35)
The first line of a For…Next statement sometimes is called the For…Next _________.
(Multiple Choice)
4.8/5
(38)
MessageBox method Show displays a message dialog,which is typically used to display an important message to the user.The arguments of MessageBox method Show are the message String,the String that's displayed in the dialog's title bar and predefined constants that specify the Button(s)and the icon to show on the dialog,respectively.
(True/False)
4.8/5
(32)
The performance feature for the evaluation of AndAlso and OrElse expressions is called:
(Multiple Choice)
4.8/5
(27)
A CheckBox is known as a __________ button because it can be "on" or "off."
(Multiple Choice)
4.8/5
(39)
Showing 1 - 20 of 49
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)