Yesterday (5/03/2014) was the first midterm of the class, I'm always in space or something because I didn't know that we had to do the exam with PEN only, no pencil. I have no pens! but I search for one on my backpack and lucky me! I found something that once was a pen. It was the piece of plastic that goes inside a pen so, I did the whole exam with that. I felt I did that first midterm in hardcore mode.
Today, I was doing this Blog, and I received a feedback from the Professor telling me that he needed the .cpp files of the second lab. I didn't know we had to submit the .cpp files with the labs!I'm always in space >:/. Anyway, I had to search for all the 5 problems of the second lab, and the other 6 of the third one to edit the submissions of both labs and probably he will deduct point for late submission even we(me and my partner) submitted on time.
I did the exam using this piece of...pen!:
jueves, 6 de marzo de 2014
Robotiky
Robotiky its a wonderful toy for people with zero knowledge of programming , Robotiky is similar to Lego Mindstorms, made up of handful of components, including wheel, a microprocessor, a battery pack, light sensors and a line following sensor, just like the Lego Mindstorms. It's a great source to teach children to programming. The concept is simple the toy is connected to a computer and trough a program you drag and drop commands like, move forward or turn left or right. It is a fun way to learn the basics of progamming. Here's the article if you want to learn more about Robotiky : http://www.wired.co.uk/news/archive/2014-03/06/robotiky
This article reminds me my first year of college when I had to create and program a Lego Mindstorms toy, it was a good experience to start knowing the programming world.
We named it Beethoven.
This article reminds me my first year of college when I had to create and program a Lego Mindstorms toy, it was a good experience to start knowing the programming world.
We named it Beethoven.
First Blog!
#include<iostream>
using namespace std;
int main(){
int Number_blog;
cout << " Enter the number of blogs you have posted\n";
cin >> Number_blog;
if (Number_blog == 1){
cout << "Correct!\n";
}
else{
cout << "Incorrect\n";
}
system("pause");
return 0;
}
Suscribirse a:
Entradas (Atom)