Exam 3: Understanding Structure
Exam 1: An Overview of Computers and Programming60 Questions
Exam 2: Elements of High-Quality Programs60 Questions
Exam 3: Understanding Structure60 Questions
Exam 4: Making Decisions60 Questions
Exam 5: Looping60 Questions
Exam 6: Arrays60 Questions
Exam 7: File Handling and Applications60 Questions
Select questions type
The following pseudocode is an example of a ____ structure. get firstNumber
Get secondNumber
Add firstNumber and secondNumber
Print result
Free
(Multiple Choice)
4.9/5
(38)
Correct Answer:
A
Match each term with a statement below.
Premises:
A variation of the selection structure
Responses:
decision structure
stacking structures
loop structure
Correct Answer:
Premises:
Responses:
Free
(Matching)
4.8/5
(39)
Correct Answer:
Match each term with a statement below.
Premises:
Placing a structure within another structure
Responses:
priming read
structure
case structure
Correct Answer:
Premises:
Responses:
Free
(Matching)
4.7/5
(44)
Correct Answer:
Match each term with a statement below.
Premises:
Attaching structures end-to-end
Responses:
loop structure
spaghetti code
nesting structures
Correct Answer:
Premises:
Responses:
(Matching)
4.9/5
(42)
Structured programming is sometimes called goto-less programming.
(True/False)
4.7/5
(35)
A loop must return to the ____ question at some later point in a structure.
(Multiple Choice)
4.7/5
(40)
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
(35)
Explain the difference between the representation of a decision structure and a loop in a flowchart.
(Essay)
4.9/5
(35)
The action or actions that occur within a loop are known as a(n)____.
(Multiple Choice)
4.9/5
(39)
Match each term with a statement below.
Premises:
A case in which no action is taken
Responses:
module
null case
priming read
Correct Answer:
Premises:
Responses:
(Matching)
4.9/5
(37)
Because you may stack and nest structures while retaining the overall structure, it might be difficult to determine whether a flowchart as a whole is structured.
(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
(38)
Programs that use _____ code logic are unstructured programs that do not follow the rules of structured logic.
(Multiple Choice)
4.9/5
(39)
Placing a structure within another structure is called ____ structures.
(Multiple Choice)
4.8/5
(43)
Showing 1 - 20 of 60
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)