Question:What are the limited capabilities we must consider during preparing an algorithm?
Answer We must consider the computer's limited capabilities during preparing algorithm as follows:
- A computer can perform arithmetic operations: + , - , *, and /
- It can compare two things and, on the basis of the result of the comparison, choose among alternative courses of action.
- It can move data about in its memory.
- The computer can also input data and output results.
+ Report
What are the limited capabilities we must consider during preparing an algorithm?