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
Samantha Rivera’s Articles at TC101 Fall 2015
Introduction to Programming Python and C++

Author Archives: Samantha Rivera

Mastery 26: Creation and use of matrixes in C++

Here is the video: https://youtu.be/rXhVmLZZ3uY Thanks for watching!!! I cant belive that is finally it !!! No more masteries, wsqs, projects…!!!

Mastery 22: When to use what type of repetition in a program

Here is the video: https://youtu.be/lRInwlGtymU
Thanks for watching!!

 

Mastery 17: Use of “switch” as a conditional

Here is the video: https://youtu.be/y_x2daj04qo
Thanks for watching !!!

Mastery 2: Ability to create C++ project in IDE and run inside the IDE

OK … this is the last round of masteries… end of the semester here we go. Here is the video: https://youtu.be/DE3kafpn4rU

#WSQ17

The last WSQ finally!!! . In this wsq we where told to Download Scilab, a software similar to Matlab but free!!! In this you can make 2d and 3d graphs and things involving math, I don’t totally get how it works but thats maybe because i´m dying for the final projects so.. maybe later i… More #WSQ17

#WSQ16

We are all dying because of the final projects, essays, videos…. its all chaos, but here is the almost last wsq 🙂 Code on Github: https://github.com/samanthariverac/TC101/blob/master/%23wsq16

#WSQ15

THIS IS AN SCHEDULE FOR THE LAST WEEK OF THE SEMESTER FOR  THIS CLASS: MONDAY: Finish the wsqs, 15, 16 and 17. TUESDAY: Finish the project. WEDNESDAY: Made the last 4 mastery videos.   We are almost there… i can see the end ….

Quiz 11

First problem: approximating e
Code: https://github.com/samanthariverac/TC101/blob/master/%23wsq14%20and%20quiz%2011%20problem%201
Second problem: bananas
Code: https://github.com/samanthariverac/TC101/blob/master/quiz%2011%20problem%202

 

#WSQ14

Ok so this time, the program must approximate the value of e, it was really confusing at firts, but here is a page that can help you. http://www.geeksforgeeks.org/program-to-efficiently-calculate-ex/
Code on github: https://github.com/samanthariverac/T…

#WSQ13

Hey there! For this wsq, we where ask to make a program that will calculate the square root of a number using the Babylonian method.
It was no difficult once you search what does this method means, here is a link that might help you : http://www.geeksf…

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