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 20:00
What is used to analyze and summarize your data without graphical support
Answers: 1
question
Computers and Technology, 22.06.2019 20:40
Write a program that begins by reading in a series of positive integers on a single line of input and then computes and prints the product of those integers. integers are accepted and multiplied until the user enters an integer less than 1. this final number is not part of the product. then, the program prints the product. if the first entered number is negative or 0, the program must print “bad input.” and terminate immediately. next, the program determines and prints the prime factorization of the product, listing the factors in increasing order. if a prime number is not a factor of the product, then it
Answers: 2
question
Computers and Technology, 23.06.2019 01:50
Write a program that uses a random number generator to generate a two digit positive integer and allows the user to perform one or more of the following operations: a. double the number. b. reverse the digits of the number. c. raise the number to the power of 2, 3, or 4. d. sum the digits of the number. e. if the number is a two-digit number, then raise the first digit to the power of the second digit. f. if the number is a three-digit number and the last digit is less than or equal to 4, then raise the first two digits to the power of the last digit. after performing an operation if the number is less than 10, add 10 to the number. also, after each operation determine if the number is prime. each successive operation should be performed on the number generated by the last operation. your program should not contain any global variables and each of these operations must be implemented by a separate function. also, your program should be menu driven. 7. (fraction calculator) write a program that
Answers: 1
question
Computers and Technology, 23.06.2019 11:30
Me dangers of social media and the internetexplain what each means: 1) social media and phones have become an addiction.2) outside people have access to you all the time.3) cyberstalking4) cyberbullying5) catphishing6) viruses7) identity theft8) credit card fraud9) hacking10) money schemes
Answers: 1
You know the right answer?
24 POINTS

4.1: In this project, the "Inventory" list should be updated every time Scratch...
Questions
question
Mathematics, 15.09.2021 16:00
question
Computers and Technology, 15.09.2021 16:00
question
Mathematics, 15.09.2021 16:00