Week 3 Day 3 - Scratch

Channel:
Subscribers:
2,700
Published on ● Video Link: https://www.youtube.com/watch?v=krbenYjOMNY



Duration: 51:29
144 views
0


Today we began our adventure into programming. We'll be doing programming using Scratch this semester. (If you already know how to program, contact me when I give a programming assignment out and I can give you something that will challenge you more.)


Scratch is a simple drag-and-drop programming language, where you can program by connecting "blocks" together like legos or something.


The starting point for the code is either clicking the green flag (which means "run") or by setting up keyboard events, like having something happen when you hit an arrow key.


There's all sorts of things you can do in your code, such as playing sounds, showing dialogue, making animations, having pictures appear on the screen, and so forth.


The essence of computer science boils down to just a few things, which are:
1) Making variables
2) Doing algebra
3) Conditionals (if statements)
4) Loops
5) Functions
6) Input/Output


Master those six things, and you can write any computer program in the world. Bigger programs take more thought and experience to make, so we're going to start low and go slow and build up your experience over time.







Tags:
CSCI 1
scratch
learn to code