Fall 2024 - P5
Big Idea 3 | .1 | .2 | .3 | .4 | .5 | .6 | .7 | .8 | .10 |
3.1 Objectives
3.1 JavaScript and Python Homework
3.1 Homework
Attempt all of these in both JavaScript and Python!
Create 3 Variables - One String Variable for your name - One Integer Variable for your age - One Float Variable for your favorite number
Naming Conventions: - Create one variable using snake_case for a favorite food. - Create one variable using PascalCase for a favorite hobby. - Create one variable using camelCase for your favorite color.
List and Dictionary: - Create a list that contains your name, age, and favorite number. - Create a dictionary with keys for “name”, “age”, and “favorite_number”.
Grade | Description | Percentage (%) |
---|---|---|
4+ | Top work (Given to top 2 or none depending on submissions) | 95% |
4 | Performed 98% to 100% of requirements, Average | 89% to 92% |
3 | Missing some key elements | 80% to 85% |
2 | Missing many to most key elements | 70% |
1 | No work | 55% |
0 | Copying or not understanding work performed | 0% |
Final 5% | Document any awards and notes in Grading Spreadsheet. Include comments explaining why and how you thought of each line, as well as showing pseudocode if applicable. (Anyone can earn this, doesn’t matter if you’re top in the class or not, just a way to get a 100%) | 1% to 5% |