首页
沸点
课程
数据标注
HOT
AI Coding
更多
直播
活动
APP
插件
直播
活动
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
登录
注册
AP_CSA
Annabelle_gogogo
创建于2026-03-11
订阅专栏
AP CSA articles
暂无订阅
共53篇文章
创建于2026-03-11
订阅专栏
默认顺序
默认顺序
最早发布
最新发布
Digital Portfolio Double Check
Double Check on the digital porfolio for all the 3 components.
3.9 this Keyword
Use this keyword in a constructor or an instance method. this keyword refers to the current object.
3.8 Scope and Access
Local variables declared in a method or a code block.
3.7 Class Variables and Methods
Class variables and methods. Declare final variables.
3.6 Methods: Passing and Returning References of an Object
Pass an object into a method. Return an object from a method.
3.5 Methods: How to Write Them
Write methods. Write accessor methods and mutator methods. Pass arguments to parameters.
3.4 Constructors
Understand and write constructors. Call a constructor. Default values when call a constructor.
3.3 Anatomy of a Class
Design a class. Use the public and private keywords.
3.2 Impact of Program Design
System reliability and the impacts of program design.
3.1 Abstraction and Program Design
Design a class by identifying its attributes and behaviors.
2.12 Informal Run-Time Analysis
Informal Run-Time Analysis: count how many times a statement is executed.
2.11 Nested Iteration
Nested iteration statements are iteration statements that appear inside another iteration statement.
2.10 Implementing String Algorithms
Implementing string algorithms. Get familiar with string manipulations.
2.9 Implementing Selection and Iteration Algorithms
Implementing Selection and Iteration algorithms. Standard algorithms on common operations.
2.7 while Loops
while loops. infinite loop. analyze one while loop and how it is executed.
2.6 Comparing Boolean Expressions
Comparing Boolean Expressions. Use De Morgan’s law。 Compare two variables of reference types.
2.5 Compound Boolean Expressions
logic operators: &&, ||, !. Precedence: ! , &&, ||.
2.4 Nested if Statements
Nested if statements consist of if, if-else, or if-else_if within if, if-else, or if-else_if.
2.3 if Statements
if statement, if...else statement, if...else if...else statement.
2.2 Boolean Expressions
Relational operators: <, >, <=, and >=, ==, !=, and operator precedence.
下一页