Search Header Logo

Java Chapter 14 Review Questions

Authored by Alejandro Hidalgo

Computers

Professional Development

Used 1+ times

Java Chapter 14 Review Questions
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Line, Circle, and Rectangle are subclasses of the __________ class

Sprite

Geometry

BasicShape

Shape

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Assume myCircle is a Circle object. Which of these statements causes myCircle to not be filled with a color?

myCircle.setColor(null);

myCircle.setStroke(null);

myCircle.setFill(null);

myCircle.setFill(Color.NONE);

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The                   arc type causes a straight line to be drawn from one endpoint of the arc to the other endpoint.

ArcType.CHORD

ArcType.ROUND

ArcType.CLOSED

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The                   arc type causes straight lines to be drawn from each endpoint to the arc’s center point. As a result, the arc will be shaped like a pie slice.

ArcType.CHORD

ArcType.ROUND

ArcType.CLOSED

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The                    arc type causes no lines to connect the endpoints. Only the arc will be drawn.

ArcType.CHORD

ArcType.ROUND

ArcType.CLOSED

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Node class method do you call to rotate a node about its center?

rotate()

rotateCenter()

setRotate()

centerRotate()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This class creates an animation in which a node moves from one position to another over a period of time.

TranslateTransition

MoveTransition

MotionTransition

PositionTransition

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?