baabtra.com little coder chapter - 1

21
L i t t l e C o d e r P r o g r a m by

Upload: baabtracom-no-1-supplier-of-quality-freshers

Post on 15-Jul-2015

329 views

Category:

Software


6 download

TRANSCRIPT

Little Coder Program

by

What is Programming ??Chapter 1

What is programming ?

We will learn computer programming in a fun way !Click on below link

and Let’s play a game to lean the basics of how computer program

works

http://studio.code.org/s/frozen/stage/1/puzzle/1

This is a game-like, self-directed tutorial. Finish level ups to 5 and

comeback to the tutorial

Okey, We assume you already have finished level

up to 5 with Anna

What have you done with Anna

and Elsa?

So, is there any relation between what we did with

Anna and computer programming?

So, is there any relation between what we did with

Anna and computer programming?

YES !

So, is there any relation between what we did with

Anna and computer programming?

YES !

Because we’ve given step by step instruction to Anna

to complete a task like what we do in computer

programming !

So, What is an instruction?

“Instructions are the commands that we give to accomplish

something”

You’ve instructed Anna to

»Move Forward

»Turn Right !

»Turn Left !

Either to draw a square or some other shapes

You’ve instructed Anna to

»Move Forward

»Turn Right !

»Turn Left !

This is what

we call as

Instructions !!!

So What is programming?

So What is programming?

• Computer program is a just the same, where we give a group of

instructions to computer to do something !Move Forward !

Turn Right !!Turn left !!

Move Forward !

How to give instructions to computer?

• Instructions must be written in a way the computer can

understand

漢鼎 31繁 81 印篆

?????

Add 31 and 81

????

Language of Computer

• Computer Doesn’t understand English, Chinese, Hindi or any

other human languages.

• So any instructions to computer must be given in a language that

is understood by computer,

• There are languages like C, C++, Python, Java, .NET etc to give

instruction to computer

• We will be learning Python as a language to instruct the computer

Exercise !

Exercise !

• As we are at very beginning of programming, Complete below games before

you move on to next chapters

–http://lightbot.com/hocflash2014.html

–http://studio.code.org/hoc/1

End of Chapter 1