October 2015

Repetition An operation that is used to repeat one or more instructions until the condition to stop applies. The number of repetition can also be predefined by an amount or […]

Selection An instruction with pre-determined conditions. Depending on the conditions and the type of selection is being used, this may be used for looping. If(-Else): is given a condition and […]

Operator, Operand and Arithmetic Operator: a symbol used to process values for a new one. (the operations) Operand: specifies which data will be operated on. (the values) Operator types: Assignment […]

The first algo class was pretty much an introduction to algorithm, most of what was presented was already given during Academic Orientation. I didn’t really write down any notes because […]