본문 바로가기
  • “전문가의 손길이 자녀의 Career에 날개를 달아 드립니다.”
표준화시험/AP

AP Computer Science와 AP Computer Science Principles

by yhpark@seqgroup.com 2018. 8. 10.

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 ScienceAP 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 55일 치러진 AP CSP성적 분포를 보면, 전국에서 44330명이 응시해서 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

·         Actuaries

·         Adult Educators

·         Advertising, Marketing, and Public Relations Managers

·         Advertising Sales Agents

·         Aerospace Engineers

·         Agricultural and Food Scientists

·         Agricultural Engineers

·         Air Traffic Controllers

·         Aircraft and Avionics Technicians

·         Aircraft Pilots

·         Animal Caretakers

·         Announcers

·         Anthropologists and Archaeologists

·         Aquaculturists

·         Architects

·         Archivists

·         Art Directors

·         Athletic Trainers

·         Biological Scientists

·         Biomedical Engineers

·         Buyers and Purchasers

·         Chemical Engineers

·         Chemists and Materials Scientists

·         Child Care Workers

·         Chiropractors

·         Civil Engineers

·         Clinical Laboratory Technologists

·         Coaches and Scouts

·         Community Organizers and Activists

·         Computer and Information Systems Managers

·         Computer Hardware Engineers

·         Computer Programmers

·         Computer Scientists

·         Computer Support Specialists

·         Computer Systems Analysts

·         Conservation Scientists

·         Construction and Building Inspectors

·         Construction Managers

·         Craft Artists

·         Curators

·         Database Administrators

·         Dentists

·         Dietitians and Nutritionists

·         Drafters

·         Economists

·         Editors

·         Education Administrators

·         Electrical Engineers

·         Electronics Technicians

·         Elementary, Middle, and High School Teachers

·         Engineering and Science Managers

·         Engineering Technicians

·         Environmental Educators

·         Environmental Engineers

·         Environmental Scientists

·         Fashion Designers

·         Financial Analysts

·         Financial Managers

·         Fine Artists

·         Forensic Scientists

·         Foresters and Forestry Technicians

·         General Practitioners

·         Geographers

·         Geographic Specialists

·         Geoscientists

·         Graphic Designers

·         Human Resources Managers

·         Illustrators

·         Industrial Designers

·         Industrial Engineers

·         Industrial Production Managers

·         Instructional Coordinators

·         Insurance Sales Agents

·         Interpreters

·         Librarians

·         Management Consultants

·         Market and Survey Researchers

·         Massage Therapists

·         Materials Engineers

·         Mathematicians

·         Mechanical Engineers

·         Medical and Health Services Managers

·         Medical Scientists

·         Meeting and Convention Planners

·         Meteorologists

·         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 Engineers

·         Nuclear Medicine Technologists

·         Occupational Health and Safety Specialists

·         Operations Research Analysts

·         Park Rangers

·         Petroleum Engineers

·         Pharmacists

·         Photographers

·         Physical Therapists

·         Physicists and Astronomers

·         Postsecondary Teachers

·         Preserve Managers

·         Private-Practice Lawyers

·         Psychiatrists

·         Public Accountants

·         Public Interest Lawyers

·         Public Relations Specialists

·         Real Estate Brokers and Sales Agents

·         Recreation and Fitness Workers

·         Recreational Therapists

·         Rehabilitation Counselors

·         Research Psychologists

·         Sales Engineers

·         Sales Worker Supervisors

·         Science Technicians

·         Sociologists

·         Software Developers

·         Special Education Teachers

·         Speech-Language Pathologists and Audiologists

·         Statisticians

·         Surgeons

·         Technical Writers

·         Top Executives

·         Trainers

·         Translators

·         Urban and Regional Planners

·         Veterinarians

·         Veterinary Technologists and Technicians

·         Web Designers

·         Wildlife 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)

 

            

 

 

사업자 정보 표시
(주) 세쿼이아 그룹 | 박영희 | 서울 강남구 강남대로 58길 61 제일빌딩 4층 | 사업자 등록번호 : 120-86-89055 | TEL : 02-569-5433 | Mail : yhpark@seqgroup.com | 통신판매신고번호 : 호 | 사이버몰의 이용약관 바로가기