98-380 무료 덤프문제 온라인 액세스
| 시험코드: | 98-380 |
| 시험이름: | Introduction to Programming Using Block-Based Languages (Touch Develop) |
| 인증사: | Microsoft |
| 무료 덤프 문항수: | 72 |
| 업로드 날짜: | 2026-05-26 |
HOTSPOT
You are hired by a taxing authority to create an algorithm for calculating income tax. The income tax system is a progressive tax system.
Any income at $10,000 or below should be taxed at 10 percent. Any income greater than
$10,000 but less than $50,000 should be taxed at 20 percent. Any income at $50,000 or greater should be taxed at 30 percent. An example of how the system works is shown in the following table.
How should you complete the pseudocode? To answer, select the appropriate pseudocode segments in the answer area.
NOTE: Each correct selection is worth one point.
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.
HOTSPOT
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 will the animation play?
HOTSPOT
Which scenarios are implemented using an event? For each of the following statements, select Yes if the statement is true. Otherwise, select No.



