Which logic structures uses serial operations
Answers
Answer:
Sequence
Explanation:
Logical structures in programming are :-
1) Sequence
2) Selection
3) Loop
All algorithm are formed using above 3 logical structures. Using different mix and match of these will lead to various different algorithm.
Sequence structure lead to next ordered action in predefined manner. Sequence always have defined chronological order where you can not skip any number in between.
Answer:
Logical structure programming is divided into the different sequence, loop, and selection.
Hope it is consider as the important logical structure used in the different mix algorithm.
When the sequence allow to next action in the predefined way and it is define as the chronological order that a skip number of the between in a fine manner.
Hope the student simply follows this logical structure.