Posts

SLOG 3 - CSC104 - COMPLETED DEC. 3.

Slog 3             For all the new students that may read about my blog, I have some advice for you before you start the course. This course is all about using functions to produce on a screen that you may have in mind, it could be a cool video, a well patterned image or maybe you just want to play around with some coding.             To design a function, do not just rush in and start typing. First you should plan out how your entire thing will look like and think about all the mini steps you will need to complete the function and arrange them in order. Order is very important in computer science, it may totally change the result of your desired final product.             Second of all I want to talk about how to prepare for this course and get a well-deserved 4.0 GPA to this course. For weekly quizzes, going through the professor’s lectures notes and listening to recordings are very important. I’m taking this course right now with three different teachers. Sometimes the expl

October 27. Slog 2

Slog 2             To prepare for the weekly quiz, I go through my teacher’s class notes and try to understand it all. If I don’t understand, then I will look at another teacher’s notes to make sure I understand the material thoroughly. Usually I go through all three teachers notes, since each has a different way of explaining the material and I find it very useful. After understanding the material, I will always go through the week’s lab exercise for the quiz. I do every single exercise in the interaction tab and make sure understand each function. Generally, the quiz and test are very similar in terms of material and the only difference is that I study for the test by using past tests instead of lab exercises.             There was this one image I was proud of. I first found an image of a heart on google, copied it into Dr. Racket and by using the scale, list and map functions I could create a heart inside a heart inside a heart, gradually increasing in size. I think it was a

CSC104 SLOG 1 October 6 2017

            I took CSC104 out of curiosity of how currently all our technologies are being programmed and operated. Everything that we use today such as our phone and computer are programmed in a way for our convenience. After completing this course, I hope to understand how the modern computer science and programing works.             My roommate has taught me some basics in computer programming skills CCIE related and this course is somewhat simiar to CCIE. A code or function or definition is typed into a system and inputting “A” will always result in “B”.             What I found interesting was that everything on the computer is only based on “1” or “0”. Two simple numbers can code for every single function on a computer.             I find this course a little bit difficult since it is not like the usual course with pens and papers, everything taught in this course is done on a computer which is unique. The attention to detail in this course is very important since the ord