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

Tag Archives: WSQ

WSQ06, Guess the damn number

Let’s talk about the WSQ06, maybe the hardest in this partial (actually it is not hard, but you have to search a lot to understand it). Here the image with the program and the compiler running it: Gaze at the program, stare at it as they are no other thing to observe. I am going […]

WSQ04, Introducing myself.

For this one I just upload my profile in my wordpress blog. Here a image: Sorry for no write a lot about me and not put photos of myself, but I do not like to do things like that, I like to meet people but I do not usually open myself at all, I do […]

WSQ04, Introducing myself.

For this one I just upload my profile in my wordpress blog. Here a image: Sorry for no write a lot about me and not put photos of myself, but I do not like to do things like that, I like to meet people but I do not usually open myself at all, I do […]

WSQ05, Degrees

Hi, this is the post about the WSQ05. The huge problem in this one was about controlling the output to not write all the numbers that the “float” storage have. Here we go: I think everything in the program is easy, except by the “setprecision” stuff. Let’s talk about it: “setprecision” is a function, included in […]

WSQ03, Having fun with numbers

Here I am going to show you how I done the WSQ03. It is call “Fun with numbers”, and it is about making simple functions. I know, best day ever. So here I’ll put an image about my program, and the I explain it: Gaze at the program, try to understand it and then read […]

WSQ05, Degrees

Hi, this is the post about the WSQ05. The huge problem in this one was about controlling the output to not write all the numbers that the “float” storage have. Here we go: I think everything in the program is easy, except by the “setprecision” stuff. Let’s talk about it: “setprecision” is a function, included in […]

#WSQ07 Sum of Numbers

This task was a little harder, because you had to use more complex logical functions, like a loop, and some other I will explain here. In my code I’m using the variables x , y, and z to operate, being… Continue Reading →

#WSQ06 Pick a Number

Hi there people. This task was a little different, because you had to use another library, and some different functions. The library <ctime> or <time.h> which is the same, is used here to measure time, so you can generate a… Continue Reading →

WSQ02, Flipped Learning

It seems that flippped learning is better than convencional learning in  many ways. For this course, i think is better to learn in a flipped way, because we can learn more by doing stuff by ourselves, instead of hearing the teacher giving a long boring class about what is a program, how to program, definition […]

WSQ01… better late than never (?)

Hi everybody! I have already intalled a compiler and text editor: Here and image of them executing the “Hello World” program: I think that is all, folks. Have nice day!

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