Flipped learning!

Hey there, this is my last post of the course. I may go back sometime with this wordpress to make a record of my progress in programming. But lets get back to the main part. What are my thoughts about flipped learning. Sorry if I didn’t post a video of me talking, I really hate being in front of the cameras. But I will post every single thing that I like and the other thing that I dislike about flipped Learning. Because like everything, there is no perfection.

What are the pros of flipped learning, at least from my point of view. There is a lot of thing that ordinary grading or “teaching” had mistaken. The way that today schools grade students, are actually wrong. Because they grade the ability to remember thing for short periods of time, not actually the ability of the student to make solutions to the problems that he is put to. So the pros of this style of learning is that the teacher actually don’t teach some subject, it presents you with a problem or idea that you will need to develop, this way you can research for way to make it done. So this is more like the real world, outside the school. When a job needs to be done, you look for solutions, you don’t wait for someone with experience make the work for you. You need to fix or creat thing by yourself. Other thing that breaks the learning process, are the grades, that are dictated by the task you supposed to do. It doesn’t matter if you don’t learn anything from it. The point is just show the teacher that you did it. But with flipped learning you are actually showing the person in charge that you learn something and you

img_flipped-learning-main-photo

Continue reading “Flipped learning!”

Final Project

Hello there, here is Batmantec here again, with one of the last post’s of this semester. Now I am bringing to you guys the process that CanadaMike and I did to find the perfect final project. But like life is, there is specific way to make a program. We were in search for some projects, because our mind where to complex, by this I mean there were projects on our mind but this one where to complex and expensive. So we visit the site cplusplus.com to look for some projects. The exact website is this one: cplusplus.com This website had a cool set of ideas for C++ programs. The one that took our attention was “Simple file encryption (using something simple like ROT13” So Mike and I start researching about the topic. I already knew some stuff about how encryption works but still don’t understand completely.

The simplest way to say how encryption works is on this picture :Public_key_encryption_keys

(the picture was searched with google with the tools for reuse)

As you can see in the picture above, the encryption starts wit a file, in the example is use a plain text file, then after a process, with some keyword, they convert the file into a mess of data that no one can really understand. For getting the information you need the same process but in reverse, with the same algorithm, you just enter the keyword and get the original text on the output.

The problem that we face, is that there is not that much information for a program like this on C++, It was easier to found and example of the process on python.

After more than a week trying the program, we change our mind, because it was a lot of time consuming and we didn’t

Continue reading “Final Project”