Here I will keep some important CS Vocab

  • Primitives: A type of data in Java which is basic and does not have any properties/methods (ie int, boolean, double)
  • Wrapper Classes: Classes that allow primitives to be used in places where only classes are allowed such as generics (ie. Integer, Boolean, Double, String)
  • Static vs Dynamic Methods: Static methods are simply called on the class while dynamic methods are called on an INSTANCE of the class (an object)
  • Constructors: These are special methods that are called when an object of a class is created.

Collegeboard Posts

  • 2023 AP Test FRQs

    cb
  • College Board FRQs

    cb
  • Arrays and 2D Arrays

    cb
  • Binary Search

    cb
  • Merge Sort

    cb
  • Data Types Hacks

    cb
  • AP CSA 66 Question MC

    cb
  • AP CSA 55 Question MC

    cb
  • Units 6-10 Jupyter Notebook

    cb
  • Units 1-5 Jupyter Notebooks

    cb
  • AP Calendar

    cb
  • AP CSA Tri 1 Final

    cb
  • Unit 6 Homework

    cb
  • Fibonacci

    cb
  • CollegeBoard FRQ

    cb
  • If Statements/Boolean Lesson

    cb
  • Week 2 AP CSA

  • Cricket Scores GUI

  • Physics Graph

  • Week 1 AP CSA

  • Primitives Jupyter Notebook

  • Java Jupyter Notebook

    cb