Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

question 9 of 10 you are writing a program that uses these modules. an …

Question

question 9 of 10
you are writing a program that uses these modules. an error occurs when you
try to make the cat sprite say \hello.\ which module needs to be edited?

on start
call makeanimals
call makefood
call moveanimals
call deletefood
call talk

a. makeanimals
b. moveanimals
c. deletefood
d. talk

Explanation:

Brief Explanations

The error occurs when the cat sprite is supposed to say "Hello," which is related to the "talk" module's functionality (as "talk" would likely handle sprite speech). The other modules (makeAnimals, moveAnimals, deleteFood) deal with creating animals, moving them, or deleting food, not speech. So the "talk" module needs editing.

Answer:

D. talk