Home
Chirpy
Cancel

2015 CSA FRQ Q2

Question 2 Directions: SHOW ALL YOUR WORK. REMEMBER THAT PROGRAM SEGMENTS ARE TO BE WRITTEN IN JAVA. Notes: Assume that the classes listed in the Java Quick Reference have been imported ...

2015 CSA FRQ Q1

Question 1 Directions: SHOW ALL YOUR WORK. REMEMBER THAT PROGRAM SEGMENTS ARE TO BE WRITTEN IN JAVA. Notes: Assume that the classes listed in the Java Quick Reference have been imported ...

Jwtlesson_ipynb_2_

What is JWT JSON Web Token (JWT) popular way to authenticate users in a web application. It is a compact, URL-safe means of representing claims to be transferred between two parties. ...

HashMaps, HashSets, Collections, SQL Student Lessons

Collections What are collections? Collections are any group of individual objects that are represented as a single unit is known as a Java Collection of Objects. In Java, a separate framework name...

JQUERY & CRUD HACKS

Directions You really should try to answer the 5 questions below this without any help. These are core concepts that you should at least attempt to learn. The update JQUERY function may requi...

SASS Lesson

Introduction to SASS SASS (Syntactically Awesome Stylesheets) is a powerful preprocessor scripting language that enhances CSS with advanced features. It’s compiled into standard CSS, making it a r...

Individual Review

Individual Review Blog Student lessons: I worked on U6 - Arrays. Detailed review on lessons here Lesson Score Spreadsheet U1 0.9/1.0 ...

U10 Recursion P1 Student

10.1 Recursion A method calling itself to repeat a certain number of times. Popcorn Hack: What is recursion? Vocabulary Base Case - this sets the expected case for when the recursion will ...

U9 Inheritance P1 Student

9.1 Superclasses and Subclasses A hierarchy of classes is created, extending attributes into subclasses of information (ie. Automobile –> Trucks and Sedans –> Ford, BMW, Nissan, Toyota). ...

2D Arrays

APCSA Unit 3 College Board Learning Objectives and Standards Learning Objectives The objective of today’s lesson is to… Learn about 2D arrays, their use cases, and how to create them. Essen...