1. Algorithms: Step by step set of instructions or plan for a procedure to do something.They describe it exactly how to do something
2. Pseudocode: A short,list of consecutive phrases written in English.They are used to explain specific tasks within a program's algorithm.
3. Machine Language: Also known as computer language, is a system of instructions and data executed directly by a computer's central processing unit it requires no translation before being run
4. High Level Computer Language: A computer language whose instructions or statements each correspond to several machine language instructions, designed to make coding easier.
5. Flowchart: is a type of diagram, that represents an algorithm or process it shows the steps in boxes of kinds, and their order by connecting these with arrows. They are used to give instructions on how to complete a certain task.
6. Sequence: In the order of which something happens in a logical order.
7. Selection: The act of the process of selecting
8. Repetition: The act of doing or performing something again.
No comments:
Post a Comment