Question: QUESTION 1 Research has shown that all programs can be written in terms of only three control structures, namely sequence, __________ and repetition structures serialization
QUESTION 1
Research has shown that all programs can be written in terms of only three control structures, namely sequence, __________ and repetition structures
- serialization
- searching
- sorting
- selection
QUESTION 2
Having an if statement within the body of an if statement is known as
- recursion
- doubling up
- a redundancy
- nesting
QUESTION 3
In the flowchart for an algorithm (or in the flow of control diagrams for our structures), what shape is used to represent a condition or decision?
- circle
- rounded rectangle
- rectangle
- diamond
QUESTION 4
Normally, statements in a program are executed one after the other in the order in which they are written. This is called __________ execution.
- ordered
- sequential
- seeking
- inline
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
