Computer Programming: Graphics

Computer Programming: Graphics

8th - 11th Grade

11 Qs

quiz-placeholder

Similar activities

Scratch

Scratch

KG - Professional Development

10 Qs

Java: repetition control structure for & while

Java: repetition control structure for & while

10th - 12th Grade

10 Qs

surface area and volume of prisms

surface area and volume of prisms

8th - 12th Grade

12 Qs

Hypothesis Testing

Hypothesis Testing

11th Grade

10 Qs

Year 10 percentages 'Green sheet' assessment

Year 10 percentages 'Green sheet' assessment

8th - 9th Grade

15 Qs

Lesson 1: Rectangular Coordinate System (Review)

Lesson 1: Rectangular Coordinate System (Review)

8th Grade

12 Qs

Area and Circumference of circles

Area and Circumference of circles

9th - 12th Grade

16 Qs

WJEC GCSE ICT Unit 1 E-Mail

WJEC GCSE ICT Unit 1 E-Mail

9th - 10th Grade

13 Qs

Computer Programming: Graphics

Computer Programming: Graphics

Assessment

Quiz

Mathematics, Computers

8th - 11th Grade

Practice Problem

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

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?