Please enable JavaScript.
Coggle requires JavaScript to display documents.
introduction to programming, image - Coggle Diagram
introduction to programming
Sequence
The right order in which the steps used to solve the problem are followed.
This is followed from top to bottom, in order
selection
Something that only runs if a certain condition is met.
This can be made for making certain events to occur
Usually paired with if or else
A program might need to ask a question because it has reached a step where more options have become available. On the answer given, the program will follow a certain step and ignore others.
Variable
A placeholder used to store values
Can be linked to certain things.
=
Algorithm
Is a plan a computer follows to solve a problem
This can be used to fix major problems
Algorithm is very important in coding
Selection
When a program makes a decision
Programming Language
Programming Language
Print is used for the program to display text
Input gets data from the user
if and else are used to make a decision
while is a loop controlled by a decision