AP CSA | U1: Object-Oriented Programming By Mr. Benvenuto

AP CSA | U1: Object-Oriented Programming By Mr. Benvenuto

12th Grade

12 Qs

quiz-placeholder

Similar activities

Java Level 1 - B

Java Level 1 - B

12th Grade

15 Qs

Java Chapter 1 CS2

Java Chapter 1 CS2

9th - 12th Grade

16 Qs

Unit 1,2, and 3 Review

Unit 1,2, and 3 Review

9th - 12th Grade

15 Qs

week 1 basic java coding language

week 1 basic java coding language

9th - 12th Grade

12 Qs

Recursion in Java (AP Computer Science A)

Recursion in Java (AP Computer Science A)

9th - 12th Grade

10 Qs

Latihan Interface

Latihan Interface

9th - 12th Grade

10 Qs

Recursion in Java

Recursion in Java

9th - 12th Grade

10 Qs

C# Concepts and Code Quiz

C# Concepts and Code Quiz

12th Grade

15 Qs

AP CSA | U1: Object-Oriented Programming By Mr. Benvenuto

AP CSA | U1: Object-Oriented Programming By Mr. Benvenuto

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Cyber Professor - Mr. B

Used 11+ times

FREE Resource

12 questions

Show all answers

1.

OPEN ENDED QUESTION

3 mins • 4 pts

Media Image

Complete a sample of a DS using a Painter Class Methods.

Evaluate responses using AI:

OFF

Answer explanation

Media Image

2.

FILL IN THE BLANK QUESTION

5 mins • 4 pts

Media Image

Correct the errors and rewrite the syntax below:

publicclass My neighborhood

. . .

public static void main (Stringargs) {

}

mypaintermove(;

Answer explanation

Media Image

public class MyNeighborhood {

. . .

}

public static void main(String[] args) {

. . .

}

myPainter.move();

3.

FILL IN THE BLANK QUESTION

3 mins • 4 pts

Media Image

Painter myPainter =

Answer explanation

Media Image

4.

FILL IN THE BLANK QUESTION

3 mins • 4 pts

Media Image

Complete the Syntax for Painter Class Methods

take_______

_______()

Answer explanation

Media Image

5.

DRAG AND DROP QUESTION

1 min • 4 pts

Media Image

Complete the following Class Methods, using the Two-Way Selection Statements method.

isFacingNorth() ​ ​

​ (a)   ​ ​

​ ​ (b)  

​ ​ (c)  

isFacingEast()
isFacingWest()
isFacingSouth()

Answer explanation

Media Image

6.

DRAG AND DROP QUESTION

2 mins • 3 pts

Media Image

​ (a)   ​ A single-line comment

​ ​

//
/* * */
/

Answer explanation

Media Image

7.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

Media Image

Choose the most correct writing method syntax

publicvoid turnRight() {

.

}

public void turnRight() {

. . .

}

Public Void turn.Right() {

. . .

}

public void turn right {

. . .

}

Answer explanation

Media Image

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?