AP Computer Science와 AP Computer Science Principles
앞서 포스팅한 AP 시험 결과 보고서에서 최근 AP Computer Science 시험을 치는 학생들이 많아졌다고 얘기한 바 있다. 학생들의 관심이 높아지고 있는 AP Computer Science 시험에 관련된 문제들을 알아 보기로 한다.
[Google Image]
CSA와 CSP로 나눠 AP Computer Science 시험치러져
최근 20년간 컴퓨터 사이언스라는 전공이 대학은 물론 일반 사회에서도 인구에 회자되고 있는 학문 분야이다. 인터넷, IT로 대표되는 첨단기술사회의 중추엔 컴퓨터 사이언스가 존재 하고 있기 때문이다. 하지만 대학 전공인 Computer Science는 일반 고교에서 개설해서 가르치기 어려운 측면이 있고 AP Computer Science 과목은 문제가 아주 어렵게 출제된다는 소문이 있어 학생들이 시험 치는 것을 기피하는 경향도 있었다. 그런데 작년부터 AP Computer Science와 AP Computer Science Principles로 구분되어 시험이 치러지고 있다.
CSP는 Computer Science 개론 수준
기존의 Computer Science는 프로그래밍 랭귀지로 자바를 배우기 때문에, 일반 고등 학교 학생들이 제대로 공부하기에는 어려운 과목이었다. 학생들도 배우기 어렵고 심지어는 가르칠 수 있는 교사조차도 부족한 현상이 나타나기도 했다. 반면 최근에 도입된 CSP는 반드시 자바라는 프로그래밍랭귀지를 배우지 않고 교사가 선택하면 된다. 알고리즘, 데이타, 창의성, 인터넷, 프로그래밍, 사이버보안 등을 폭넓게 배우기 때문에 컴퓨터사이언스 개론 수준으로 보면 맞을 것 같다. 반면 기존의 CSA는 넓게 보다는 깊게 공부하는 것으로 생각하면 될 것이다.
CSA와 CSP는 매년 5월에 진행되는 AP시험도 다르다. CSA는 3시간동안 2개의 섹션으로 나뉘어 진행된다. 90분간 40문항을 풀어서 배점의 50%를 차지한다. 또한 주관식의 경우에는 자바와 관련된 4개의 문항을 기술하면 된다. CSP는 학기말 시험과 과제로 나뉜다. 시험은 배점의 60%를 차지한다. 2시간동안 74개의 객관식 시험이다. 정답은 하나를 고르거나 복수의 항목을 고르기에 쉽지만은 않다. 클래스에서 진행되는 과제는 8시간짜리 관련 아이디어를 짜야 한다. 배점은 16%다. 또 다른 과제는 12시간 동안 아이디어를 프로그램으로 만든다. 배점은 24%다. 결국 CSA는 자바 프로그램에 빨리 심도 있게 기술을 익히는 것이 목적이고 CSP는 긴 클래스 시간에 아이디어로 좋은 결과물을 만드는 능력을 배우게 된다.
AP COMPUTER SCIENCE A EXAM: 3 HOURS
Ø Assessment Overview
All code on the AP Computer Science A Exam is consistent with the AP Java subset that can be found in Appendix A of the Course Description. All questions involving code should be answered in Java. Students are not tested on minor points of syntax.
Ø Format of Assessment
Section I: Multiple Choice | 40 Questions | 1 Hour, 30 Minutes |
50% of Exam Score
• Discrete Question topics will include: programming fundamentals, data structures, logic, algorithms/problem solving, object-oriented programming, recursion, and software engineering.
Section II: Free Response | 4 Questions | 1 Hour, 30 Minutes |
50% of Exam Score
• Short Answer (each requiring Java programming language)
• Solve problems involving more extended reasoning.
AP COMPUTER SCIENCE A SAMPLE EXAM QUESTIONS
Ø Sample Multiple-Choice Question
A car dealership needs a program to store information about the cars for sale. For each car, they want to keep track of the following information: number of doors (2 or 4), whether the car has air-conditioning, and its average number of miles per gallon. Which of the following is the best object-oriented program design?
(a) Use one class, Car, with three instance variables: intnum Doors, boolean has Air, and miles PerGallon.
(b) Use four unrelated classes: Car, Doors, Air Conditioning, and MilesPerGallon.
(c) Use a class Car with three subclasses: Doors, Air Conditioning, and MilesPerGallon.
(d) Use a class Car, with a subclass Doors, with a subclass Air Conditioning, with a subclass MilesPerGallon.
(e) Use three classes: Doors, Air Conditioning, and MilesPerGallon, each with a subclass Car.
Correct Answer: A
Ø Sample Free-Response Question: Experimental Design
A travel agency maintains a list of information about airline flights. Flight information includes a departure time and an arrival time. You may assume that the two times occur on the same day. These times are represented by objects of the Time class. The declaration for the Time class is shown below. It includes a method minutes Until, which returns the difference (in minutes) between the current Time object and another Time object. Students are provided with a scenario and part of the program to solve that scenario. They are then asked to complete a method in that program so that the program can calculate the duration of flight.
CSA는 엔지니어링이나 소프트웨어 개발, 웹디자인 같은 분야를 전공하려는 학생에게 알맞고 CSP는 자바보다는 더 큰 그림을 그리는 학생들에게 알맞다. 경제학, 도서관학, 정보과학, 물리학에 이르기까지 다양한 전공을 위해서는 아주 훌륭한 선택이다. 예전과 달리 두 클래스는 이제 온라인에서도 수업을 들을 수 있다.
참고로 2017년 5월5일 치러진 AP CSP성적 분포를 보면, 전국에서 4만4330명이 응시해서 5점은 14%, 4점은 21.6%, 3점은 39%, 2점은 18.5%, 1점은 6.9%였고 평균은 3.17이었다.
[Google Image]
Taking AP Computer Science A can lead to a future in 130 Career Areas
· Advertising, Marketing, and Public Relations Managers
· Agricultural and Food Scientists
· Aircraft and Avionics Technicians
· Anthropologists and Archaeologists
· Chemists and Materials Scientists
· Clinical Laboratory Technologists
· Community Organizers and Activists
· Computer and Information Systems Managers
· Computer Support Specialists
· Construction and Building Inspectors
· Curators
· Dentists
· Dietitians and Nutritionists
· Drafters
· Editors
· Elementary, Middle, and High School Teachers
· Engineering and Science Managers
· Foresters and Forestry Technicians
· Industrial Production Managers
· Market and Survey Researchers
· Medical and Health Services Managers
· Meeting and Convention Planners
· Mining and Geological Engineers
· Multimedia Artists and Animators
· Network and Computer Systems Administrators
· Network Systems and Data Communications Analysts
· News Analysts, Reporters, and Correspondents
· Nuclear Medicine Technologists
· Occupational Health and Safety Specialists
· Operations Research Analysts
· Public Relations Specialists
· Real Estate Brokers and Sales Agents
· Recreation and Fitness Workers
· Speech-Language Pathologists and Audiologists
· Surgeons
· Trainers
· Veterinary Technologists and Technicians
㈜ 세쿼이아 그룹에서는 미국의 보딩 스쿨, Ivy League를 포함한 명문 대학교에 관련된 정보와 자료를 제공합니다. 학교를 선택하고 학생에게 적합한 전공을 선택하고, 원하는 학교에 입학할 수 있도록 정확한 정보를 제공하여 전략을 수립하고 지원 에세이와 인터뷰를 통하여 지원 수속을 진행합니다. 지원 마감 이후 최종 학교를 선정하고 등록에 필요한 업무도 지원합니다. 미국뿐 아니라 영국, 독일, 스페인, 스위스, 이탈리아, 아일랜드, 프랑스 등의 유럽 대학에 지원 시 학교 선정과 전공 선택 지원 수속에 도움을 드리고 있습니다. 자세한 상담을 원하시면 아래 연락처를 이용하시기 바랍니다.
㈜ 세쿼이아 그룹
서울 강남구 강남대로 58길 61 제일빌딩 4층
www.seqgroup.com l www.goboardingschool.com
http://parkyounghee.tistory. com l http://blog.naver.com/ireneseuss
문의: 02-569-5433 ㅣ info@seqgroup.com
㈜ 세쿼이아 제주
제주도 서귀포시 에듀시티로 23 해동그린앤골드상가 102호 (우 63644)
'표준화시험 > AP' 카테고리의 다른 글
2025년부터 Digital 방식으로 전환되는 AP 시험 (0) | 2024.12.02 |
---|---|
전 세계적으로 5월에 치르는 AP 시험 (0) | 2022.05.03 |
대학 학점 인정과 AP 시험 (0) | 2020.04.28 |
2020년 AP 시험 어떻게 치르게 될까? (0) | 2020.04.06 |
2017년 응시 AP (Advanced Placement) 보고서 분석 (0) | 2018.08.10 |
AP 과목 수강하여 Edge 있는 지원서 작성해야 (0) | 2017.07.02 |
AP (Advanced Placement) 시험에 관한 이해 (2) (0) | 2015.05.19 |
AP (Advanced Placement) 시험에 관한 이해 (1) (0) | 2015.04.27 |
AP 학점 인정 않겠다고 선언한 Dartmouth College (0) | 2013.08.12 |
2월부터 본격적인 AP 시험 준비를 (0) | 2010.03.02 |