Nt1330 Unit 4 Assignment

Words: 551
Pages: 3

I started with learning guide, in the overview I realized that the focus of this unit is getting familiar with concepts such as variables, statements, expressions, compositions etc. these are the basic concepts and very important to understand the essence of coding, especially in future units that we will make longer and more complicated codes. Then I checked the reading section and read the reading materials as was suggested. The second chapter of the book think python along with the link provided by our instructor in the announcement helped me a lot to get a grasp of python variables types. Moreover, there was also a good information about the history of the development of microprocessors and computer in general in the third and fourth chapter of “a history of personal computer” which was linked in reading …show more content…
I also enjoyed the extra video lectures that provide me a short and useful description about variables. Then I moved on and prepared the programming assignment. The practices in the first and second chapter of the book “think python”, which was simple calculations made me familiar with very simple coding, so I was not too surprised with my first programing assignment. Furthermore, the instruction in the assignment was clear and straight forward which was along with a very relative and similar example of the assignment. The assignment was to calculate the area of triangle by the given values for the variables of base, height, and area. I followed the instruction and wrote the python codes in the IDLE in script mode as it was asked, then I ran the code and observed the result, since the codes have run smoothly, and the result was correct there was no need for debugging the program. Then I saved both my python script and the output in a way which was asked and submitted my