site mmm

CodeHS
Introduction to Computer Science (Golden)
Search:

1.1 Introduction to Programming With Karel Lesson

1.1.1 Introduction to Programming With Karel Video

1.1.2 Quiz: Karel Commands Quiz

1.1.3 Our First Karel Program Example

1.1.4 Your First Karel Program Exercise

1.1.5 Short Stack Exercise

1.2 More Basic Karel Lesson

1.2.1 More Basic Karel Video

1.2.2 More Basic Karel Quiz Quiz

1.2.3 Tennis Ball Square Example

1.2.4 Make a Tower Exercise

1.2.5 Pyramid of Karel Exercise

1.3 Karel Can't Turn Right Lesson

1.3.1 Karel Can't Turn Right Video

1.3.2 Karel Can't Turn Right Quiz Quiz

1.3.3 Tower and Turn Right Example

1.3.4 Slide Karel Exercise

1.3.5 Fireman Karel Exercise

1.4 Functions in Karel Lesson

1.4.1 Functions in Karel Video

1.4.2 Functions in Karel Quiz Quiz

1.4.3 Turn Around Example

1.4.4 Pancakes Exercise

1.4.5 Mario Karel Exercise

1.5 The Start Function Lesson

1.5.1 The Start Function Video

1.5.2 The Start Function Quiz Quiz

1.5.3 Tower with Start Function Example

1.5.4 Pancakes with Start Exercise

1.6 Top Down Design and Decomposition in Karel Lesson

1.6.1 Top Down Design and Decomposition in Karel Video

1.6.2 Top Down Design and Decomposition Quiz Quiz

1.6.3 Hurdle Karel Example

1.6.4 The Two Towers Exercise

1.7 Commenting Your Code Lesson

1.7.1 Commenting Your Code Video

1.7.2 Commenting Your Code Quiz Quiz

1.7.3 Hurdle Karel Example

1.7.4 The Two Towers + Comments Exercise

1.8 Super Karel Lesson

1.8.1 Super Karel Video

1.8.2 Super Karel Quiz Quiz

1.8.3 Hurdle Karel (with SuperKarel) Example

1.8.4 The Two Towers + SuperKarel Exercise

1.9 For Loops Lesson

1.9.1 For Loops Video

1.9.2 For Loops Quiz Quiz

1.9.3 Repeated Move Example

1.9.4 Put Down Tennis Balls Example

1.9.5 Take 'em All Exercise

1.9.6 Dizzy Karel Exercise

1.9.7 For Loop Square Exercise

1.9.8 Lots of Hurdles Exercise

1.10 If Statements Lesson

1.10.1 If Statements Video

1.10.2 If Statements Quiz Quiz

1.10.3 If Statements Example

1.10.4 Safe Take Ball Example

1.10.5 Is There a Ball? Exercise

1.11 If/Else Statements Lesson

1.11.1 If/Else Statements Video

1.11.2 If/Else Statements Quiz Quiz

1.11.3 If/Else Statements Example

1.11.4 One Ball in Each Spot Example

1.11.5 Right Side Up Exercise

1.12 While Loops in Karel Lesson

1.12.1 While Loops in Karel Video

1.12.2 While Loops in Karel Quiz Quiz

1.12.3 Move to Wall Example

1.12.4 Follow The Yellow Ball Road Exercise

1.12.5 Lay Row of Tennis Balls Exercise

1.12.6 Big Tower Exercise

1.13 Control Structures Example Lesson

1.13.1 Control Structures Example Video

1.13.2 Control Structures Example Quiz Quiz

1.13.3 Cleanup Karel Example

1.13.4 Random Hurdles Exercise

1.14 More Karel Examples and Testing Lesson

1.14.1 More Karel Examples and Testing Video

1.14.2 Quiz: Which Control Structure? Quiz

1.14.3 Move Tennis Ball Stack Example

1.14.4 Climbing Karel Example

1.15 How to Indent Your Code Lesson

1.15.1 How to Indent Your Code Video

1.15.2 How to Indent Your Code Quiz Quiz

1.15.3 Dance and Clean Karel Example

1.15.4 Diagonal Exercise

1.15.5 Staircase Exercise

1.15.6 Karel Exercises Badge Badge

2.1 Challenge Problems Lesson

2.1.1 Fetch Challenge

2.1.2 Racing Karel Challenge

2.1.3 Tower Builder Challenge

2.1.4 Super Cleanup Karel Challenge

2.1.5 Double Tennis Balls Challenge

2.1.6 Karel Unit Test Quiz

2.1.7 Karel Challenges Badge Badge

3.1 Hello World Lesson

3.1.1 Hello World Video

3.1.2 Hello World Quiz Quiz

3.1.3 Hello World Example

3.1.4 Your Name and Hobby Exercise

3.2 Variables Lesson

3.2.1 Variables Video

3.2.2 Variables Quiz Quiz

3.2.3 Basic Variables Example

3.2.4 Apples and Oranges Exercise

3.3 User Input Lesson

3.3.1 User Input Video

3.3.2 User Input Quiz Quiz

3.3.3 Basic User Input Example

3.3.4 Grocery Store Exercise

3.4 Basic Math in JavaScript Lesson

3.4.1 Basic Math in JavaScript Video

3.4.2 Basic Math in JavaScript Quiz Quiz

3.4.3 Simple Calculator Example

3.4.4 Dollars to Pounds Example

3.4.5 Dividing Up Groups Example

3.4.6 T-Shirt Shop Exercise

3.4.7 Running Speed Exercise

3.5 Using Graphics in JavaScript Lesson

3.5.1 Graphics Video

3.5.2 JavaScript Graphics Quiz Quiz

3.5.3 Graphics Hello World Example

3.5.4 Blue Circle Example

3.5.5 Red Rectangle Example

3.5.6 8 Ball Example

3.5.7 French Flag Exercise

3.5.8 Snowman Exercise

4.1 Booleans Lesson

4.1.1 Booleans Video

4.1.2 Booleans Quiz Quiz

4.1.3 First Boolean Example

4.1.4 Do You Have a Dog? Exercise

4.2 Logical Operators Lesson

4.2.1 Logical Operators Video

4.2.2 Logical Operators Quiz Quiz

4.2.3 Light Switch Example

4.2.4 President Example

4.2.5 Wasting Time Example

4.2.6 Can You Graduate? Exercise

4.2.7 School's Out Exercise

4.3 Comparison Operators Lesson

4.3.1 Comparison Operators Video

4.3.2 Comparison Operators Quiz Quiz

4.3.3 Voting Age Example

4.3.4 Grade Range Example

4.3.5 Rolling Dice Exercise

4.3.6 All Star Exercise

4.4 If Statements Lesson

4.4.1 If Statements Video

4.4.2 If Statements Quiz Quiz

4.4.3 Negative Numbers Example

4.4.4 Great Names Example

4.4.5 Even and Odd Example

4.4.6 Secret Password Example

4.4.7 Teenagers Exercise

4.4.8 Stop Light Exercise

4.5 For Loops in JavaScript Lesson

4.5.1 Basic For Loop Video

4.5.2 For Loops Quiz Quiz

4.5.3 For Loop Example

4.5.4 Chalkboard Exercise

4.5.5 The Worm Exercise

4.5.6 Caterpillar Exercise

4.6 General For Loops Lesson

4.6.1 General For Loop Video

4.6.2 General For Loop Quiz Quiz

4.6.3 Countdown Example

4.6.4 Count By Twos Example

4.6.5 Count By Sevens Exercise

4.6.6 Powers of Two Exercise

4.7 For Loop Practice Lesson

4.7.1 For Loop Examples Video

4.7.2 For Loop Examples Quiz Quiz

4.7.3 For Loop Sum Example

4.7.4 Better Sum Exercise

4.7.5 Factorial Exercise

4.7.6 All Dice Values Exercise

4.8 Random Numbers Lesson

4.8.1 Random Numbers Video

4.8.2 Random Numbers Quiz Quiz

4.8.3 Rolling a Die Example

4.8.4 Flipping a Coin Example

4.8.5 Lots of Dice Exercise

4.8.6 Random Color Square Exercise

4.9 While Loops Lesson

4.9.1 While Loops Video

4.9.2 While Loops Quiz Quiz

4.9.3 While Loop Countdown Example

4.9.4 Inventory Exercise

4.9.5 Fibonacci Exercise

4.10 Loop and a Half Lesson

4.10.1 Loop and a Half Video

4.10.2 Loop and a Half Quiz Quiz

4.10.3 Adding Up Numbers Example

4.10.4 Snake Eyes Exercise

4.10.5 Better Password Prompt Exercise

5.1 Functions and Parameters 1 Lesson

5.1.1 Functions and Parameters 1 Video

5.1.2 Functions and Parameters Quiz 1 Quiz

5.1.3 Double Number Example

5.1.4 Square Exercise

5.1.5 Triple Exercise

5.2 Functions and Parameters 2 Lesson

5.2.1 Functions and Parameters 2 Video

5.2.2 Functions and Parameters Quiz 2 Quiz

5.2.3 Sum Function Example

5.2.4 Area of Triangle Exercise

5.2.5 Height in Meters Exercise

5.3 Functions and Parameters 3 Lesson

5.3.1 Functions and Parameters 3 Video

5.3.2 Functions and Parameters Quiz 3 Quiz

5.3.3 Draw Circles Example

5.3.4 Horizontal Lines Exercise

5.3.5 Graphics Stop Light Exercise

5.3.6 Pool Table Exercise

5.4 Functions and Return Values 1 Lesson

5.4.1 Functions and Return Values 1 Video

5.4.2 Functions and Return Values Quiz Quiz

5.4.3 Double Number Example

5.4.4 Square with Return Values Exercise

5.4.5 Triple with Return Values Exercise

5.5 Functions and Return Values 2 Lesson

5.5.1 Functions and Return Values 2 Video

5.5.2 Functions and Return Values Quiz 2 Quiz

5.5.3 Return Values Example

5.5.4 Is It Even? Exercise

5.5.5 Max Exercise

5.6 Local Variables and Scope Lesson

5.6.1 Local Variables and Scope Video

5.6.2 Local Variables and Scope Quiz Quiz

5.6.3 Return Values Example

5.6.4 Local Variables Exercise

5.6.5 JavaScript Exercises Badge Badge

6.1 JavaScript and Graphics Challenges Lesson

6.1.1 Ghosts Challenge

6.1.2 Guessing Game Challenge

6.1.3 Draw Something Challenge

6.1.4 Basic JS Unit Quiz Quiz

6.1.5 JavaScript Challenges Badge Badge

7.1 Timers Lesson

7.1.1 Timers Video

7.1.2 Timers Quiz Quiz

7.1.3 Moving Ball Example

7.1.4 Magic 8 Ball Example

7.1.5 Crazy Ball Exercise

7.2 Random Circles Lesson

7.2.1 Example: Random Circles Video

7.2.2 Random Circles Quiz Quiz

7.2.3 Random Circles Example

7.2.4 Spinner Example Example

7.2.5 Growing Circle Exercise

7.2.6 Paint splatter Exercise

7.3 Random Ghosts Lesson

7.3.1 Example: Random Ghosts Video

7.3.2 Random Ghosts Quiz Quiz

7.3.3 Random Ghosts Example

7.3.4 Random Fireworks Example

7.3.5 Circle Wall Exercise

7.4 Bouncing Ball Lesson

7.4.1 Example: Bouncing Ball Video

7.4.2 Bouncing Ball Quiz Quiz

7.4.3 Bouncing Ball Example

7.4.4 Hotspot Ball Exercise

7.4.5 Trail Exercise

7.5 Mouse Events: Mouse Clicked Lesson

7.5.1 Mouse Events: Mouse Clicked Video

7.5.2 Mouse Events: Mouse Clicked Quiz Quiz

7.5.3 Click For Circles Example

7.5.4 Click For Ghosts Example

7.5.5 Teleporting Ball Exercise

7.5.6 Pause Exercise

7.6 Mouse Events: Mouse Moved Lesson

7.6.1 Mouse Events: Mouse Moved Video

7.6.2 Mouse Events: Mouse Moved Quiz Quiz

7.6.3 Simple Painting Example

7.6.4 Colorful Drag to Paint Example

7.6.5 Coordinates Exercise

7.6.6 Target Exercise

7.7 Drawing Lines Lesson

7.7.1 Example: Drawing Lines Video

7.7.2 Drawing Lines Quiz Quiz

7.7.3 Drawing Lines Example

7.7.4 Leash Exercise

7.8 Key Events Lesson

7.8.1 Key Events Video

7.8.2 Key Events Quiz Quiz

7.8.3 Keyboard Square Example

7.8.4 Basic Snake Exercise

7.9 Crazy Ball Game Lesson

7.9.1 Crazy Ball Game 1 Video

7.9.2 Crazy Ball Game Quiz 1 Quiz

7.9.3 Crazy Ball Game 1 Example

7.9.4 Crazy Ball Game 2 Video

7.9.5 Crazy Ball Game Quiz 2 Quiz

7.9.6 Crazy Ball Game 2 Example

7.9.7 Drag and Drop Exercise

7.9.8 Animation and Games Unit Quiz Quiz

7.9.9 Animation Exercises Badge Badge

8.1 Breakout Lesson

8.1.1 Bricks Challenge

8.1.2 Ball and Paddle Challenge

8.1.3 Breakout Challenge

8.1.4 Breakout Badge Badge

Programming With Karel
15 Lessons
View Lessons
14%
CompletedCompleted
Resume
JavaScript Control Structures
10 Lessons
View Lessons
100%
CompletedCompleted
Resume
Animation and Games
9 Lessons
View Lessons
100%
CompletedCompleted
Resume

Course Progress

100%

Points

962

Days Coding

15

Badges

7

Coding Streak

7

Badges

You do not have any badges yet for this course. You will earn badges as you progress through the course and complete modules.

Certificate of Completion

No certificates yet for this course. You will get a certificate at 100% completion.

Comentários

Postagens mais visitadas deste blog

quiz