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
‘Software’ Articles at TC101 Fall 2015, Page 3
Introduction to Programming Python and C++

Tag Archives: Software

Quiz #7

In this Quiz we had to do two tasks. In the first one we had to create a program which calculates the Fibbonaci number of a value that we give to the computer. So the codes for the first task… Continue Reading →

A Factorial Calculator!

For WSQ#9 we had to write a code who calculates the Factorial number of “n”. For the ones who doesn’t know what a factorial number is (including me, 20 minutes ago) a factorial number means a function which multiplies a… Continue Reading →

A Factorial Calculator!

For WSQ#9 we had to write a code who calculates the Factorial number of “n”. For the ones who doesn’t know what a factorial number is (including me, 20 minutes ago) a factorial number means a function which multiplies a… Continue Reading →

On to Functions!

Remember WSQ03, Fun With Numbers? Well, this weekly task is about using functions in a program that calculates basic mathematical operations of two numbers, such as Addition. Subtraction. Multiplication. Division and its remainder. I created 4 different functions using “Double”… Continue Reading →

On to Functions!

Remember WSQ03, Fun With Numbers? Well, this weekly task is about using functions in a program that calculates basic mathematical operations of two numbers, such as Addition. Subtraction. Multiplication. Division and its remainder. I created 4 different functions using “Double”… Continue Reading →

Temperature Converter!

Today’s WSQ07 is about to create a temperature converter which will ask the user for a temperature in Farenheit degrees so it will translate it into Celsius and also it will let you know if the water boils at that… Continue Reading →

Sum of numbers!

WSQ07 is about to create a program where we will ask the user for 2 values, a lower bound of a range and the highest bound of that range and with that information our computer will calculate the inclusive sum… Continue Reading →

Pick a number!

Today’s WSQ was about to create a program were the PC will ask the User to guess a number between 1 to 100 and then the program will tell the user how many times he tried to guess the number…. Continue Reading →

Fun with numbers!

This week task was about to have a little fun with numbers. Basically, what we should do was to program a basic C++ code who could calculate additions, substractions, multiplications and divisions of two numbers. So, what I did was… Continue Reading →

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