My Journey this Preliminary Term.
- Irah Espartero
- Feb 13, 2021
- 1 min read
Believing and trusting yourself may be the most special things you are going to do to yourself. Hi. I'm Irah. I am a first year BSIT student and I am still new to Computer Programming. Now that the preliminaries term is slowly coming to an end, I am glad that I have accumulated additional skills, knowledge and experience probably useful later on. This term we have tackled about the Decision and Repetition Control Structure. Control Structure, in my understanding are blocks of codes that analyzes variables and will then determine the flow of control.
Based on what I have learned and understood about the control structures, The Decision Making Statements are apparently, those "decision making statements" based on the if, if else, else if, nested if else, and switch case condition statements. On the other hand, Repetition Control Structure according to the name itself means repeating or the looping of codes. I also learnt that while loop is a pre-test loop. It used to avoid statements to execute if the conditions are false in the beginning, the do while loop is a post-test loop and will execute statements at least one at a time while the for loop is also pre-test loop but used when there is some type of counting variable that can be evaluated.
Summing it all up, I think that I am still learning and there are more rooms for m to grow. I know that I still have a very long way to go but I think what matters is I am learning and having fun along the way.








Comments