Home
Vivian Ni
Cancel

Job Interview

Nighthawk Coders Content Creation Internship Introduce new students to computer science and its applications Introduce collaboration skills that are necessary in college and career Shape the...

Searching Lesson

7.5 Searching What does college board want you to know Differences in searching using arrayList and arrays Types of searches: sequential (linear) and binary Searching for a double vs int vs...

Unit 7 Lesson - ArrayLists

Unit 7: ArrayList Mastering the concept of Java’s ArrayList. AP Exam weighting: 2.5-7.5%. 7.1: ArrayList Intro ArrayLists are dynamic, meaning their size can grow or shrink as needed, but ...

Workshop 4 - Lesson on 2D Arrays and Traversing them

8.1: Declaring + Initializing 2D Arrays; Determining their Review: Arrays are a collection (list) of elements (primitive or object reference type data) So, a 2-Dimensional array is an ar...

Unit 6.1 - 6.3 Focused on Arrays and Array Examination

6.1 - Intro to Arrays Arrays are used to store one type of data, whether it is a primitive or reference data type. Arrays themselves are reference types. They are best thought of as a list of item...

Blog on Sorting

Algorithmic Dance Issue What is Comparable? implements Comparable is a Java interface that indicates that a class is comparable to other objects of the same type. When a class im...

FRQ 2 - Writing Classes

What to Know for more info on classes go here: csawesome_resource Missing public qualifier on class or constructor header will not incur a penalty. classes are the blueprints fo...

Workshop 1 (FRQ1) Hacks

Question 1: Primitive Types vs Reference Types (Unit 1) Situation: You are developing a banking application where you need to represent customer information. You have decided to use both primitive ...

Data Types and Control Structures Lesson

Data Types and Control Structures Lesson By Luna and Tanisha and Rachit Find link to notebook in Slack coding channel and follow along. WGET to have easy access to these materials (WGET not requir...

FRQ 1 - ArrayLists

ArraysList Overview Important Vocabulary Array is a data structure used to implement a list of primitive or object data Element is a single value within the array The index of an element is the po...