Introduction to Programming and Scratch - Fun Way to Learn Coding

Slide Note
Embed
Share

Programming involves giving instructions to a computer using languages like C, Java, Ruby, and Python. Explore block programming with Scratch, a free site by MIT that simplifies learning coding concepts across different languages. Engage in challenges like making sprites move autonomously or responding to keyboard inputs. Enhance your programming skills while having fun!


Uploaded on Oct 03, 2024 | 0 Views


Download Presentation

Please find below an Image/Link to download the presentation.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. Download presentation by click this link. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.

E N D

Presentation Transcript


  1. Programming

  2. Programming Basic instructions that tell a computer to do something Many different languages Scripted Languages: C, Java, Ruby, Python Block programming: Scratch, Hour of Code All similar concepts Fun and rewarding!

  3. Scratch Online free programming site created by MIT to help people learn programming basics Available in 40+ languages Used in 150+ countries https://scratch.mit.edu/

  4. Sprite Editor Sprite Preview Sprite Selection and Creation Tool Box

  5. Creating Sprites

  6. Challenges Make a sprite move; By itself (autonomous) With keyboard input (teleoperated) When it touches another Sprite Think about adding a costume change Change Stages (backgrounds) When sprite reaches end of screen Put a unique sprite on each background Use a sensing block to ask a question Try and incorporate the answer into your program

  7. https://scratch.mit.edu/projects/236783354/

Related