Microsoft Introduction to Programming Using Block-Based Languages (Touch Develop) - 98-380 FREE EXAM DUMPS QUESTIONS & ANSWERS

CORRECT TEXT
You are creating a physics simulation by using Touch Develop.
You need to move a spaceship upward against gravity at a net acceleration of 100 pixels per second squared.
How should you complete the code? To answer, select the appropriate code segments in the answer area.
NOTE: Each correct selection is worth one point.
Correct Answer:

References: https://www.touchdevelop.com/docs/sprite
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.
Correct Answer:
DRAG DROP
You are teaching your friends how to choose a secure password by showing them a few examples.
Analyze the passwords and rank them in the order of the least secure to the most secure.
To answer, drag the appropriate password to the correct position. Each password must be used once and only once. You may need to drag the split bar between panes or scroll to view content.
Correct Answer:
DRAG DROP
As a part of Jim's duties at Fourth Coffee, he is responsible for creating company procedures for the various activities that employees perform in their daily jobs.
You are helping Jim document the procedures in the latest version of the employee manual.
You need define the process for taking a customer's order.
How should you define the process? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order.
Correct Answer:
HOTSPOT
You are creating an algorithm that moves a sprite from its current position to a new position represented by x and y, where x is the new horizontal position and y is the new vertical position. You will use the hypotenuse of a right triangle to calculate the sprite's path, as shown in the following illustration.

You need to move the sprite to its new location along a straight line at a speed of 100 pixels per second.
How should you complete the algorithm? To answer, select the appropriate pseudocode segments in the answer area.
NOTE: Each correct selection is worth one point.
Correct Answer:
You work as a game developer at Tailspin Toys.
Your colleague created a script to display an animation using the following sprite sheet and
Touch Develop code.


How will many times the animation play?
Correct Answer: B Vote an answer
You and your friend Miguel are creating a horse racing game.
Players will control a horse to make it jump hurdles. Hurdles start low and get higher as the horse progresses around the track. The horse can also eat apples and carrot. Apples allow a horse to jump higher. Carrots give the horse better accuracy.
Miguel is going to create reusable objects for the game.
You need to identify the objects Miguel should create.
Which two words represent objects? (Choose two.)
Correct Answer: B,C Vote an answer
HOTSPOT
You are a tutor at a company college. You write the following function to provide overall feedback based on the mark of each assignment:

You need to evaluate the code.
For each of the following statements, select Yes if the statement is true. Otherwise, select
No.
NOTE: Each correct selection is worth one point.
Correct Answer:
0
0
0
10