問題1
This question requires that you evaluate the underlined text to determine if it is correct.
Sunny, Rainy, and Cloudy control the weather of a magic kingdom.
Citizens of the kingdom are not happy with their service because the weather changes too rapidly. To make the citizens happy, Sunny, Rainy, and Cloudy agree that only one of them will control the weather at a time. To determine who controls the weather next, they design a game to solve the problem.
Sunny, Rainy, and Cloudy play the game every few hours. Because Sunny is the youngest of the three. Rainy always lets Sunny move first. The winner gets the right to control the weather. If there is no winner between Sunny and Rainy, Cloudy controls the weather. The game play for all three conditions is shown in the exhibits. (Click the Sunny wins tab, the
Rainy wins tab and the Neither wins tab to view the exhibits.)
You create the following algorithm to define the game play:

This algorithm will produce the correct result.
Review the underlined text. If it makes the statement correct, select "No change is needed."
If the statement is incorrect, select the answer choice that makes the statement correct.
This question requires that you evaluate the underlined text to determine if it is correct.
Sunny, Rainy, and Cloudy control the weather of a magic kingdom.
Citizens of the kingdom are not happy with their service because the weather changes too rapidly. To make the citizens happy, Sunny, Rainy, and Cloudy agree that only one of them will control the weather at a time. To determine who controls the weather next, they design a game to solve the problem.
Sunny, Rainy, and Cloudy play the game every few hours. Because Sunny is the youngest of the three. Rainy always lets Sunny move first. The winner gets the right to control the weather. If there is no winner between Sunny and Rainy, Cloudy controls the weather. The game play for all three conditions is shown in the exhibits. (Click the Sunny wins tab, the
Rainy wins tab and the Neither wins tab to view the exhibits.)
You create the following algorithm to define the game play:

This algorithm will produce the correct result.
Review the underlined text. If it makes the statement correct, select "No change is needed."
If the statement is incorrect, select the answer choice that makes the statement correct.
正確答案: D
說明:(僅 NewDumps 成員可見)
問題2
You write the following Touch Develop code:

You run the code and enter a value of 12.
What is the result?
You write the following Touch Develop code:

You run the code and enter a value of 12.
What is the result?
正確答案: A
問題3
This question requires that you evaluate the underlined text to determine if it is correct.
Information travels across the Internet in small segments of data known as bits.
Review the underlined text. If it makes the statement correct, select "No change is needed."
If the statement is incorrect, select the answer choice that makes the statement correct.
This question requires that you evaluate the underlined text to determine if it is correct.
Information travels across the Internet in small segments of data known as bits.
Review the underlined text. If it makes the statement correct, select "No change is needed."
If the statement is incorrect, select the answer choice that makes the statement correct.
正確答案: B
說明:(僅 NewDumps 成員可見)
問題4
DRAG DROP
You are creating a drawing app that uses the Touch Develop turtle object. You have written the code to draw a blue square and change the pen color to red. The turtle is positioned at the top left corner of the square, facing north.
You need to draw the red lines shown in the following graphic.

Which four code segments should you use? To answer, move the appropriate code segments from the list of code segments to the answer area and arrange them in the correct order.

DRAG DROP
You are creating a drawing app that uses the Touch Develop turtle object. You have written the code to draw a blue square and change the pen color to red. The turtle is positioned at the top left corner of the square, facing north.
You need to draw the red lines shown in the following graphic.

Which four code segments should you use? To answer, move the appropriate code segments from the list of code segments to the answer area and arrange them in the correct order.

正確答案:

問題5
HOTSPOT
Which scenarios are implemented using an event? For each of the following statements, select Yes if the statement is true. Otherwise, select No.

HOTSPOT
Which scenarios are implemented using an event? For each of the following statements, select Yes if the statement is true. Otherwise, select No.

正確答案:

問題6
DRAG DROP
Best For You Organics Company just completed their annual inventory and found that their automated inventory system is not working correctly. The table below shows the results from the beginning inventory, physical inventory, and the reported inventory from the automated system.

The company wants you to look at their inventory program and devise a plan for solving their inventory problems.
What step-by-step proposal should you present to the company? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order.

DRAG DROP
Best For You Organics Company just completed their annual inventory and found that their automated inventory system is not working correctly. The table below shows the results from the beginning inventory, physical inventory, and the reported inventory from the automated system.

The company wants you to look at their inventory program and devise a plan for solving their inventory problems.
What step-by-step proposal should you present to the company? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order.

正確答案:

問題7
HOTSPOT
You are building a game using Touch Develop.
You have the following sprite sheet.

The width of the sprite sheet is 300px, and the height of the sprite sheet is 75px. The shapes in the sprite sheet are evenly distributed.
You need to complete the code to display the purple five-pointed star.
What code should you use? To answer, select the appropriate options in the answer area.


HOTSPOT
You are building a game using Touch Develop.
You have the following sprite sheet.

The width of the sprite sheet is 300px, and the height of the sprite sheet is 75px. The shapes in the sprite sheet are evenly distributed.
You need to complete the code to display the purple five-pointed star.
What code should you use? To answer, select the appropriate options in the answer area.


正確答案:

問題8
DRAG DROP
You are writing the algorithmic steps to draw a rectangle of a random length and width, calculate the area of the rectangle, and output the calculated area to the screen beneath the rectangle. The width of the rectangle must be greater than its length.
Which five pseudocode segments should you use to develop the solution? To answer, move the appropriate pseudocode segments from the list of pseudocode segments to the answer area and arrange them in the correct order.
NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.

DRAG DROP
You are writing the algorithmic steps to draw a rectangle of a random length and width, calculate the area of the rectangle, and output the calculated area to the screen beneath the rectangle. The width of the rectangle must be greater than its length.
Which five pseudocode segments should you use to develop the solution? To answer, move the appropriate pseudocode segments from the list of pseudocode segments to the answer area and arrange them in the correct order.
NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.

正確答案:
