Exam 3: Understanding Structure
Exam 1: An Overview of Computers and Proramming51 Questions
Exam 2: Elements of High Quality Programs51 Questions
Exam 3: Understanding Structure51 Questions
Exam 4: Making Decisions51 Questions
Exam 5: Looping51 Questions
Exam 6: Arrays51 Questions
Exam 7: File Handling and Applications51 Questions
Exam 8: Advanced Data Handling Techniques51 Questions
Exam 9: Advanced Modularization Techniques51 Questions
Exam 10: Object Oriented Programming51 Questions
Exam 11: More Object Oriented Programming Concepts51 Questions
Exam 12: Event Driven Gui Programming Multithreading and Animation51 Questions
Exam 13: System Modeling With the Uml51 Questions
Exam 14: Using Relational Databases51 Questions
Select questions type
A structured program includes only combinations of the three basic structures: ____.
(Multiple Choice)
4.8/5
(37)
The following pseudocode is an example of ____. if conditionA is true then


(Multiple Choice)
4.9/5
(39)
When you ____________________ structures, the statements that start and end a structure are always on the same level and always in pairs.
(Short Answer)
4.9/5
(43)
Explain the difference between the representation of a decision structure and a loop in a flowchart.
(Essay)
4.9/5
(40)
Some people call the selection structure a(n) ____________________ statement.
(Short Answer)
4.8/5
(37)
In a selection structure, you perform an action or task, and then you perform the next action in order.
(True/False)
4.8/5
(42)
The case structure is a variation of the sequence structure and the do loop is a variation of the while loop.
(True/False)
4.8/5
(39)
Repetition and sequence are alternate names for a loop structure.
(True/False)
4.8/5
(41)
Placing a structure within another structure is called ____ structures.
(Multiple Choice)
4.8/5
(22)
In a structured program, any structure can be nested within another structure.
(True/False)
4.7/5
(37)
Showing 41 - 51 of 51
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)