Warning: The magic method Slickr_Flickr_Plugin::__wakeup() must have public visibility in /home/kenbauer/public_kenscourses/tc101fall2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php on line 152
andresvaldi’s Articles at TC101 Fall 2015, Page 4
Introduction to Programming Python and C++

Author Archives: andresvaldi

#WSQ10

VECTORS, that is what we did this time, but to understand what is a vector let me give you de definition. A vector is a set of values where each value is identified by a number (Downey,2012). What created a vector of ten values that we asked the user we calculated the total, the standard… Read More #WSQ10

#WSQ09

This was all about functions and loops, it was actually challenging for me this wsq09 but I got through it. First of all remember if you are creating a function and it is not a void RETURN something!! never forget that. Also remember when you start a loop give the variable the value so it… Read More #WSQ09

On to functions

#WSQ08 was about functions so we have to create functions for the basic operations just like the one we did on #WSQ03 actually is really easy to créate functions, but one thing you really need to pay attention is that the function you are creating is not the same as one that already exist, to… Read More On to functions

On to functions

#WSQ08 was about functions so we have to create functions for the basic operations just like the one we did on #WSQ03 actually is really easy to créate functions, but one thing you really need to pay attention is that the function you are creating is not the same as one that already exist, to… Read More On to functions

Masteries 15 y 16

https://www.youtube.com/watch?v=jDTkuEwT3LA&feature=youtu.be&hd=1 HERE is a video of how to use conditionals!. Enjoy

Masteries 7 and 10

https://www.youtube.com/watch?v=a0r7FJMdAME&feature=youtu.be&hd=1 here is a short video of how to put comments and  simple output and input. Enjoy!

Masteries 15 y 16

https://www.youtube.com/watch?v=jDTkuEwT3LA&feature=youtu.be&hd=1 HERE is a video of how to use conditionals!. Enjoy

Random number!

Hello! this have been the most difficult wsq since I started the course. I tried searching in differets web sites but I couldn’t find anything useful the one that only helped me a little bit was http://www.cplusplus.com/reference/cstdlib/rand/ but how I actually did it was with a blog from one of my classmates at http://kenscourses.com/tc101fall2015/tag/wsq06/ the error that… Read More Random number!

#Quiz04

I do exist! 😀 and I am registered photo recovered from https://www.flickr.com/photos/romyspic/21177666852/in/explore-2015-09-06/

Temperature

Hello! My #WSQ05 of the week was to make a converter from Fahrenheit to Celsius and to say if the temperature was a bowling water temperature so it was the fist time I use conditions but it was easy I found everything in the textbook  “How to Think Like a Computer Scientist, C++ Version”, Downey, Allen… Read More Temperature

What should you work on?

Week #12 and more partial exams for you.

For this week's readings:
C++ (TC1017) should either be looking at support for your project, ImageMagick C++ libraries are a good start.
Python (TC1014) should be finishing chapter 11 (Dictionaries).