Java Chapter 14 Review Questions

Java Chapter 14 Review Questions

Professional Development

15 Qs

quiz-placeholder

Similar activities

machineLearning Test

machineLearning Test

Professional Development

20 Qs

ER Model

ER Model

Professional Development

10 Qs

Software Security

Software Security

University - Professional Development

10 Qs

C Programming

C Programming

Professional Development

10 Qs

Advance MS Excel Tips and Tricks

Advance MS Excel Tips and Tricks

Professional Development

10 Qs

C

C

Professional Development

20 Qs

From Binary To Denary Conversion - IGCSE

From Binary To Denary Conversion - IGCSE

7th Grade - Professional Development

20 Qs

Interesting Bird Facts

Interesting Bird Facts

KG - Professional Development

11 Qs

Java Chapter 14 Review Questions

Java Chapter 14 Review Questions

Assessment

Quiz

Computers

Professional Development

Practice Problem

Medium

Created by

Alejandro Hidalgo

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?