Please enable JavaScript.
Coggle requires JavaScript to display documents.
KEY WORDS: PROGRAMMING (PROGRAM (It is a series of coded software…
KEY WORDS: PROGRAMMING
PROGRAM
It is a series of coded software instructions to control the operation of a computer or other machine.
DATA TYPES
It is a particular kind of data item, as defined by the values it can take, the programming language used, or the operations that can be performed on it.
-
PSEUDOCODE
It is a notation resembling a simplified programming language, used in program design.
-
COMPILER
A program that converts instructions into a machine-code or lower-level form so that they can be read and executed by a computer.
-
-
-
-
FLOWCHART SYMBOLS
They are the lines and arrows to show the sequence of the steps, and the relationships among the steps.