Home
Chirpy
Cancel

U5 | Classes

U5 | Classes 5.1 Anatomy of a Class & 5.2 Constructors Methods vs Constructors Methods: functions defined within a class that preforms specific actions for objects of that cla...

Javascript Object Oriented Programming

Javascript class A class can be thought of as anything that you would consider an object in real life Computer Cat Person Just like any of those objects a class ...

U4 | Iteration

U4 | Iteration 4.1 while Loops A while loop is a fundamental control structure in programming used for repeated execution of a block of code as long as a condition is true. The loop star...

Booleans

APCSA Unit 3: College Board Learning Objectives and Standards Learning Objectives The objective of today’s lesson is to… Evaluate Boolean expressions that use relational operators in program ...

Binary Logic

Data Tables! Truth tables are used to easily describe boolean algebra operations. Boolean algebra is an branch of mathematics dealing with, rather than the vast stretches of integers, two digits: ...

Objects

Java objects In Java, objects are essentially instances of classes. They represent real-world entities or concepts and contain both data and behaviors, facilitating organized and modular softwar...

Types

Java is used around the world to create applications and is one of the most popular coding languages. The reason Java is so popular is because of it’s security and versatility provided by it’s Obje...

Group session review notes

EATER Tay Ethan Tran Make sure you know what extend is in classes. FRQ 3 requires this! FRQs are pretty simple, just do the requirements Raymond Know how to get and use methods from packages ...

Girls in CS Panel - College CS

Introductions A lot of uses for CS later in college/career! Even if not in CS major, there are STILL uses for CS A lot of good internship opportunities (Northrop, Viasat, Codeninjas) CSP/CSA tr...

Agile Methodology

Agile Methodology Agile software development uses practices such as pair programming, test-driven development, stand-ups, planning sessions, and sprints. Agile...