why our kids must learn to code

15
Why Our Kids Must Learn to Code +TahaBasri Junior Software Developer Firefox Student Ambassador Member of ‘LPNG’ Club

Upload: taha-basri

Post on 13-Feb-2017

193 views

Category:

Technology


3 download

TRANSCRIPT

Why Our Kids Must Learn to Code

+TahaBasriJunior Software DeveloperFirefox Student AmbassadorMember of ‘LPNG’ Club

Why Our Kids Must Learn to Code https://ma.linkedin.com/in/tahabasri/en

first code…printf(“HelloWorld!");

Why Our Kids Must Learn to Code https://ma.linkedin.com/in/tahabasri/en

first code…

Everybody in this country shouldlearn to program a computer...because it teaches you how to think.

-Steve Jobs

Why Our Kids Must Learn to Code https://ma.linkedin.com/in/tahabasri/en

first code…

13 years old 8 years old 6th grade 5 years old young enough

Microsoft Twitter Facebook Dropbox Valve

printf(“HelloWorld!");

Why Our Kids Must Learn to Code https://ma.linkedin.com/in/tahabasri/en

What is coding ?System.out.println(“Coding is : “ + definition);

Why Our Kids Must Learn to Code https://ma.linkedin.com/in/tahabasri/en

move();turnLeft();move();move();turnRight();move();

You don’t have to be a genius! Yeah!Why Our Kids Must Learn to Code https://ma.linkedin.com/in/tahabasri/en

What is coding ?

Why Our Kids Must Learn to Code https://ma.linkedin.com/in/tahabasri/en

What is coding ?

Why Our Kids Must Learn to Code https://ma.linkedin.com/in/tahabasri/en

Why coding is important?while 1 != 0 :

print(“Coding is important“);

Why Our Kids Must Learn to Code https://ma.linkedin.com/in/tahabasri/en

Why coding is important?

Coding is everywhere!

Why Our Kids Must Learn to Code https://ma.linkedin.com/in/tahabasri/en

Why coding is important?

1.4 MILLION1.4 MILLION1.4 MILLION

Why Our Kids Must Learn to Code https://ma.linkedin.com/in/tahabasri/en

Coding for kidsreturn (student==kid) ? simplify();

Why Our Kids Must Learn to Code https://ma.linkedin.com/in/tahabasri/en

Coding for kids

int a,b;

int main () { printf (“Please enter the A value : \n");scanf ("%d",&a);

printf ("Please enter the A value : \n");scanf ("%d",&b);

printf (“A+B equals : %d\n",a+b);printf (“A/B equals : %d\n",a/b);printf (“AxB equals : %d\n",a*b);

system("PAUSE");return 0;}

#include<stdio.h> Nope! I changed my mind.

Why Our Kids Must Learn to Code https://ma.linkedin.com/in/tahabasri/en

Coding for kids

Break down the problem

move + turn

moveturn leftmovemoveturn rightmove

Solve the problem

move();turnLeft();move();move();turnRight();move();

Why Our Kids Must Learn to Code https://ma.linkedin.com/in/tahabasri/enWhy Our Kids Must Learn to Code https://ma.linkedin.com/in/tahabasri/en

Coding for kids

OH MY GOD! THIS IS AMAZING

Why Our Kids Must Learn to Code https://ma.linkedin.com/in/tahabasri/en

Why Our Kids Must Learn to Code

+TahaBasriJunior Software DeveloperFirefox Student AmbassadorMember of ‘LPNG’ Club