Please enable JavaScript to use CodeHS


Georgia Introduction to Software Technology

Lessons

  1. Digital Citizenship and Cyber Hygiene

    1. 1.1 Welcome to Introduction to Software Technology!

    2. Description
    3. Objective
    4. 1.2 Digital Footprint and Reputation

    5. Description
    6. Objective
    7. 1.3 Privacy & Security

    8. Description
    9. Objective
    10. 1.4 Creative Credit & Copyright

    11. Description
    12. Objective
    13. 1.5 Hacking Ethics

    14. Description
    15. Objective
    16. 1.6 Common Security Problems

    17. Description
    18. 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 Abstraction

    23. Description
    24. Objective
    25. 2.9 Super Karel

    26. Description
    27. Objective
    28. 2.10 For Loops

    29. Description
    30. Objective
    31. 2.11 If Statements

    32. Description
    33. Objective
    34. 2.12 If/Else Statements

    35. Description
    36. Objective
    37. 2.13 While Loops in Karel

    38. Description
    39. Objective
    40. 2.14 Control Structures Example

    41. Description
    42. Objective
    43. 2.15 More Karel Examples and Testing

    44. Description
    45. Objective
    46. 2.16 How to Indent Your Code

    47. Description
    48. Objective
    49. 2.17 Debugging Strategies

    50. Description
    51. Objective
  3. Karel Challenges

    1. 3.1 Collaborative Programming

    2. Description
    3. Objective
    4. 3.2 Challenge Problems

    5. Description
    6. Objective
  4. JavaScript and Graphics

    1. 4.1 What is Programming?

    2. Description
    3. Objective
    4. 4.2 Hello World

    5. Description
    6. Objective
    7. 4.3 Variables

    8. Description
    9. Objective
    10. 4.4 User Input

    11. Description
    12. Objective
    13. 4.5 Basic Math in JavaScript

    14. Description
    15. Objective
    16. 4.6 Using Graphics in JavaScript

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

    20. Description
    21. Objective
  5. Computing Basics

    1. 5.1 Internal Components

    2. Description
    3. Objective
    4. 5.2 Peripheral Devices

    5. Description
    6. Objective
    7. 5.3 Software vs. Hardware

    8. Description
    9. Objective
    10. 5.4 Future of Computing

    11. Description
    12. Objective
  6. Operating Systems and Software

    1. 6.1 Operating Systems

    2. Description
    3. Objective
    4. 6.2 Comparing Operating Systems

    5. Description
    6. Objective
    7. 6.3 Compatibility

    8. Description
    9. Objective
    10. 6.4 Software and Applications

    11. Description
    12. Objective
    13. 6.5 Software Licenses

    14. Description
    15. Objective
    16. 6.6 Software Development

    17. Description
    18. Objective
  7. Project: IT Professional

    1. 7.1 Communication is Key!

    2. Description
    3. Objective
    4. 7.2 Building a Knowledge Base

    5. Description
    6. Objective
    7. 7.3 Star in a Video!

    8. Description
    9. Objective
    10. 7.4 Keeping a Database

    11. Description
    12. Objective
  8. Web Design

    1. 8.1 Introduction to HTML

    2. Description
    3. Objective
    4. 8.2 Structure of an HTML Page

    5. Description
    6. Objective
    7. 8.3 Formatting Text

    8. Description
    9. Objective
    10. 8.4 Links

    11. Description
    12. Objective
    13. 8.5 Images

    14. Description
    15. Objective
    16. 8.6 HTML Lists

    17. Description
    18. Objective
    19. 8.7 HTML Tables

    20. Description
    21. Objective
    22. 8.8 HTML Styling

    23. Description
    24. Objective
    25. 8.9 Introduction to CSS

    26. Description
    27. Objective
    28. 8.10 CSS Select by Tag

    29. Description
    30. Objective
    31. 8.11 CSS Select by Class

    32. Description
    33. Objective
    34. 8.12 CSS Select by ID

    35. Description
    36. Objective
    37. 8.13 Impact of the Internet

    38. Description
    39. Objective
    40. 8.14 Project: Your First Website

    41. Description
    42. Objective
  9. Web Development

    1. 9.1 The Script Tag

    2. Description
    3. Objective
    4. 9.2 Using the DOM

    5. Description
    6. Objective
    7. 9.3 Collecting and Storing Data

    8. Description
    9. Objective
    10. 9.4 Storing Data with Firebase

    11. Description
    12. Objective
    13. 9.5 Using APIs

    14. Description
    15. Objective
    16. 9.6 Using a CMS

    17. Description
    18. Objective
    19. 9.7 What is Web Optimization?

    20. Description
    21. Objective
  10. Computer Science Careers

    1. 10.1 Computer Science Careers

    2. Description
    3. Objective
  11. Extra Karel Practice

    1. 11.1 Extra Karel Practice

    2. Description
    3. Objective
  12. Extra Karel Puzzles

    1. 12.1 Extra Karel Puzzles

    2. Description
    3. Objective
  13. JavaScript Control Structures

    1. 13.1 Booleans

    2. Description
    3. Objective
    4. 13.2 Logical Operators

    5. Description
    6. Objective
    7. 13.3 Comparison Operators

    8. Description
    9. Objective
    10. 13.4 If Statements

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

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

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

    20. Description
    21. Objective
    22. 13.8 Random Numbers

    23. Description
    24. Objective
    25. 13.9 While Loops

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

    29. Description
    30. Objective
  14. Control Structures Challenges

    1. 14.1 Control Structures Challenges

    2. Description
    3. Objective