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

Tag Archives: #Quiz08

#QUIZ08

This was the most difficult quiz by this time because I don’t know pretty much how to write a vector. Today was my class of Mechatronic introduction and by luck one of my partners is a member of the another… Continue Reading →

#QUIZ08

Photo credit: https://flic.kr/p/oqVWyd Aquí esta mi examen, al principio tenia varios problemas pero lei el libro y lo resolví todo. Aqui esta el link del código: https://github.com/BrayanGc/Codigos/blob/master/Q8q1.cpp

QUIZ08

Well, i still don’t get this quiz, i had to search thru my classmates codes to barely understand how it works, Carmina’s Code is great, i got a glimpse of how it should be made, anyway, here it is, i still have my doubts about this, i hope i can clear them out before the […]

Quiz 8

I had some difficulties but I read the book and watch some videos to know how to use vectors. #include <iostream> #include <vector> using namespace std; int sumsquare_list(vector <int> cuad){ int sum; cout <<  “Escribe valores de los que quieres sumar sus cuadrados. ” << endl << “Para terminar de dar los numeros teclee 0” […]

#QUIZ08

Photo credit: https://flic.kr/p/oqVWyd Aquí esta mi examen, al principio tenia varios problemas pero lei el libro y lo resolví todo. Aqui esta el link del código: https://github.com/BrayanGc/Codigos/blob/master/Q8q1.cpp

#QUIZ08

This time, the quiz was about making a list that would calculate the sum of the squares of the elements in the list, vectors are a little bit confusing,but here is a really simple way of doing this quiz.
Q1: https://github.com/samanthariverac/TC101/blo…

Quiz 8

I had some difficulties but I read the book and watch some videos to know how to use vectors. #include <iostream> #include <vector> using namespace std; int sumsquare_list(vector <int> cuad){ int sum; cout <<  “Escribe valores de los que quieres sumar sus cuadrados. ” << endl << “Para terminar de dar los numeros teclee 0” […]

Quiz 08: Scalar multiplication

So the quiz asks me to write a program that recieves two lists, and multiplies the first element of the first list times the first element of the second list and so on. So it was easy, I used two while loops to recieve the … Continúa leyendo Quiz 08: Scalar multiplication

Quiz 08: Scalar multiplication

So the quiz asks me to write a program that recieves two lists, and multiplies the first element of the first list times the first element of the second list and so on. So it was easy, I used two while loops to recieve the … Continúa leyendo Quiz 08: Scalar multiplication

#QUIZ08

This time, the quiz was about making a list that would calculate the sum of the squares of the elements in the list, vectors and arrays  are a little bit confusing,but here is a really simple way of doing this quiz. Q1: https://github.com/samanthariverac/TC101/blob/master/%23quiz08%20q1

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