Saturday

Programming for kids - Course 4 # Functions and Parameters super challenge

In this article we will learn about the Twenty First stage of the Fourth course in Code studio. It is called Functions and Parameters super challenge. There are coding problems involving Functions and Parameters. If you already have an account on Code.org you can access this stage in code studio from the link below. There are more than one way of solving each level. There is also a fixed number of lines of code that you are supposed to finish the coding. But it is not compulsory. You can complete the level even if you need to write more lines of code than suggested. Don't be intimidated by this. Try to develop your own flow of logic and program it the way you think even if takes more lines of code. This is essential at this level to use your own logic and reasoning.

https://studio.code.org/s/course4/stage/21/puzzle/1

Try to solve all the levels in this stage. If you get stuck at any level, you can see the solution on this page.

Below are the images of each level along with the code needed to complete that level. There are 5 levels in this stage.

Friday

Programming for kids - course 4 # For Loops Super challenge

In this article we will learn about the Twentieth stage of the Fourth course in Code studio. It is called For Loops super challenge. There are coding problems involving For Loops. If you already have an account on Code.org you can access this stage in code studio from the link below.

https://studio.code.org/s/course4/stage/20/puzzle/1

Try to solve all the levels in this stage. If you get stuck at any level, you can see the solution on this page.

Below are the images of each level along with the code needed to complete that level. There are 8 levels in this stage.

Thursday

Programming for kids - course 4 # variables super challenge

In this article we will learn about the Nineteenth stage of the Fourth course in Code studio. It is called Variables super challenge. There are coding problems involving variables. If you already have an account on Code.org you can access this stage in code studio from the link below.
https://studio.code.org/s/course4/stage/19/puzzle/1

Try to solve all the levels in this stage. If you get stuck at any level, you can see the solution on this page.

Below are the images of each level along with the code needed to complete that level. There are 6 levels in this stage.

Wednesday

Programming for kids - course 4 # Artist:Binary

In this article we will learn about the Eighteenth stage of the Fourth course in Code studio. It is called Artist:Binary. You will learn to create patterns in a grid of pixels. If you already have an account on Code.org you can access this stage in code studio from the link below.
https://studio.code.org/s/course4/stage/18/puzzle/1

Try to solve all the levels in this stage. If you get stuck at any level, you can see the solution on this page.
Below are the images of each level along with the code needed to complete that level. There are 11 levels in this stage. Last level is for freehand coding.

Tuesday

Programming for Kids - Course 4 # Bee: Functions with Parameters

In this article we will learn about the Sixteenth stage of the Fourth course in Code studio. It is called Bee - Functions with parameters. You will learn to create and use parameters in Functions with a Bee in a Maze with flowers and honey. If you already have an account on Code.org you can access this stage in code studio from the link below.
https://studio.code.org/s/course4/stage/16/puzzle/1

Try to solve all the levels in this stage. If you get stuck at any level, you can see the solution on this page.

Below are the images of each level along with the code needed to complete that level. There are 8 levels in this stage. Help the Bee to collect nectar and make honey.

Saturday

Programming for kids - course 4 # Play Lab: Functions with parameters

In this article we will look at the Fifteenth stage of the Fourth course in Code studio. It is called Play Lab - Functions with parameters. You will learn to create and use parameters in Functions in a play lab setting. If you already have an account on Code.org you can access this stage in code studio from the link below.
https://studio.code.org/s/course4/stage/15/puzzle/1

Try to solve all the levels in this stage. If you get stuck at any level, you can see the solution on this page.

Below are the images of each level along with the code needed to complete that level. There are 11 levels in this stage. The last one is for designing the game anyway you like.

Thursday

Programming for kids - course 4 # Artist Functions with parameters

This blog post is created to support the students taking up the Code Studio courses on Code.org. I have tried to create an answer sheet for each stage which you can easily access whenever needed. If you want anything else here, please let me know.

In this article we will look at the Fourteenth stage of the Fourth course in Code studio. It is called Artist Functions with parameters. You will learn to create and use parameters in Functions. If you already have an account on Code.org you can access this stage in code studio from the link below.

https://studio.code.org/s/course4/stage/14/puzzle/1

Try to solve all the levels in this stage. If you get stuck at any level, you can see the solution on this page.

Below are the images of each level along with the code needed to complete that level. There are 17 levels in this stage. The last one is for freehand drawing.

Featured Post

Creating Games in Scratch for ICSE Class 6

An Introduction to Creating Games in Scratch  for ICSE Class 6 Hello friends, I hope you have already read the previous post on An Int...