INTRODUCTION TO COMPUTERS
COMPUTER ARCHITECTURE AND ORGANIZATION
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
In solving problem using programming, the following is the basic construct except
|
Iterative
|
|
Conditional
|
|
Sequential
|
|
Operational
|
Explanation:
Detailed explanation-1: -An algorithm is made up of three basic building blocks: sequencing, selection, and iteration.
Detailed explanation-2: -Step 1: understand the problem. Step 2: create a step-by-step plan for how you’ll solve it. Step 3: carry out the plan and write the actual code. Step 4: look back and possibly refactor your solution if it could be better. 04-Feb-2021
Detailed explanation-3: -sequence. selection. iteration.
There is 1 question to complete.