Reflection About Programming Technique 1

pic 1.PNG.1

Programming is the art and science of translating a set of ideas into a program - a list of instructions a computer can follow. The person writing a program is known as a programmer (also a coder).

The exact form the instructions take depend on the Programming Language used. Languages run the spectrum from very low level like Machine Language or Assembly, to a very high level like Java. Lower level languages are more closely tied to the platform they are targeted for, while Higher level languages abstract an increasing amount of the platform from the programmer.

Reflection About Programming Technique 1

I study in SCSJ1013 section 03 of Discrete Structure which are guided by Dr.Zuraini Binti Ali Shah. As a student of computer science in UTM,  this course is a compulsory subject to be taken in our first semester.

In the course, we have learn about the basics of Programming Techniques and the different approaches to programming such as Unstructured, Procedural, Modular and Object Oriented Approaches.Besides, we also learn the basic concepts of Object oriented programming concepts.

After I study in this semester about months, I know that become a programmer should be patience because when you run the program, the programmer must then verify that the program is working as they intended it to. When things don't go as the programmer intended, the error is said to be a bug. To eliminate bugs, the programmer goes through a process called debugging, where he tries to isolate and fix the source of the problem. If you do not patience and you will mad.

In a conclusion, I found out that programming is fun for me because it is like playing game and I will determine to become a better programmer.