Chapter 4 Vocab Flashcards

1
Q

Open Window

A

GraphWin (title, width, height)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Background color

A

setBackground (color)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

close the window

A

close()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

get data from mouse click

A

getMouse ()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

get data from keyboard

A

getKey ()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Fill an object with color

A

setFill (color)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

set an outline for object

A

setOutline (color)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

move an object

A

move (dx, dy)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

make a copy of an object

A

clone ()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Make a point on the graph

A

Point (x, y)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Return the center of line

A

getCenter ()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Make a circle

A

Circle (center point, radius)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Make a rectangle (square)

A

Rectangle (point1, point2)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Make an Oval

A

Oval (point1, point2)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Construct a polygon

A

Polygon (point1, point2, point3)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Make a text

A

Text (anchor point, text string)

17
Q

tells text what to say

A

setText (string)

18
Q

Make an entry box

A

Entry (center point, width)