最新的Microsoft Introduction to Programming Using Block-Based Languages (Touch Develop) - 98-380免費考試真題

問題1
HOTSPOT
You are helping some of your brother's friends with their math homework. Each of them writes down the problem and solves it. Two of your brother's friends have the same answer, while the third has a different answer.

You need to determine which friend used the correct logic to answer the problem.
For each of the following statements, select Yes if the statement is true. Otherwise, select
No.
NOTE: Each correct selection is worth one point.
正確答案:
問題2
This question requires that you evaluate the underlined text to determine if it is correct.
You are writing an app for Best For You Organics Company.
The app needs to allow the user to convert a recipe from cups to liters. The app will use the conversion ratio of 1 cup is equal to 0.2366 liters.
You define the pseudocode as follows:
INPUT cups
liters = cups * 0.2366
OUTPUT liters
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
問題3
HOTSPOT
You are building a treasure hunt game.
When the player opens a treasure box, a random prize might be awarded with the following probabilities:
*
Gold Prize 2%
*
Silver Prize 5%
*
Bronze Prize 20%
You are designing an algorithm to decide the prize using the random function. The random(limit) function returns a random integer between 1 and limit, including limit. For example, if the limit is 20, the function returns a value between 1 and 20.
正確答案:
問題4
DRAG DROP
You are creating an app to keep track of the performance of various basketball teams in your school's league. The app will allow users to enter the field goals attempted and field goals made for each team that played in a tournament. The app will calculate and output the field goal percentage as follows:
The field goal percentage is 25%.
You need to describe the algorithm you will use to implement this feature.
Which five actions should you perform in sequence? To answer, move the appropriate actions from the list of actions 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.
正確答案:
問題5
HOTSPOT
You analyze the following pseudocode for playing a dice game:

A player rolls the dice three times with the following results:
Roll1: 3 and 5
Roll2: 2 and 6
Roll3: 4 and 3
You need to determine what happens with each roll of the dice.
What are the outcomes for each roll? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
正確答案:
問題6
DRAG DROP
Your class is going to have a party and your teacher has asked you to create a guessing game. In the game, you need to ask the player to choose a number between 1 and 20. The player loses two points for each incorrect guess. The game ends when the player has either lost all points or guesses the number correctly.
You need to design the logic for the game.
Which five pseudocode segments should you use to develop the solution? To answer, move the appropriate pseudocode segments from the list of code segments to the answer area and arrange them in the correct order.
正確答案:
問題7
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
說明:(僅 VCESoft 成員可見)
問題8
HOTSPOT
You are creating an app for teenage drivers that will include games and a chat window.
You need to determine if Internet-based cloud computing is appropriate for the development of the app.
For each of the following statements, select Yes if the statement is true. Otherwise, select
No.
正確答案: