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
charliegdrummer’s Articles at TC101 Fall 2015, Page 2
Introduction to Programming Python and C++

Author Archives: charliegdrummer

WSQ12: GCD, Easy when done

The WSQ12 asked me to do a program that calculatesthe gcm, which is the greatest common divisor, the largest number that both number had as divisor. It asked to use the algorithm of a greek guy named Euclidean, so I entered wikipedia, the best site … Continúa leyendo WSQ12: GCD, Easy when done

WSQ12: GCD, Easy when done

The WSQ12 asked me to do a program that calculatesthe gcm, which is the greatest common divisor, the largest number that both number had as divisor. It asked to use the algorithm of a greek guy named Euclidean, so I entered wikipedia, the best site … Continúa leyendo WSQ12: GCD, Easy when done

WSQ11: A pain in the … feelings

The wsq10 asks me to do a program that recieves only two data from the user: a lower bound and an upper bound. With thopse two parameters I had to tell the user how many palindromes, see for palindromes, are in that range; how many … Continúa leyendo WSQ11: A pain in the … feelings

WSQ11: A pain in the … feelings

The wsq10 asks me to do a program that recieves only two data from the user: a lower bound and an upper bound. With thopse two parameters I had to tell the user how many palindromes, see for palindromes, are in that range; how many … Continúa leyendo WSQ11: A pain in the … feelings

WSQ10: Inception list

The wsq10  is about to use a list to get multiple calculation. I am asked to do a program that recieves a set of ten numbers, and to get the total, the average, the standard desviation, yet in order to get the standard desviation I … Continúa leyendo WSQ10: Inception list

WSQ10: Inception list

The wsq10  is about to use a list to get multiple calculation. I am asked to do a program that recieves a set of ten numbers, and to get the total, the average, the standard desviation, yet in order to get the standard desviation I … Continúa leyendo WSQ10: Inception list

WSQ 09: Factorial

The wsq08 is about to do a program that calculates the factorial number of a number given by the user, and then ask the user if he wants to calculate another factorial. A link to wth is a factorial So the code was pretty easy, … Continúa leyendo WSQ 09: Factorial

WSQ 09: Factorial

The wsq09 is about to do a program that calculates the factorial number of a number given by the user, and then ask the user if he wants to calculate another factorial. A link to wth is a factorial So the code was pretty easy, … Continúa leyendo WSQ 09: Factorial

Quiz 08: Scalar multiplication

So the quiz asks me to write a program that recieves two lists, and multiplies the first element of the first list times the first element of the second list and so on. So it was easy, I used two while loops to recieve the … Continúa leyendo Quiz 08: Scalar multiplication

Quiz 08: Scalar multiplication

So the quiz asks me to write a program that recieves two lists, and multiplies the first element of the first list times the first element of the second list and so on. So it was easy, I used two while loops to recieve the … Continúa leyendo Quiz 08: Scalar multiplication

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).