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 QUIZ

JAVA QUIZ

1st - 12th Grade

11 Qs

Final Exam Review

Final Exam Review

9th - 12th Grade

17 Qs

Arduino Programming

Arduino Programming

7th - 12th Grade

12 Qs

عناوين العمليات بلغة جافا

عناوين العمليات بلغة جافا

10th Grade - University

9 Qs

Java

Java

11th Grade - University

12 Qs

Progamming - Java Syntax

Progamming - Java Syntax

11th - 12th Grade

15 Qs

Java-Basics

Java-Basics

9th - 12th Grade

17 Qs

U5Review

U5Review

11th - 12th Grade

13 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 12+ 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?