subject

24 POINTS

4.1: In this project, the "Inventory" list should be updated every time Scratch Cat picks up a new item. But Scratch Cat can only pick up the laptop. How do we fix the program?

A. Use insert item to inventory instead of add item to inventory

B. Change the touching code for the cheese puffs and lamp to touching Sprite1

C. Remove delete all of inventory code

D. Add the touching code to the Sprite1 instead of the other sprites

4.2: In this project, Scratch Cat gets 10 points for collecting Yellow Gobos and loses 10 points for colliding with Pink Gobos. But something isn't working! How do we fix the program?

A. Add change score by -10 to the cat sprite

B. Add change score by -10 code to all of the Pink Gobos

C. Create a new variable to track the Pink Gobos score

D. Change the wait until touching code from cat to Sprite1

4.3: In this project, Scratch Cat is thinking of a number between 1 and 10. But something is wrong with the guess checking -- it doesn't work consistently. How do we fix the program?

A. Change set secret number to guess

B. Add if secret number is equal to guess code

C. Change the second "If" from less than to greater than

D. Change number of guesses by guess instead of 1

4.4: In this project, the "# of hits" display should increase by 1 every time the Scratch Cat is hit by a tennis ball. But the "# of hits" increases by more than 1 when Scratch Cat is hit. How do we fix the program?

A. Add a wait command after change # of hits by 1

B. Change # of hits by 1 to .5

C. Variable should be score instead of # of hits

D. Add a wait command to the cat code

4.5: In this project, the Scratch Cat is moving through a maze to get to the end where the yellow block is. However, nothing happens when the Scratch Cat touches the green bars. How can we fix this?

A. Add a when touching green block code

B. Add a stop all code to the green bars

C. Change the wait until touching color yellow to green

D. Change the code for the down arrow and left arrow to -10

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 06:00
Which of the following is a way that advancements in technology improve humans' ability to measure air quality and protect human health? a. air quality data gathered by new instruments can be used to reduce exposure to pollutants. b. new technologies enable natural and human-made pollution sources to be located and monitored. c. air quality data gathered by new instruments can be used to predict trends in pollution over time. d. new technologies allow governments to make informed decisions about the regulation of pollution. (choose more than one)
Answers: 2
question
Computers and Technology, 22.06.2019 15:00
Which of the following statements tests if students have a grade of 70 or above, as well as fewer than five absences? a: if(grade > = 70 and daysabsent < = 5): b: if(grade > = 70 or daysabsent < = 5): c: if(grade > 70 and daysabsent < = 5): d: if(grade > 70 or daysabsent < = 5): i took the test the answer is a
Answers: 1
question
Computers and Technology, 22.06.2019 18:30
The "instance" relationship shows that something is an object of a
Answers: 1
question
Computers and Technology, 23.06.2019 16:00
Write a grading program for a class with the following grading policies: a. there are two quizzes, each graded on the basis of 10 points. b. there is one midterm exam and one final exam, each graded on the basis of 100 points. c. the final exam counts for 50% of the grade, the midterm counts for 25%, and the two quizzes together count for a total of 25%. (do not forget to normalize the quiz scores. they should be converted to a percentage before they are averaged in.) any grade of 90 or more is an a, any grade of 80 or more (but less than 90) is a b, any grade of 70 or more (but less than 80) is a c, any grade of 60 or more (but less than 70) is a d, and any grade below 60 is an f. the program will read in the student’s scores and output the student’s record, which consists of two quiz and two exam scores as well as the student’s average numeric score for the entire course and final letter grade. define and use a structure for the student reco
Answers: 2
You know the right answer?
24 POINTS

4.1: In this project, the "Inventory" list should be updated every time Scratch...
Questions
question
History, 23.11.2020 04:20
question
Health, 23.11.2020 04:20
question
Mathematics, 23.11.2020 04:20
Questions on the website: 13722367