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

Tag Archives: quiz11

#quiz11

This is the solution to question#1 and this to question#2.

#Quiz11

11

Hi everyone today I had to do two programs, the first was to create a programm that give you something like the euclides algorithm or the e (exponential) grade, so take a look. The second one was to create a file that reads another file like a text and gave you the words in the text, like Banana.

Github code: 

.1

https://github.com/MarAnMu13575/-WSQ14-Estimating-e

.2

https://github.com/MarAnMu13575/-Quiz11.cpp/tree/master

 

Half Quiz 11

Sup’ fellas, i had no luck with the “e” calculation, but here’s the banana thing. I tried with “readlines” or “readline” but readlines won’t work if it’s a list what it is trying to read, and readline would only read 1 line, and i would take a lot of time doing lines of codes for […]

#Quiz11

Hi everyone, I think this is the last quiz of the course 🙁 Question 1: This one was the same that WSQ14. I just changed the value of the parameters, it was really easy… Here´s the code: https://github.com/JsphSalazar/Quiz11/blob/master/s1.py Question 2: This one was a little complicated but I searched some examples from a lot of […]

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

 

QUIZ 11

This is Quiz #11. It was complicated.
Here are the codes:
https://github.com/anagloriaac/QUIZ-11/tree/master

Quiz 11

Here are the answers of my quiz 11, was little be hard for me to do the problem 2, but I found the form to do it, but I think that have some problems with the text that I make, but the prog count the banana words that appear in the text. Here is the…

quiz 11

#Quiz11

Doing this quiz was really hard for me because I’m still having trouble with strings and the instructions for question 1 wasn’t clear for me, but anyway I did the quiz. Here’s the code in Atom for question 1: Here’s the code in Atom for question 2: Here’s the code in Cygwin for question 1: […]

Quiz11

Hi everyvody! My codes for the Quiz11 are over here: Euler: https://github.com/hrglez/TC1017/blob/master/WSQ14%20-%20Euler Banana: https://github.com/hrglez/TC1017/blob/master/Find%20Banana Any doubts, let me know. See ya!

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