AP CSA Unit 1 Review

AP CSA Unit 1 Review

Assessment

Flashcard

Computers

12th Grade

Hard

CON.2.A.2, 3.A, MOD.3.B

+8

Standards-aligned

Created by

Wayground Content

FREE Resource

Student preview

quiz-placeholder

11 questions

Show all answers

1.

FLASHCARD QUESTION

Front

An object is an instance of a: variable

Back

class

2.

FLASHCARD QUESTION

Front

What are the three control structures in Java?

Back

Sequential, Selection, Iteration

Tags

CON.2.C.1

CON.2.A.2

IOC.1

3.

FLASHCARD QUESTION

Front

What is the purpose of the if statement in Java?

Back

The purpose of the if statement in Java is to perform a conditional execution of a block of code.

Tags

CON.2.A.2

CON.2.A.3

4.

FLASHCARD QUESTION

Front

What is the difference between a class and an object in Java?

Back

A class is a blueprint or template for creating objects, while an object is an instance of a class.

Tags

3.A

VAR.1.F.7

5.

FLASHCARD QUESTION

Front

What is inheritance in object-oriented programming?

Back

Inheritance is a mechanism in object-oriented programming where a class inherits the properties and behaviors of another class.

Tags

MOD.3.B

MOD.3.B.4

MOD.3.D

MOD.3.D.1

MOD.3.E

6.

FLASHCARD QUESTION

Front

A while loop has the following format: while (condition) { ... }, while { ... }, continue while (condition) { ... }, while [condition] [ ...; ]

Back

while (condition) { ... }

7.

FLASHCARD QUESTION

Front

A while loop carries on as long as...

Back

The condition in the brackets is true

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?