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 2
Introduction to Programming Python and C++

Author Archives: esaupreciado

Calculate e.

Hello. In this WSQ I had to calculate the e number of a value, here is the full instruction: “In this assignment you will estimate the mathematical constant e. You should create a function called calculuate_e which receives one parameter… Continue Reading →

Babylonian Method for Square root

Hello there, welcome again! In this WSQ #13 we had to write a program which do the following: “The function should receive a number and return floating point number. Obviously you should test your function, so create a main program… Continue Reading →

PROJECT ADVANCE! STAGE 2 AND 3.

For stage 2 and 3 of the final project I got into the research of how to make the program using the library in Ubuntu and well, it was quite easy, now the challenge will be to start writing the… Continue Reading →

Euclids Algorithm

In this WSQ I had to write a code in which I could use the already known Euclids Algorithm to find the Greatest Common Divisior of two numbers that will be asked to the user. Euclids Algorithm: The Euclidean algorithm… Continue Reading →

Quiz #11

In this quiz we had to write 2 programs which do the following: Question 1:  Write a function called calculateE that receives a single float parameter accuracy and calculates the value of e using using sufficient terms (ie: there are… Continue Reading →

Bonus Points!

So, our teacher told us that if we wanted some bonus points for our final grade we had to answer the ECOA, which is a survey about the student’s opinion about our teachers.

Preparing the environment. (Final Project Week #1)

For the first week making the final project my team partner Eduardo Maciel and I decided that we will prepare an IDE in which we will use Linux Ubuntu as our Operative System and we already downloaded the ImageMagick Library… Continue Reading →

Yo soy 196!

In this lesson we had to do a really complicated program in which we had to ask the user for two values, a lower and a upper bound, and then the program will search for lychrel numbers, natural palindromes, and… Continue Reading →

Using Loops FOR and WHILE

Loops Loops are used to repeat a block of code. Being able to have your program repeatedly execute a block of code is one of the most basic but useful tasks in programming — many programs or websites that produce… Continue Reading →

Use of IF and ELSE in C++

IF. As you might know, an if statement is the one that allows the user to control if a program enters a section of code or not based on whether a given condition is true or false. One of the… 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).