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

Tag Archives: quiz11

#Quiz11

Here’s my github directory with the answers for #Quiz11: Quiz11

Pheeew. This quiz was kinda weird because I just didn’t know…

Pheeew. This quiz was kinda weird because I just didn’t know what I was supposed to do, so I had to look at others code to understand “the problem”. But finally, here is my code:

https://github.com/bsolisale/quiz11/blob/2922bfb2a4e2035cb1da025055359a5a0564e5d1/QUIZ11

Quiz11

Check out my code here!

Quiz 11

Question #1: Write a function called calculateE that receives a single float parameter accuracy and calculates the value of e using using sufficient terms ) until the difference between two successive calculations differ by LESS than the parameter accuracy. Oh boy, this sounds good already! This was the easier question, no doubt. Checking for help … Continue reading Quiz 11

QUIZ 11

#quiz11https://github.com/ricardonewton/TC101/blob/master/quiz11-1https://github.com/ricardonewton/TC101/blob/master/quiz11-2

Quiz 11

https://github.com/estebanpinal/WSQ/blob/master/quiz1101.cpp
 

Quiz 11

I tried to do quiz 11 without help… but it was really hard for me. I’ve been working so hard on it all day and CalculateE seems to be stuck. I just get 0 for an answer. I’ve checked it for a thousand times and I can’t realize what I did wrong. I thing I […]

Quiz#11

It was very difficult to me, but with the help of some websites, videos and posts of my classmates I understood how to write the code… Here it is my code: Question 1: https://github.com/Andreandc/TC1017/blob/master/Quiz11.q1 Question 2: https://github.com/Andreandc/TC1017/blob/master/Quiz11.q2 These are the websites: https://bytes.com/topic/c/answers/550892-please-help-e-x-estimating-program… Continue Reading →

QUIZ 11

This one was really hard but I read soe posts of my classmates to understand it.

Quiz 11

Question 1 I had to write a function that receives a single float parameter and calculates the value of e using sufficient terms, until the difference between two successive calculations differ by lessthan the parameter accuracy. https://github.com/CarminaP/Quiz11/blob/master/q1.py Question 2 I had to write a function called checkBanana that receives a  name of a file and […]

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