Chapter 5 Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

accessor

A

A method that does not return values (of all other types). (156)

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

Application Programming Interface (API)

A

The set of interfaces in a package or an entire language. (156)

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

aspect ratio

A

The ratio of an image?s width to its height. (165)

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

default constructor

A

A constructor without parameters. (156)

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

edge detection

A

The process of removing the full colors of an image to uncover the outlines of the objects represented in the image. (162)

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

enhanced for loop

A

A loop that is used to visit each element in a data structure without needing to know their positions in the structure. (158)

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

mutators

A

A method used to change the value of an attribute of an object. (156)

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

object instantiation

A

The process of making a new object available to a program by using a constructor with the new operator. (155)

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

object recognition

A

The detection of objects in images. (162)

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

row-major traversal

A

In a loop - when the loop marches across a row in a grid - prints the coordinates at each column in the row and then moves on to the next row. (161)

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

sampling rate

A

The value representing the number of samples captured per second. (167)

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

screen coordinate system

A

The grid for the display of images; the origin is (0 / 0) in the upper-left corner and the grid extends to the lower-right corner (width -1, height -1). (150)

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

sound clip

A

The set of samples that represents an approximation of an original analog sound. (167)

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

splicing

A

The process of placing one sound clip after another to create a new sound. (172)

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