Exam 7: Simple Graphics and Image Processing

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

The GIF format uses a lossless compression scheme.

Free
(True/False)
4.8/5
(43)
Correct Answer:
Verified

False

The setPixels method of the Turtle class changes the width of the turtle in pixels to the specified value.

Free
(True/False)
4.9/5
(36)
Correct Answer:
Verified

False

An attempt to manipulate a turtle whose window has been closed raises an error.

Free
(True/False)
4.8/5
(32)
Correct Answer:
Verified

True

What Turtle method is used to move the Turtle object instance t to the center of the window, pointed east?

(Multiple Choice)
4.8/5
(40)

When discussing an image, what is an image's aspect ratio?

(Multiple Choice)
5.0/5
(28)

The ticks representing seconds on the analog clock's face represent an attempt to sample moments of time as discrete values, whereas time itself is continuous, or analog.

(True/False)
4.9/5
(39)

How does digital information differ from analog information?

(Multiple Choice)
4.9/5
(36)

Early recording and playback devices for images and sound were all discrete devices.

(True/False)
4.8/5
(26)

The Turtle graphics toolkit was originally developed as part of what programming language for children?

(Multiple Choice)
4.8/5
(34)

Programming that relies on the use of objects and methods to control complexity and solve problems is known as what type of programming?

(Multiple Choice)
4.8/5
(43)

What coordinate system is utilized for the Turtle graphics toolkit?

(Multiple Choice)
4.8/5
(39)

Many image-processing algorithms use a nested loop structure to traverse a two-dimensional grid of pixels.

(True/False)
4.9/5
(42)

What effect does a higher DPI have on the sampling done by a digital camera?

(Multiple Choice)
4.9/5
(31)

The RGB system is called a true color system.

(True/False)
4.8/5
(38)

What is the maximum number of distinct color values that can be displayed by the true color RGB system?

(Multiple Choice)
4.9/5
(42)

When instantiating a class and assigning the resulting object to a variable, what is the right side of the assignment called?

(Multiple Choice)
5.0/5
(34)

The images module is a standard, open-source Python tool.

(True/False)
4.9/5
(25)

In the images module, how does the Image class represent an image?

(Multiple Choice)
4.9/5
(44)

An N-level c-curve can be drawn with a recursive function.

(True/False)
4.9/5
(41)

What statement accurately defines what a pixel is?

(Multiple Choice)
4.9/5
(33)
Showing 1 - 20 of 50
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)