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

CSA 1.1.1 Why Programming? Why Java?

CSA 1.1.1 Why Programming? Why Java?

10th - 12th Grade

14 Qs

Menus, Dialog Boxes and Methods

Menus, Dialog Boxes and Methods

10th Grade - Professional Development

17 Qs

002_Java Methods

002_Java Methods

12th Grade - University

15 Qs

Java Methods

Java Methods

12th Grade

10 Qs

Java Arrays Basic

Java Arrays Basic

10th - 12th Grade

15 Qs

Search for Content on Methods in Java

Search for Content on Methods in Java

11th - 12th Grade

10 Qs

Unit 2 Inheritance in Java

Unit 2 Inheritance in Java

12th Grade - University

15 Qs

Week 8

Week 8

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 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?

Discover more resources for Computers