0% found this document useful (0 votes)
3 views9 pages

Creating Algorithms: ADV-C2

Uploaded by

Divyesh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views9 pages

Creating Algorithms: ADV-C2

Uploaded by

Divyesh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9

ADV-C2

Creating Algorithms

What was our GOAL for this MODULE?

An algorithm is a set of instructions to complete a task.

What did we ACHIEVE in the class TODAY?

● Introduced Algorithmic thinking to solve abstract challenges.


● Construct Algorithms to complete a task

How did we DO the activities?

Step 1: Understand how to write algorithms and then code. (Remember algorithm is a set of
ordered instructions to complete a task.)

Pixels indicates the length of the line drawn on the screen. If we change the value of Pixel,
the length of the line on the screen will change accordingly.

Drag the following blocks one by one, adjust the angle, and connect.

© 2021 - BYJU’S Future School.


Note: This document is the original copyright of BYJU’S Future School.
Please don't share, download or copy this file without permission.
ADV-C2

Click Run

Solution 2:

© 2021 - BYJU’S Future School.


Note: This document is the original copyright of BYJU’S Future School.
Please don't share, download or copy this file without permission.
ADV-C2

© 2021 - BYJU’S Future School.


Note: This document is the original copyright of BYJU’S Future School.
Please don't share, download or copy this file without permission.
ADV-C2

Step 2: Draw alphabet ‘T’


Step 1 draw a line upward
Step 2 draw horizontal line leftward
Step 3 draw horizontal line rightward

Step 3: Try without using repeat blocks

© 2021 - BYJU’S Future School.


Note: This document is the original copyright of BYJU’S Future School.
Please don't share, download or copy this file without permission.
ADV-C2

Step 4: Try using repeat blocks

Step 5:

© 2021 - BYJU’S Future School.


Note: This document is the original copyright of BYJU’S Future School.
Please don't share, download or copy this file without permission.
ADV-C2

Step 6: Draw alphabet H

© 2021 - BYJU’S Future School.


Note: This document is the original copyright of BYJU’S Future School.
Please don't share, download or copy this file without permission.
ADV-C2

Step 7: Complete this kite

© 2021 - BYJU’S Future School.


Note: This document is the original copyright of BYJU’S Future School.
Please don't share, download or copy this file without permission.
ADV-C2

Step 8: use the jump block to draw a dashed line on this road

Step 9: Try this too

© 2021 - BYJU’S Future School.


Note: This document is the original copyright of BYJU’S Future School.
Please don't share, download or copy this file without permission.
ADV-C2

What will we do in the next class?

Binary strings: Applying procedural programming paradigm to convert high-level code


language into machine-level binary.

© 2021 - BYJU’S Future School.


Note: This document is the original copyright of BYJU’S Future School.
Please don't share, download or copy this file without permission.

You might also like