Exam 5: Looping
Exam 1: An Overview of Computers and Programming60 Questions
Exam 2: Elements of High-Quality Programs59 Questions
Exam 3: Understanding Structure60 Questions
Exam 4: Making Decisions60 Questions
Exam 5: Looping59 Questions
Exam 6: Arrays60 Questions
Exam 7: File Handling and Applications59 Questions
Exam 8: Advanced Data Handling Concepts60 Questions
Exam 9: Advanced Modularization Techniques60 Questions
Exam 10: Object-Oriented Programming60 Questions
Exam 11: More Object-Oriented Programming Concepts60 Questions
Exam 12: Event-Driven Gui Programming, Multithreading, and Animation60 Questions
Select questions type
Match each term with a statement below.
-The amount by which a for loop control variable changes
Free
(Multiple Choice)
4.8/5
(36)
Correct Answer:
I
Match each term with a statement below.
-To decrease a variable's value
Free
(Multiple Choice)
4.9/5
(33)
Correct Answer:
F
What is an advantage of using fewer instructions?
Free
(Essay)
4.9/5
(24)
Correct Answer:
Using fewer instructions results in less time required for design and coding,fewer errors,and shorter compile time.
Programmers use the term ____ to describe programs that are well designed and easy to understand and maintain.
(Multiple Choice)
4.9/5
(36)
In a ____,the loop body executes at least one time because the loop control variable is not tested until after one iteration.
(Multiple Choice)
4.7/5
(41)
A(n)____ is any numeric variable you use to count the number of times an event has occurred.
(Multiple Choice)
4.8/5
(32)
Match each term with a statement below.
-One set of instructions that operates on multiple,separate sets of data
(Multiple Choice)
4.8/5
(37)
You can either increment or decrement the loop control variable.
(True/False)
4.8/5
(43)
When one loop appears inside another,the loop that contains the other loop is called the ____ loop.
(Multiple Choice)
4.9/5
(44)
The amount by which a for loop control variable changes is often called a ____ value.
(Multiple Choice)
4.9/5
(37)
What is the difference between a definite loop and an indefinite loop?
(Essay)
4.9/5
(31)
____________________ can ensure that a value is the correct data type or that it falls within an acceptable range.
(Short Answer)
4.9/5
(40)
Showing 1 - 20 of 59
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)