Exam 3: Understanding Structure
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.
-A basic unit of programming logic
(Multiple Choice)
4.8/5
(31)
The following pseudocode is an example of a ____ structure. if firstNumber is bigger than secondNumber then
Print firstNumber
Else
Print secondNumber
Endif
(Multiple Choice)
4.8/5
(35)
Explain the difference between the representation of a decision structure and a loop in a flowchart.
(Essay)
4.9/5
(41)
In older languages,you could leave a selection or loop before it was complete by using a ____ statement.
(Multiple Choice)
4.8/5
(34)
One way to straighten out an unstructured flowchart segment is to use the ____ method.
(Multiple Choice)
4.9/5
(36)
Match each term with a statement below.
-Attaching structures end-to-end
(Multiple Choice)
4.8/5
(36)
Match each term with a statement below.
-Why does spaghetti code have a shorter shelf life than structured code?
(Essay)
4.9/5
(27)
A structured program must contain a sequence,selection,and loop structure.
(True/False)
4.8/5
(30)
In a selection structure,you perform an action or task,and then you perform the next action in order.
(True/False)
4.9/5
(41)
Structured programs can be easily broken down into routines or ____ that can be assigned to any number of programmers.
(Multiple Choice)
4.8/5
(31)
Placing a structure within another structure is called ____ structures.
(Multiple Choice)
5.0/5
(37)
A loop must return to the ____ question at some later point in a structure.
(Multiple Choice)
4.8/5
(32)
Describe how you can straighten out an unstructured flowchart segment.
(Essay)
4.9/5
(43)
Repetition and sequence are alternate names for a loop structure.
(True/False)
4.9/5
(36)
A ____ read is an added statement that gets the first input value in a program.
(Multiple Choice)
4.8/5
(41)
With a(n)____,you perform an action or task,and then you perform the next action,in order.
(Multiple Choice)
4.9/5
(43)
Showing 41 - 60 of 60
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)