Beard Man
Sunday, July 3, 2016
Wednesday, June 3, 2015
Programming Assignment 8
What’s the difference between And and Or? What does the word random mean in English?
And is referring to both or multiple objects while or is only referring to one of the objects.
Random: odd, unusual, or unexpected.
Advertise with Anonymous Ads
Random: odd, unusual, or unexpected.
Programming Assignment 7
What does the word variable mean in both mathematical and English terms?
It is something that can be changed to define something else.
i.e. age, color, name
Monday, May 18, 2015
Programming Assignment 5
What does it mean to broadcast something (example the radio station is broadcasting music right now)? If a radio or television station is broadcasting something, does that mean that everyone is listening to it? It means that anybody who is tuning into that station is able to watch the show or listen to the music.
- Open the file summer.sb. Click the flag. What does it do so far? Switches to costume1 and he says he's going to tell us about his summer.
- Click on the cat and look at his script. What does the cat broadcast in the last block? He is broadcasting the "basketball scene"
- Summarize how you can use broadcast to change scenes in a story. Have a partner check your work to see if there is anything you need to fix.You can use the broadcast to tell it when to switch to something. i.e. another background or costume.
Thursday, May 14, 2015
Programming Assignment 4
How do the programs on the computer know what the user wants to do next? In other words, if you are surfing the web, how does the computer know what page to go to next?
The person who makes the program or page has specific inputs that it accepts and turns that into an output. The option that you select goes through the program and gives you what you selected.
The person who makes the program or page has specific inputs that it accepts and turns that into an output. The option that you select goes through the program and gives you what you selected.
Tuesday, May 12, 2015
Programming Assignment 3
- Click the green flag. What do the three animals do? The cat and monkey glide to the right side of the screen while the dog moves to the right side.
- Look at the scripts for each of the 3 sprites. What 3 blocks do all three sprites use? They use "when green flag clicked", "wait", and "go to".
- What blocks does the cat use to move? "go to" and "move 10 steps".
- What block does the dog use to move? "go to"
- What block does the monkey use to move? "go to" and "glide".
- Describe in your own words how the move block works. It makes the person move a certain amount of steps forward or backwards.
- Describe in your own words how the go to xy block works. It makes that sprite go to the coordinates that you designated for it. Used mostly in a starting point.
- Describe in your own words how the glide block works. The sprite will glide over slowly instead of instantly (like the go to) to the designated coordinates.
- Some of the blocks require x: and y: coordinates. Place the mouse over the white window and look at the mouse x: and mouse y: numbers underneath the bottom. How are the x: and y: coordinates determined in Scratch? The x and y coordinates are determined like a graph. The middle being (0,0).
Wednesday, May 6, 2015
Subscribe to:
Posts (Atom)