Exam 1: I Am Not a Control Freak Control Structures
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
When used in a program, the ____ structure directs the computer to repeat one or more instructions until some condition is met, at which time the computer should stop repeating the instructions.
Free
(Multiple Choice)
4.8/5
(36)
Correct Answer:
B
Programmers must use the repetition structure in every program they write.
Free
(True/False)
4.8/5
(35)
Correct Answer:
False
Without the repetition structure, if you needed an instruction to repeat 20 times you would have to write that instructions 20 times in your program.
Free
(True/False)
4.9/5
(38)
Correct Answer:
True
Control structures or ____ structures control the flow of a program's logic.
(Multiple Choice)
4.9/5
(35)
The ____ structure makes a decision and then takes an appropriate action based on that decision.
(Multiple Choice)
4.9/5
(33)
When used in a computer program, the selection structure alerts the computer that a decision needs to be made, and it provides the appropriate action to take based on the result of that decision.
(True/False)
4.8/5
(37)
The redo structure is also referred to as a loop or as iteration.
(True/False)
4.8/5
(36)
A(n) ____ is a set of step-by-step instructions that accomplish a task.
(Multiple Choice)
4.9/5
(29)
The ____ structure in a computer program directs the computer to process the program instructions, one after another, in the order listed in the program.
(Multiple Choice)
4.9/5
(38)
All computer programs, no matter how simple or how complex, are written using one or more of three basic structures: sequence, selection, and repetition.
(True/False)
4.8/5
(24)
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)