首页
沸点
课程
数据标注
HOT
AI Coding
更多
直播
活动
APP
插件
直播
活动
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
登录
注册
AP_CSA
Annabelle_gogogo
创建于2026-03-11
订阅专栏
AP CSA articles
暂无订阅
共18篇文章
创建于2026-03-11
订阅专栏
默认顺序
默认顺序
最早发布
最新发布
4.17 Recursive Searching and Sorting
Recursive searching and sorting: implement searching and sorting using recursive methods.
4.16 Recursion
Recursion: A recursive method is a method that calls itself.
4.15 Sorting Algorithms
Implement sorting algorithms using selection sort and insertion sort.
4.14 Searching Algorithms
Implement Searching Algorithms - Linear search algorithms on arrays and lists.
4.13 Implementing 2D Array Algorithms
Implementing 2D Array Algorithms such as computing a sum or average.
4.12 2D Array Traversals
1. Exam Points 2. Knowledge Points (1) Traverse 2D arrays : for Loops Nested iteration/loop statemen
4.11 2D Array Creation and Access
A 2D array is an array of arrays. It uses two indexes.
4.10 Implementing ArrayList Algorithms
Implement ArrayList Algorithms such as finding a maxium or minimum, computing a sum or average, etc.
4.9 ArrayList Traversals
You may traverse an ArrayListusing for, for-each, and while loops.
4.8 ArrayList Methods
ArrayList vs. Arrays. ArrayList Methods. ArrayList Traversals.
4.7 Wrapper Classes
Wrapper Classes allow you to implement conversion between primitive types and the wrapper classess.
4.6 Using Text Files
Read data from files. Methods of the Scanner class. The split method of the String class.
4.5 Implementing Array Algorithms
Implement algorithms on 1D arrays including finding maximum, minimum, compute a sum or average, etc.
4.4 Array Traversals
Traverse 1D arrays using the for loops, while loops and for-each loops.
4.3 Array Creation and Access
understand and create arrays access array elements traverse arrays
4.2 Introduction to Using Data Sets
A data set is a collection of specific pieces of data, and can be represented using tables.
4.1 Ethical and Social Issues Around Data Collection
Ethical and Social Issues Around Data Collection. Protect privacy and avoid algorithmic bias.
AP-CSA Summary
AP CSA knowledge points and exam points summary. It covers 4 units.