Programming Technique 1
Programming Technique mainly covers programming in the whole learning process.This subject is not just to type a program and get output but also also understanding programming language.Students are required to develop programs using C++ programming language, in order to solve simple to moderate problems. At first, we just learned the basics of programming. For example if-else statements, switch statements, looping, and all.
We did some assignments of programming in our semester 1. It taught us a great many deals about the techniques of programming as well as to how to program effectively. I also communicated with my teammate about these assignments and we shared a lot knowledge from one another. We taught each other about the techniques that we learned. As an example, I was good at functions and my teammate was good at structured data. So, we both shared our insights in this subject and successfully completed the assignment.
Just by memorizing the source codes, we cannot able to do code a program successfully. We need to think critically and must know how to apply the correct programming techniques in a problem. Otherwise, no matter what we code, the program will not run as it is supposed to be. Another thing is there is a lot of ways to produce a specified output but the catch is that you have to use the right technique in the code to produce the desired output. So, it is pivotal to learn all programming techniques that are available in this semester.