Author Archives: Eduardo Tostado

Bonus Quiz

 

Here´s the image of my evaluation

Quiz 10

Quiz 9

WSQ15

Hello everybody:

Here´s my schedule for the rest of the semester in programming course. 

 

WSQ14

Hello everybody:

Here´s the Github link of my WSQ14 (estimating e). 

https://github.com/JEduardotostado/TC1017/blob/master/WSQ14.cpp

Mastery 24

Hello everybody:

For mastery 24, I filmed a video in which I show how to use arrays in c++, specially as a parameter of a function. Here is the link of the video, as well as a picture of the program I create for WSQ10 in which I used arrays. I hope you find it useful. 

https://www.youtube.com/watch?v=VXrqgPJvJJU&feature=youtu.be&hd=1

 

Mastery 09

Hello everybody:

For my mastery 09 I created a PDF tutorial to explain what a variable is and the basic types of variables we can use in C++. I really hope you find it useful.

Here´s the link https://drive.google.com/file/d/0B5CZIHLkZcDzUFpFbFAxMUhlR28/view?usp=sharing

WSQ11

Hello people

Here´s the github link of my code for WSQ11. It´s been the most challenging WSQ so far because I didn´t know how to work with big integers, but it finally worked. 

https://github.com/JEduardotostado/TC1017/blob/master/WSQ11.cpp

Mastery 21 (recursion)

Hello everbody:

As it is now usual, for mastery 21 I created a video explaining what recursion is and how it works.

Here´s the link of my video in youtube https://www.youtube.com/watch?v=i5WlmnprlLc&feature=youtu.be&hd=1

I also post 3 pictures of three different programs (Fibonacci, factorial, and greatest common divisor) that use recursion. I hope you find them useful.

 

 

Mastery 23

Hello everybody:

For my mastery 23 I created a video in which a I explain the basic syntax of vectors in c++ and how they can be used in a program. Let´s remember that a vector actually representas an array because it also contains a sequence, but the main difference between these two is that vectors can change their size while the program is being run and arryas cannot do that. 

Here´s the youtube link of my vide https://www.youtube.com/watch?v=7phAeVFZ6Iw&feature=youtu.be&hd=1

Here´s also a picture of the code of my program

I hope you find this information useful