강의 구성
AP Computer Science Principles 강의
AP Computer Science Principles-Main강의(핵심이론 및 MCQ 대비)
- 1.AP Computer Science Principles의 MCQ에 대비하기 위한 강의
- 2.Principles 시험에 나올 가능성이 높은 이론에 집중한 강의
AP Computer Science Principles- AppDev
- 1.Create Performance Task 대비용 강의 (APCS Principle 점수 비중의 30% 차지)
- 2.App을 만들고 Creation process를 Analysis를 하는데 필요한 내용들을 커버하는 강의
- 3.실질적으로 바로 사용할 수 있는 tip을 많이 가져갈 수 있는 강의
APCS A 시험 준비 대비 Step 1,2,3 시리즈
[Step 1] AP Computer Science 101
- 1.AP 수강생들 중 코딩 경험이 없거나 자바를 처음 하는 학생들은 101을 듣는 것이 좋음
- 2.그 외에도, introductory level computer science 과목을 듣는 학생들이 primer 로 듣기 적절한 과정 (Language: Java)
- 3.Target Audience : Beginners with little or no prior experience
- 4.Syllabus includes : Data types, control structures, iteration mechanics, Strings, procedural programming methodology.
[Step 2] AP Computer Science A Coursework Volume 1,Volume 2
- 1.학교에서 상위 난이도의 컴퓨터 사이언스 강의를 듣는 학생들
(typically the second computer related class in your high school)
- 2.또는 이번에 AP Computer Science A 과목을 듣는 학생들이 선행(여름방학) or 학기 중에 꼭 들어야 하는 강의
- 3.Target Audience : Students facing AP Computer Science A class or equivalent.
- 4.Syllabus includes : Java Language Essentials, Basic Data Structures (Strings, Arrays, Lists),
OOP Essentials (Class design, inheritance, polymorphism), Recursion, Search & Sort algorithms.
[Step 3] APCSA FRQ/MCQ
- 1.5월 AP Computer Science A 시험 5점 공략을 위한 핵심 강의인 FRQ 완벽분석!
- 2.최신 기출문제까지 다각도 분석을 통한 완전한 이해.
- 3.그 동안 오프라인 학원에서만 진행되었던 강의 방식 그대로 공개!
- 4.Target Audience : Students about to take the May APCS Test
- 5.Syllabus : Multiple Choice Questions, Free Response Questions
USACO 대비강의
USACO 대비용 Competitive Programming 강의
- 1.Recommended for experienced programmers(APCSA 수준이상)
- 2.AP CSA 를 듣고 바로 이어서 한 단계 위의 스펙을 쌓기 위한 첫걸음이 되어 줍니다.
Java 로 진행되기 때문에, 언어적 충격이 덜합니다.
- 3. Competitive Programming 이 어떤 것인지 프로그램 효율성에 대해 고찰해 보고
실제 세상에서 마주칠 수 있는 문제들을 컴퓨터를 이용해서 어떻게 해결할 수 있는지 파악합니다.