Please enable JavaScript.
Coggle requires JavaScript to display documents.
Key terms - Coggle Diagram
Key terms
Program
It is a specific set of orddered operations for a computer to perfrom, that process input, manipulate data, and output a result.
-
Pseudocode
It is an informal language/description of a computer program or algorithm. All the statements showing dependen are to be indented.
-
Variable
It is avalue that can change depending on the condidtions/information passed to the pprogram, such as age, etc.
High level language
It is human-friendly language, so it's very easy to learn by any programmer.
Low level language
It is machine-friendly language. So it's very difficult to understand and learn by any human.There are two types of low level language: machine code, assembly language.
Compiler
It is a computer program that translates computer code written in programming language into another language.
-
-
Data types
It is operations can safely performed to create, transform, and use the variable in another computation.