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

Author Archives: carminaperezguerrero

Quiz 11

Question 1 I had to write a function that receives a single float parameter and calculates the value of e using sufficient terms, until the difference between two successive calculations differ by lessthan the parameter accuracy. https://github.com/CarminaP/Quiz11/blob/master/q1.py Question 2 I had to write a function called checkBanana that receives a  name of a file and […]

ECOAS

Done!

WSQ12 – Greatest Common Divisor

In this assignment I had to write a function to calculate the greatest common denominator of two positive integers given by the user using Euclid’s algorithm. I made 3 different versions of the function. On the first one I used iteration, on the second I used a loop based on the successive remainders and the stopping condition […]

Masteries 7 & 28

Use of comments in Python
User input (text based) in Python

Masteries 17 & 18

Use of “elif” with a conditional Nesting of conditional statements

Masteries 7 & 28

Use of comments in Python
User input (text based) in Python

Masteries 15 & 16

Use of the conditional “if” Use of “else” with a conditional

Masteries 17 & 18

Use of “elif” with a conditional Nesting of conditional statements

Masteries 11 & 12

Calling Python function
Creating Python functions

Masteries 15 & 16

Use of the conditional “if” Use of “else” with a conditional

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