Java Chapter 14 Review Questions

Java Chapter 14 Review Questions

Professional Development

15 Qs

quiz-placeholder

Similar activities

Nintendo Wii

Nintendo Wii

3rd Grade - Professional Development

20 Qs

TIP Trivia

TIP Trivia

Professional Development

13 Qs

Cheese

Cheese

KG - Professional Development

17 Qs

Introduction to Machine Learning

Introduction to Machine Learning

University - Professional Development

20 Qs

Pembuatan Media Video Pembelajaran

Pembuatan Media Video Pembelajaran

Professional Development

10 Qs

CIV-328 SIG nuevos conocimientos INTEC

CIV-328 SIG nuevos conocimientos INTEC

Professional Development

20 Qs

CAM Pretest MT62604

CAM Pretest MT62604

University - Professional Development

20 Qs

Syntax Scholars

Syntax Scholars

Professional Development

20 Qs

Java Chapter 14 Review Questions

Java Chapter 14 Review Questions

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Alejandro Hidalgo

Used 1+ times

FREE Resource

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?