how to do course 4 lesson 9 activity 3 on code.org

by Keely McKenzie 10 min read

What is courses 2 and 3 and 4?

Please reload your project in normal mode. Sorry for the inconvenience. Video. No video? Show notes. Your teacher didn't expect you to be here. Please ask your teacher which lesson you should be on. This is taking longer than usual...

What grade level is this course for for loops and functions?

Course 4. Course 4 is designed for students who have taken Courses 2 and 3. Students will learn how to tackle puzzles with increased complexity as they learn how to combine several concepts when solving each challenge. By the time this Course is completed, students will be creating programs that let them showcase multiple skills, including for ...

Are the lessons for CS Principles on code studio self-guided?

Unit 4 Assessment 1 of 2 Lesson Plan Student Project Guide; Lesson 9 - Practice PT - Tell a Data Story For this Practice PT students will analyze the data that they have been collecting as a class in order to demonstrate their ability to discover, visualize, and present a trend or pattern they find in the data. Leading up to this lesson students will have been working in pairs to clean and ...

How many times are answers to CodeHS checked before publishing?

1) Divide into groups of 4, 5, or 6. 2) Give each group several copies of the Songwriting Worksheet. 3) Play a short song for the class that contains a clear chorus that does not change from verse to verse. 4) Challenge the class to identify (and write down) the chorus. 5) …

How do you use Lesson 4 in code org?

0:008:34Code.org Expres Course Lesson 4 Creating Art with Code - YouTubeYouTubeStart of suggested clipEnd of suggested clipAnd then i turn left by 45 degrees one two three four it does each of those once i run these twoMoreAnd then i turn left by 45 degrees one two three four it does each of those once i run these two lines four times it's going to drop below i change color to random. And i move forward.

How do you code Lesson 9 in org?

0:0020:09Code.org Course C Lesson 9 Harvesting Crops with LoopsYouTubeStart of suggested clipEnd of suggested clipContinue loops all right so loops can be used to repeat more than to repeat more than moves loopsMoreContinue loops all right so loops can be used to repeat more than to repeat more than moves loops can be used to collect all four pumpkins.

How do you text a lesson 9.5 code org?

1:222:54Code.org Text | Lesson 9 Part 5 | Answer Tutorial | Debug SnakeYouTubeStart of suggested clipEnd of suggested clipOkay now draw the giant face of a sprite which is a snake draw a giant snake what's going to be onMoreOkay now draw the giant face of a sprite which is a snake draw a giant snake what's going to be on top of everything the snake you drew it last.

How do you text a lesson 9?

1:003:09Code.org Text | Lesson 9 Part 6 | Tutorial with Answers - YouTubeYouTubeStart of suggested clipEnd of suggested clipSo for it to work we need to make sure it is underneath draw sprites because computers run code inMoreSo for it to work we need to make sure it is underneath draw sprites because computers run code in order. So the last line of code is what the computer will do last well we needed to draw the text.

How do you do Lesson 9 on code org snowflakes with Anna and Elsa?

0:155:01Code.org Express Course Lesson 13.6 Snowflakes with Anna and ElsaYouTubeStart of suggested clipEnd of suggested clipOkay it's giving us some clues here. So two short lines is the pattern we need six lines but ourMoreOkay it's giving us some clues here. So two short lines is the pattern we need six lines but our pattern of two short lines.

How do you do Lesson 11 on code org the draw loop?

0:013:16Code.org The Draw Loop | Lesson 11 Part 9 | C.S. Discoveries UnitYouTubeStart of suggested clipEnd of suggested clipMove any blocks. That need to be inside the draw loop okay move any yep move them inside got it moveMoreMove any blocks. That need to be inside the draw loop okay move any yep move them inside got it move on when your program looks like the picture.

How do you do the farmer Lesson 9?

0:001:57The Farmer - Lesson 9.9 Tutorial with Answers - Code.org CS ... - YouTubeYouTubeStart of suggested clipEnd of suggested clipMake me remove all these piles of dirt. Okay try to use as few blocks as possible hint try using aMoreMake me remove all these piles of dirt. Okay try to use as few blocks as possible hint try using a while loop or a wall block to repeat okay so they want us to use this oh.

Why is my code org text not showing up?

The reason the text isn't showing up is because it's outside the draw loop. Game Lab runs all of the code outside the draw loop, then runs the code inside the draw loop over and over. In the program you linked, the text is written, then the draw loop code runs and draws a background over it (many times, no less).Dec 13, 2017

How do you make a sprite move diagonally code org?

0:094:05Sprite Movement - Lesson 9.8 Code.org Tutorial with AnswerYouTubeStart of suggested clipEnd of suggested clipSo if our variable name is mouse a property of mouse well here's one dot scale is a property. NowMoreSo if our variable name is mouse a property of mouse well here's one dot scale is a property. Now stop X would be a property.

What strategies can be used to compress the messages?

Discussion Goal"Easier" texts usually had lots of repetition - repeated words or phrases or syllables. A useful strategy is to use this repetition to create the compression."Difficult" texts usually have less repetition, making it less likely to apply this particular method of compression.

What made some messages harder to compress than others?

What made some messages "easier" to compress than others? You had to code the repeating pattern which it it easy for me to compress my code for the second time.

Why might we use abbreviations when sending messages?

Sometimes, text abbreviations just make sense. They're especially helpful when you're trying to keep your texts within a certain character limit, or when you're using very common abbreviations that just have no need to be written out.Apr 27, 2020

What is SL.3.1?

SL.3.1 - Engage effectively in a range of collaborative discussions (one-on-one, in groups, and teacher-led) with diverse partners on grade 3 topics and texts, building on others' ideas and expressing their own clearly.

How to circle repeating actions in Java?

Circle those repeating actions so that the class can see where they are. Define a function called "Chorus" above the program. Cross out everywhere the repeating actions appear in the program and write "Chorus" instead. Repeat until the class can go through this process with little direction.

What is a function in programming?

Functions (sometimes called procedures) are mini programs that you can use over and over inside of your bigger program. This lesson will help students intuitively understand why combining chunks of code into functions is such a helpful practice.

How to start a song?

Start with a simple song, either written out or projected on the screen. Point to the chorus and be sure that the class knows how it goes before you begin on the song. Blast through the song, singing it with them in the beginning, then see what happens when you get to the part where it calls the chorus.

How to write a chorus for a song?

1) Divide into groups of 4, 5, or 6. 2) Give each group several copies of the Songwriting Worksheet. 3) Play a short song for the class that contains a clear chorus that does not change from verse to verse. 4) Challenge the class to identify (and write down) the chorus. 5) Compare results from each group.

CodeHS Answers – Quiz Keys To Units Covered

We will be covering all quiz answer keys for CodeHS below. So go through one by one properly.

Karel Code HS & SOLVED PROBLEMS

Q. Which function will teach Karel how to spin in a circle one time? Ans: B

CodeHS Study Guide

Characteristics of a command *No spaces in commands *Need to match the exact capitalization *Every command ends in ( ) ;