Please enable JavaScript.
Coggle requires JavaScript to display documents.
Coding Algorithm and Data Types (Statements used to code algorithms,…
Coding Algorithm and Data Types
Statements used to define and use data types
Steps to define and declare variables
Variables of the required type or structure are declared
Constants are declared
Data structures are defined
Statements used to code algorithms, including the control structures
Input
Obtain data and store it in some variable.
Output
Send data to devices.
Assignment
Set the value of variables (and properties).
Sequence
Control structure that ensures each process is executed in the correct order.
Selection
Control structure that tests a condition, which later execute a sequence depending the condition that is met
Repetition
Pre-test
WHILE statement
Post-test
Do...Loop
Until Condition structure
Programs defining/declaring identifier
Visual Basic .NET
Pascal