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

Author Archives: esaupreciado

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 →

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 →

Quiz #6!

For this quiz we had to create two programs. In the first one we had to write a function called superpower that has two parameters of type long and returns a long which is first parameter raised to the power… Continue Reading →

Quiz #6!

For this quiz we had to create two programs. In the first one we had to write a function called superpower that has two parameters of type long and returns a long which is first parameter raised to the power… 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 →

Basic output (printing) and input (text based) in C++

A computer program can do two main things, ask for information or give the user new information. This two concepts are input and output, and it’s what we are going to talk about in this post. First, their definition: Output:… Continue Reading →

Submit work via GitHub.

As you might have noticed in my past post, sometimes I like posting my Codes of the tutorials that I made in a GitHub account. But you can tell me, what’s the special thing with GitHub? Well, imagine that it… 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).