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

Tag Archives: masteries

Coding convetions and coments

Here is my video explaining masteries 7 and 8.

 

Masteries 21 & 22

21Use of recursion for repetitive algorithms
22When to use what type of repetition in a program
Here is my video:

For and while

I did this mastery before, but now I did a video in order to have 2 points instead of 1.

New if … else

I did this mastery again in order to have 2 points instead of one.

Use of “switch” as a conditional

This is mastery 17. Today I’ll talk to you about “switch”, another conditional type. Main difference between switch and the other types: we use “break” and we can have several cases. Here’s an example code I did: https://github.com/mferflores/switch/blob/master/Grades Really easy right? Now you can check a poem I did about  the sense I get of […]

Mastery 6

I did not have the time for make a video about this, but one point for this Mastery would be okay:
I have successfully installed Linux (Ubuntu) on my own computer:

 

Mastery 5

Demonstrate use of Linux sufficient for quizzes/exams: This one was kind of difficult to express in a video. So I wrote a poem for Linux, it deserves it. Here it is:   Sofisticado, libre y lleno de ambición; para programadores la mejor opción. Fácil manipulación y un uso sencillo, entendible y agradable para cualquier pillo. […]

Masteries 15 & 16

Use of the conditional “if” Use of “else” with a conditional

Mastery 17

Use of “switch” as a conditional

Masteries 18 & 20

Nesting of conditional statements

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