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

Author Archives: Frida Diaz

Temperature

This the code of a program that converts a given temperature from Fahrenheit to Celcius and vice versa:This is what happens when you run it and choose a temperature in fahrenheit:This is what happens when you give a temperature in celcius:

About Page


       My name is Frida Alejandra Díaz Medina. I’m studying Software Engineering at Tecnologico de Monterrey in Guadalajara. I’m not so sure why I decided to study this major, but I’ve loved it so far.


      On my spare time, I like to hang out with friends and sometimes I play tennis.


      I was born in Mazatlán, Sinaloa on December 13th, 1996. When I was 4 years old, we moved to Mexico City due to my father´s job. We remained there until I was 7 years old, then we moved to Culiacan. I had been living there until now. The reason why I moved out is that this major is not available in campus Sinaloa.


       I have a 14 year old brother and an 11 year old sister; both of them are in Culiacan right now with my parents.


        When I moved in I had no idea how to survive by myself. I had never cooked, used an oven, cleaned, did my laundry, entered a supermarket, taken a taxi, taken a bus, killed an insect, changed a light bulb, payed my bills, or any other kind of activity done by responsible adults. But I have been here longer than a month and I have not died which is nice.

This is what happens if you look for my name on Google

Fun With Numbers

This is the code for a program that gives you the sum, substraction, mutiplication and division of to number given by the user.This is the code of the program:And this is how it looks ike when you run it:

Flipped Learning

     
       Flipped learning is right now the most innovative way for students to receive knowledge. Flipped learning consists on decreasing the amount of lectures given in classrooms and implementing a new system.


      In flipped learning, teachers upload their material so students can have access to it in the comfort of their homes. However, this material will not be lectured about during a session. On the other hand, the students will study their material at home and review in class. This way, students can ask questions during the sessions and have the opportunity to solve their doubts more clearly with the help of their teachers.


     This innovation in educations allows introvert students to approach their teachers directly instead of raising their hands in from of their classmates.


     Nevertheless, this procedure might have never been used by students: This will cause some of them to waste their time and do everything on the last minute instead of just managing their time efficiently. This situation is stated in the video “How to Flip aClassroom – Inside and Out”.

6395867017_a67a2d746e
Photo Credit: <a href=”https://www.flickr.com/photos/85465967@N00/6395867017/”>Theophilos</a> via <a href=”http://compfight.com”>Compfight</a> <a href=”https://creativecommons.org/licenses/by-nc-nd/2.0/”>cc</a>

How to use Python3

Installing Python 3First of all, we need to install Python 3 in our computers. For doing this, you need to enter the followinweb site: https://www.python.org/Once you are here, select the option of downloads:This will take you to another part of t…

First Post

This is my blog. My personal information is shown below:

Name: Frida Alejandra Díaz Medina
ID: A01113427

Here is the link to my Tweet about Page One

Here is the link to my Github account

<a href=”https://www.flickr.com/photos/60351487@N02/7020519373/”>J P | Photography</a> via <a href=”http://compfight.com”>Compfight</a> <a href=”https://www.flickr.com/help/general/#147″>cc</a>

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