Defintions:
Algorithms- They are step by step procedure for problem solving. Computer codes are often algorithms.
Pseudocode- This is a high level code. It is usually used to show a rough idea of the general steps in an algorithm without needing to write the actual code.
Machine Language- This is also know as Machine Code. It is a set of coded instructions that the computer can use without any translation.
High Level Computer Language- Computer Language is an arrangement of instructions used to develop softwares for computers. This is the language for computers and they understand what they need to do.
Flowchart- It is a repr
esentation using symbols to show a sequence of activities.
The symbols used for:
Begining and ending a set of instructions

Pseudocode- This is a high level code. It is usually used to show a rough idea of the general steps in an algorithm without needing to write the actual code.
Machine Language- This is also know as Machine Code. It is a set of coded instructions that the computer can use without any translation.
High Level Computer Language- Computer Language is an arrangement of instructions used to develop softwares for computers. This is the language for computers and they understand what they need to do.
Flowchart- It is a repr
The symbols used for:
Begining and ending a set of instructions
Decision Making

A process or action

No comments:
Post a Comment