본문 바로가기
반응형

JAVA AP7

AP Computer Science A [FRQ] Practice (7) AP Computer Science A [FRQ] Practice (7)  *FRQ 2019 문제" data-ke-type="html">HTML 삽입미리보기할 수 없는 소스 *FRQ 2018 문제" data-ke-type="html">HTML 삽입미리보기할 수 없는 소스 2024. 4. 4.
AP Computer Science A [FRQ] Practice (6) AP Computer Science A [FRQ] Practice (6)  *FRQ 2023년 1번~4번 문제" data-ke-type="html">HTML 삽입미리보기할 수 없는 소스   *FRQ 2022년 1번~4번 문제" data-ke-type="html">HTML 삽입미리보기할 수 없는 소스  *FRQ 2021년 1번~4번 문제" data-ke-type="html">HTML 삽입미리보기할 수 없는 소스 2024. 4. 4.
AP Computer Science A [FRQ] Practice (5) AP Computer Science A [FRQ] Practice (5) -링크: https://runestone.academy/ns/books/published/csawesome/Unit8-2DArray/freeResponse.html?mode=browsing  2012 (4)번 문제(아래 "더보기" 클릭)더보기2012 (4)번     2012 (4)번 문제 정답 (아래 "더보기")더보기2012 (4)번 문제 정답(a)12345678910111213141516171819202122232425// Part (a):public int countWhitePixels() {    int whitePixelCount&nbs.. 2024. 4. 4.
AP Computer Science A [FRQ] Practice (4) AP Computer Science A [FRQ] Practice (4) -링크: https://runestone.academy/ns/books/published/csawesome/Unit7-ArrayList/stringScrambleB.html?mode=browsing *FRQ 2012 1번 (ArrayList 관련 문제 => 현재의 3번 문제와 관련) 문제는 아래 "더보기" 클릭 더보기 FRQ 2012 1번 정답은 아래 "더보기" 클릭 더보기 HTML 삽입 미리보기할 수 없는 소스 *FRQ 2010 1번 (ArrayList 관련 문제 => 현재의 3번 문제와 관련) 문제는 아래 "더보기" 클릭 더보기 FRQ 2010 1번 정답은 아래 "더보기" 클릭 더보기 HTML 삽입 미리보기할 수 없는 소스 *F.. 2024. 4. 4.
AP Computer Science A [FRQ] Practice (3) AP Computer Science A [FRQ] Practice (3) FRQ 3번 문제에는 1-D Array나 ArrayList를 활용한 문제가 나옵니다. 아래는 시험과 관련된 주요 알고리즘 입니다. Here are some common algorithms that you should be familiar with for the AP CSA exam: Determine the minimum or maximum value in an array Compute a sum, average, or mode of array elements Search for a particular element in the array Determine if at least one element has a particular p.. 2024. 4. 4.
AP Computer Science A [FRQ] Practice (2) AP Computer Science A [FRQ] Practice (2) FRQ Question 1 notice To succeed on the FRQ Question 2 on Classes, you must know how to: -Create a class using public class Classname { } -Write a constructor with the same name as the class and no return type. This constructor will probably have a parameter that is assigned to an instance variable and will need to assign default values to the other insta.. 2024. 4. 4.
AP Computer Science A [FRQ] Practice (1) AP Computer Science A [FRQ] Practice (1) FRQ Question 1 notice FRQ Question 1 on Control Structures will probably involve: -a for-loop that probably uses the method’s parameter variables, -an if statement, probably inside the loop, -calls to other class methods given to you, -a numerical or string value that is calculated by the loop and returned at the end of the method. -if the question has 2 .. 2024. 4. 4.
728x90
반응형