Java Chapter 14 Review Questions

Java Chapter 14 Review Questions

Professional Development

15 Qs

quiz-placeholder

Similar activities

JavaScript

JavaScript

Professional Development

20 Qs

Крук Данила 3ds Max Тест

Крук Данила 3ds Max Тест

Professional Development

16 Qs

Pagemaker Quiz1

Pagemaker Quiz1

Professional Development

20 Qs

VR and AR Tutorial 1

VR and AR Tutorial 1

Professional Development

16 Qs

File Type

File Type

1st Grade - Professional Development

10 Qs

Keyboard Shortcuts (Chromebook)

Keyboard Shortcuts (Chromebook)

Professional Development

17 Qs

TinkerCad Quiz

TinkerCad Quiz

7th Grade - Professional Development

10 Qs

Forms and Maps

Forms and Maps

KG - Professional Development

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