Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

12/2/22 - Unit Vocab 1 - 5 #10

Open
Saathvika-Ajith opened this issue Dec 2, 2022 · 1 comment
Open

12/2/22 - Unit Vocab 1 - 5 #10

Saathvika-Ajith opened this issue Dec 2, 2022 · 1 comment

Comments

@Saathvika-Ajith
Copy link
Owner

Saathvika-Ajith commented Dec 2, 2022

HW Scoring: 4.67/5

Unit Score and Link
1 0.9/1
2 1/1
3 0.87/1
4 1/1
5 0.9/1

Vocabulary Integration:

  • Unit 1

    • Casting, specifically for Division
    • Casting, specifically for Truncating or Rounding
    • Concatenation, explain or illustrate rules on mixed type Concatenation
    • Standard methods: toString(), equals(), hashCode()
  • Unit 2

    • Wrapper Classes, why wrap int, double. Show examples
    • Overloading a method, same name different parameters
    • Overriding a method, same signature of a method
  • Unit 3

    • Compound Boolean Expressions
    • Truth Tables
    • De Morgan’s Law
    • Comparing Numbers
    • Comparing Strings
    • Comparing Objects
    • Big O notation for Hash map, Binary Search, Single loop, Nested Loop
  • Unit 4

    • for loop, enhanced for loop
    • while loop versus do while loop
    • nested loops
  • Unit 5

    • Math class, specifically Random usage
    • Creating a Class, describe Naming Conventions
    • Constructor, describe why there is no return
    • Accessor methods, relationship to getter
    • Mutator methods, relationship to setter, describe void return type
    • Static variables, Class variables, show use case in code
    • Show use case of access modifiers: Public, Private, Protected
    • Static methods, Class methods
    • this Keyword
    • main method, tester methods
    • Inheritance, extends
    • Subclass constructor, super Keyword
    • Abstract Class, Abstract Method
    • Late binding of object, referencing superclass object, ie Animal a = new Chicken(); Animal b = new Goat();
    • Polymorphism: any of overloading, overriding, late binding

Fastpages Debugging Attempts

  • GitHub:
    image
  • Local Host:
    image
    image
  • VSCode:
    • changed formatting of notes several times
    • deleted and re-added images
    • changed all bolded vocab words to this instead
    • tried changing frontmatter
  • All the commits I made trying to fix things:
    image
@VidhiKulkarni
Copy link

2.7 + lots of effort in debugging and notes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants