Please enable JavaScript to use CodeHS


Texas Computer Science 1

Lessons

  1. What is Computing?

    1. 1.1 Computer Organization

    2. Description
    3. Objective
    4. 1.2 Software

    5. Description
    6. Objective
    7. 1.3 Hardware

    8. Description
    9. Objective
  2. Programming With Karel

    1. 2.1 Introduction to Programming With Karel

    2. Description
    3. Objective
    4. 2.2 More Basic Karel

    5. Description
    6. Objective
    7. 2.3 Karel Can't Turn Right

    8. Description
    9. Objective
    10. 2.4 Functions in Karel

    11. Description
    12. Objective
    13. 2.5 The Start Function

    14. Description
    15. Objective
    16. 2.6 Top Down Design and Decomposition in Karel

    17. Description
    18. Objective
    19. 2.7 Commenting Your Code

    20. Description
    21. Objective
    22. 2.8 Super Karel

    23. Description
    24. Objective
    25. 2.9 For Loops

    26. Description
    27. Objective
    28. 2.10 If Statements

    29. Description
    30. Objective
    31. 2.11 If/Else Statements

    32. Description
    33. Objective
    34. 2.12 While Loops in Karel

    35. Description
    36. Objective
    37. 2.13 Control Structures Example

    38. Description
    39. Objective
    40. 2.14 More Karel Examples and Testing

    41. Description
    42. Objective
    43. 2.15 How to Indent Your Code

    44. Description
    45. Objective
    46. 2.16 Debugging Strategies

    47. Description
    48. Objective
  3. Karel Challenges

    1. 3.1 Collaborative Programming

    2. Description
    3. Objective
    4. 3.2 Challenge Problems

    5. Description
    6. Objective
  4. Digital Citizenship and Cyber Hygiene

    1. 4.1 Digital Footprint and Reputation

    2. Description
    3. Objective
    4. 4.2 Cyberbullying

    5. Description
    6. Objective
    7. 4.3 Internet Safety

    8. Description
    9. Objective
    10. 4.4 Privacy & Security

    11. Description
    12. Objective
    13. 4.5 Information Literacy

    14. Description
    15. Objective
    16. 4.6 Visualizing and Interpreting Data

    17. Description
    18. Objective
    19. 4.7 Creative Credit & Copyright

    20. Description
    21. Objective
    22. 4.8 Project: Public Service Announcement

    23. Description
    24. Objective
    25. 4.9 Digital Citizenship and Cybersecurity Quiz

    26. Description
    27. Objective
  5. JavaScript and Graphics

    1. 5.1 Hello World

    2. Description
    3. Objective
    4. 5.2 Variables

    5. Description
    6. Objective
    7. 5.3 User Input

    8. Description
    9. Objective
    10. 5.4 Basic Math in JavaScript

    11. Description
    12. Objective
    13. 5.5 Using Graphics in JavaScript

    14. Description
    15. Objective
    16. 5.6 Pixel Images

    17. Description
    18. Objective
    19. 5.7 Using RGB to Create Colors

    20. Description
    21. Objective
  6. Graphics Challenges

    1. 6.1 Graphics Challenges

    2. Description
    3. Objective
  7. JavaScript Control Structures

    1. 7.1 Booleans

    2. Description
    3. Objective
    4. 7.2 Logical Operators

    5. Description
    6. Objective
    7. 7.3 Comparison Operators

    8. Description
    9. Objective
    10. 7.4 If Statements

    11. Description
    12. Objective
    13. 7.5 For Loops in JavaScript

    14. Description
    15. Objective
    16. 7.6 General For Loops

    17. Description
    18. Objective
    19. 7.7 For Loop Practice

    20. Description
    21. Objective
    22. 7.8 Random Numbers

    23. Description
    24. Objective
    25. 7.9 While Loops

    26. Description
    27. Objective
    28. 7.10 Loop and a Half

    29. Description
    30. Objective
  8. Control Structures Challenges

    1. 8.1 Control Structures Challenges

    2. Description
    3. Objective
  9. Functions and Parameters

    1. 9.1 Functions and Parameters 1

    2. Description
    3. Objective
    4. 9.2 Functions and Parameters 2

    5. Description
    6. Objective
    7. 9.3 Functions and Parameters 3

    8. Description
    9. Objective
    10. 9.4 Functions and Return Values 1

    11. Description
    12. Objective
    13. 9.5 Functions and Return Values 2

    14. Description
    15. Objective
    16. 9.6 Local Variables and Scope

    17. Description
    18. Objective
    19. 9.7 Functions and Parameters Quiz

    20. Description
    21. Objective
  10. Animation and Games

    1. 10.1 Timers

    2. Description
    3. Objective
    4. 10.2 Random Circles

    5. Description
    6. Objective
    7. 10.3 Random Ghosts

    8. Description
    9. Objective
    10. 10.4 Bouncing Ball

    11. Description
    12. Objective
    13. 10.5 Mouse Events: Mouse Clicked

    14. Description
    15. Objective
    16. 10.6 Mouse Events: Mouse Moved

    17. Description
    18. Objective
    19. 10.7 Drawing Lines

    20. Description
    21. Objective
    22. 10.8 Key Events

    23. Description
    24. Objective
    25. 10.9 Crazy Ball Game

    26. Description
    27. Objective
    28. 10.10 Animation and Games Quiz

    29. Description
    30. Objective
  11. Project: Breakout

    1. 11.1 Breakout

    2. Description
    3. Objective
  12. Data Structures

    1. 12.1 Intro to Lists/Arrays

    2. Description
    3. Objective
    4. 12.2 Indexing Into an Array

    5. Description
    6. Objective
    7. 12.3 Adding/Removing From an Array

    8. Description
    9. Objective
    10. 12.4 Array Length and Looping Through Arrays

    11. Description
    12. Objective
    13. 12.5 Iterating Over an Array

    14. Description
    15. Objective
    16. 12.6 Finding an Element in a List

    17. Description
    18. Objective
    19. 12.7 Removing an Element From an Array

    20. Description
    21. Objective
    22. 12.8 Array Challenges

    23. Description
    24. Objective
  13. Final Project

    1. 13.1 Intro to Design Thinking

    2. Description
    3. Objective
    4. 13.2 Prototype

    5. Description
    6. Objective
    7. 13.3 Test

    8. Description
    9. Objective
    10. 13.4 Project Prep and Development

    11. Description
    12. Objective