Online Access Free 98-380 Exam Questions
| Exam Code: | 98-380 |
| Exam Name: | Introduction to Programming Using Block-Based Languages (Touch Develop) |
| Certification Provider: | Microsoft |
| Free Question Number: | 72 |
| Posted: | Aug 27, 2026 |
You are creating an app that will allow university students to connect with advisors and other students to discuss stressful situations. Only students who attend the university can access the app.
Which two steps should you take to protect student's identity and personal information?
(Choose two.)
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.
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.
HOTSPOT
You are a volunteer for a local charity. You collaborate with other volunteers to build an app for the charity.
Before publishing the app to the general public, you want to make sure it meets the quality standards defined by the charity's board members.
You need to identify the appropriate approaches to control the quality of the app.
For each of the situations, select Yes if the approach is appropriate. Otherwise, select No.
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.



