Exam 8: Decisions, Decisions, Decisions Selection Structure
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
Unlike the variables declared at the beginning of a procedure, variables declared within a statement block in a selection structure remain in memory until the procedure ends.
Free
(True/False)
4.9/5
(43)
Correct Answer:
False
Unlike variables declared at the beginning of a procedure, variables declared within a statement block have block scope rather than procedure scope.
Free
(True/False)
4.9/5
(41)
Correct Answer:
True
A programmer determines whether a problem's solution requires a selection structure by studying the problem specification.
Free
(True/False)
4.8/5
(29)
Correct Answer:
True
During run time, you can determine whether a check box is selected or unselected by looking at the value in its Checked property.
(True/False)
4.8/5
(30)
More unintentional errors occur in applications when the variables are declared using the minimum scope needed.
(True/False)
5.0/5
(40)
A variable that has ____ scope can be used only within the statement block in which it is declared.
(Multiple Choice)
4.8/5
(35)
Items in square brackets are required in the syntax of an algorithm.
(True/False)
4.7/5
(35)
In the If…Then…Else statement, the condition must be a(n) ____ expression.
(Multiple Choice)
4.8/5
(30)
The oval in a flowchart is called the selection/repetition symbol.
(True/False)
4.8/5
(31)
Arithmetic operators are evaluated after any comparison operators in an expression.
(True/False)
4.8/5
(36)
Although there is nothing wrong with declaring all variables at the beginning of a procedure, many programmers would prefer to create a variable only if it is necessary to do so.
(True/False)
4.8/5
(36)
Operators are called ____ operators because they are used to compare values.
(Multiple Choice)
4.8/5
(36)
A variable that has ____ scope can be used anywhere within the procedure.
(Multiple Choice)
4.9/5
(32)
The two flowlines leading out of a diamond should be marked so that anyone reading the flowchart can distinguish the true path from the false path.
(True/False)
5.0/5
(45)
A variable declared within a statement block is called a ____.
(Multiple Choice)
4.8/5
(34)
The set of statements contained in the true path, as well as the set of statements contained in the false path, is referred to as a(n) ____.
(Multiple Choice)
4.8/5
(36)
Showing 1 - 20 of 25
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)