Computer Programming: Graphics

Computer Programming: Graphics

8th - 11th Grade

11 Qs

quiz-placeholder

Similar activities

Google Docs Review

Google Docs Review

7th - 8th Grade

14 Qs

Databases

Databases

11th Grade

15 Qs

Unit 3.2.2 Sector Area

Unit 3.2.2 Sector Area

8th - 10th Grade

12 Qs

CICS Test 2 Review

CICS Test 2 Review

9th - 12th Grade

15 Qs

power point

power point

6th - 8th Grade

12 Qs

Web Design Vocab

Web Design Vocab

7th - 9th Grade

12 Qs

Parallel Lines Cut by a Transversal (Algebra)

Parallel Lines Cut by a Transversal (Algebra)

9th - 10th Grade

15 Qs

Computer typing

Computer typing

5th - 12th Grade

16 Qs

Computer Programming: Graphics

Computer Programming: Graphics

Assessment

Quiz

Mathematics, Computers

8th - 11th Grade

Medium

Created by

Christopher Hayden

Used 903+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

By default, graphics coordinates in Java have the origin (0,0) in the _______ corner of the drawing area.
upper-left
upper-right
lower-left
lower-right

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When an object of a class derived from JPanel needs to repaint itself, which method does it call?
paint(g)
repaint( )
paintComponent(g)
repaintComponent( )

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the default units for coordinates in Graphics?
inches
pixels
centimeters
millimeters

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

With what arguments(s) is the setColor method of the Graphics class called?
a Color object
three integers (red, green, blue components of a color)
a BasicStroke object
a Paint object

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What font styles do Java fonts support?
plain only
plain and bold only
plain, bold, and italic only
plain, bold, italic, and bold+italic

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a valid drawing method of the Graphics class?
drawRect
drawCircle
fillOval
drawPolygon

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'c' represent in the following method call:
g.fill3DRect(a, b, c, d, e);
the x value starting position
the y value starting position
the width of the rectangle
the height of the rectangle

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?