본문 바로가기
반응형

자바(Java)/자바 AP26

[자바AP.04] 반복문(Iteration) [자바AP.04] 반복문(Iteration) [문제 정답은 제일 아래 "더보기" 클릭으로 확인 가능] *04.Iteration(Loops)에 대한 복습 내용은 아래 "더보기" 클릭 더보기 In this chapter you learned about loops. Loops are used to repeat a statement or block of statements inside a pair of curly braces. Body of a Loop - The single statement or a block of statements that can be repeated (a loop may not execute at all if the condition is false to start with). In J.. 2024. 3. 24.
[자바AP연습문제]03.Boolean Expressions and If Statements [자바AP연습문제]03.Boolean Expressions and If Statements 문제에 대한 정답은 제일 아래 "더보기" 클릭 *03.Boolean Expressions and If Statements에 대한 복습 내용은 아래 "더보기" 클릭 더보기 In this chapter you learned about conditionals. Conditionals are used to execute code when a boolean expression is true or false. A boolean expression is one that is either true or false like x > 0. Block of statements - One or more statements enclosed.. 2024. 3. 23.
[자바AP연습문제]02.Using Objects [자바AP연습문제]02.Using Objects * 2.Using Objects Summary를 복습하려면 아래의 "더보기" 클릭 더보기 In this unit, you learned to use objects (variables of a class type) that have been written for you in Java. You learned to use constructors and methods with and without parameters of objects, and built-in Java classes like String, Integer, Double, and Math. class - defines a new data type. It is the formal implementati.. 2024. 3. 21.
[자바AP 연습문제] 01.Primitive Types [자바AP 연습문제] 01.Primitive Types 문제의 정답은 제일 아래 "더보기" 클릭 *Unit.1 Primitive Types Summary를 복습하려면 아래 "더보기" 클릭 더보기 Unit.1 Primitive Types Summary Compiler - Software that translates the Java source code into the Java class file which can be run on the computer. Compiler or syntax error - An error that is found during the compilation. Main method - Where execution starts in a Java program. Variable - A.. 2024. 3. 21.
[자바AP.04] Primitive Types(2) Variables and Data Types [자바AP.04] Primitive Types(2) Variables and Data Types Topic 1.2.Variables and Data Types [1] 학습목표 자바에서 Type의 뜻을 안다. Data Type(자료형)이 "primitive type"과 "reference type" 2가지로 나뉘는 것을 이해한다. Primitive type은 숫자와 boolean값으로 어떤 연산(operation)을 하는 데 사용될 수 있다. [2] 필수 지식 자바에서 데이터 타입은 Primitive Type(원시 타입) 과 Reference Type(참조 타입) 2개로 나뉜다. 원시 타입은 int, long, double, float, boolean, byte, short, char(정수, 실수, 문자,.. 2024. 2. 28.
[자바AP.03] APCSA 공부자료 [자바AP.03] APCSA 공부자료 다음의 파일 or 링크는 APCSA 학습에 필요한 자료입니다. 내용 링크 APCSA 기출문제 https://apcentral.collegeboard.org/courses/ap-computer-science-a/exam/past-exam-questions 공식 사이트 시험정보 안내 https://apcentral.collegeboard.org/courses/ap-computer-science-a/exam https://apstudents.collegeboard.org/courses/ap-computer-science-a 시험 Tips https://apstudents.collegeboard.org/courses/ap-computer-science-a/exam-tips 2024. 2. 25.
[자바AP.02] Primitive Types(1) Primitive Types (1) Topic 1.1.Why Programming? Why Java? [1] 학습목표 자바의 System 클래스 메소드를 사용하여 콘솔창에 문자를 출력을 할 수 있다. [2] 필수 지식 System.out.print 와 System.out.println 명령어로 문자 출력하기 System.out.print 은 한줄 띄우기가 없고 System.out.println 은 한줄 띄우기가 포함되어 있다. 문자열(String literals)을 입력할 때는 쌍따옴표(double quotes)를 사용한다. 리터럴(Literal)은 프로그램에서 직접 표현한 값을 말한다. [3] 실습 예제와 유제 [예제1] HTML 삽입 미리보기할 수 없는 소스 실행결과 "더보기"클릭 더보기 [유제1] .. 2024. 2. 23.
[자바 AP.01] AP Computer Science A 소개 AP Computer Science A (APCSA )  AP 컴퓨터 과학 A는 프로그래밍을 통해 학생들에게 컴퓨터 과학을 소개합니다.이 과정의 기본 주제에는 문제 해결 방법 설계, 데이터 활용 등이 포함됩니다.대규모 데이터 세트를 구성하는 구조, 알고리즘 개발 및 구현 데이터를 처리하고 새로운 정보를 발견하며 잠재적인 솔루션을 분석하고 컴퓨팅 시스템의 윤리적, 사회적 영향. 이 과정에서는 Java 프로그래밍 언어를 사용하여 프로그래밍 및 디자인, 객체지향을 강조합니다. 1.College Course EquivalentAPCSA 는 컴퓨터 과학 분야의 대학 수준의 1학기 과정과 동일합니다. 2.전제조건고등학교 1학년 algebra 수학 과목을 이수한 학생이 AP Compu.. 2024. 2. 23.
728x90
반응형