Friday, 15 February 2013

Feb. 15, entry #5

Today I received the very good news of holding my programming test and congratulating myself on a job-well-done! I struggle with the course and sometimes make simple sequencing errors or miscalculate operations, but this mark was proof that I know more than I think I know. This has provided me the (much needed) motivation to keep pushing through the material no matter the trouble I might be experiencing throughout the process. I like the idea of being able to answer the questions in many different formats (drawing, describing, code, etc) because I feel I learn better with guidance in the question, but nothing to rigid in the answer. I tend to think more flexibly and this test accommodated just that. I found this weeks material to be more trickier than previous weeks particularly the maps and structures. I could not understand completely how to group values with lists and structs or how to map functions over lists on my first pass through the videos, but I will certainly spend some more time working through it in DrRacket and I'm sure to figure something out. Danny explained to me at office hours that brackets are to be unpacked from the deepest most inner layer and worked all the way outwards when solving a multi-bracketed problem. That was good to know because brackets have always been an obstacle on my way to realizing my-true-programmer-genius-self. After reading other SLOGs I realized I am not alone in the agony of commuting to tutorial for my only class consisting of a 10 minute quiz. I noticed someone proposed they be online or (I say) at the end of class on Tuesday or Thursday or some other alternative, but I know this won't happen, I'll just have to keep on slogging my way down. I wish everyone a fabulous reading (sleeping) week! :P

Monday, 11 February 2013

Feb. 8, entry #4

This week was spent mostly preparing for the midterm test written yesterday. The aid sheet I found was very helpful for I wasn't sure completely what to expect from the questions. I noticed from the other blogs that I read that not too many people experienced the test with difficulty. I would agree, although I wish I had prepared more sufficiently for the defining function questions because I am having a hard time sorting through all the brackets and understanding what goes to what and in what sequence. I ordered Stephen's book in hard copy, so I can spend some more time with it. I do not enjoy staring at the computer screen for long periods of time. I can't believe how fast time has gone by, as we keep moving into more advanced realms of programming.

Friday, 1 February 2013

Feb. 1, entry #3


This week I began reading Stephen Bloch's, "Picturing Programs: An Introduction to Computer Programming". Although, I have found the video's to be exceptionally well-detailed; I find the additional information in written-form can too be a great supplementary resource. I especially enjoy the part having to do with anything pictures: flipping, manipulating, rotating, creating, etc. The event we were shown in class (as well as asked to try at home) was fun to watch (and do). I love that DrRacket has images provided in its library selection! The challenge comes with the constant changing of skill-development required to achieve more complicated functionality in DrRacket. Like, for example, these static pictures can become mobile and change over time as well as interact with the user. This is what we learned this week: big-bang (because it "starts the world"). Here's its contract: ; big-bang : image(start) event-handler ... -> image (this is needed for the animation of pictures). I have a lot to do in terms of learning new concepts and algorithms as well as in practicing code designing as well as my defining functions can always be better. Thank you to my TA Yanshuai for leaving the (my first!) comment that I can also ask him any questions regarding the material through my slog and we can communicate further through these means! Awesome! Some exciting wiki articles submitted! Program on, my fellow sloggers!