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:Sep 05, 2025
Rating
100%

Question 1

HOTSPOT
You are creating an app for teenage drivers that will include a trip calculator. The trip calculator will prompt the user for the following information:
*
the number of miles for a trip
*
the vehicle's miles per gallon (mpg)
*
the price of gas per gallon
Variables defined and described in the following table.

The program will output data in the following format:
"Your trip of _____miles will cost a total of_____when the gas price is___."
Use the drop-down menus to select the answer choice that answers each question based on the information presented in the table.

Question 2

DRAG DROP
You are writing code for a game that uses a random number function to determine actions within the game. The actions are described in the following table.

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

Question 3

You are creating a new educational computer game. The game will randomly present an arithmetic problem to the user, ask the user to answer the arithmetic problem, and then check the user's answer.
Which data structure should you use to store the arithmetic problems?

Question 4

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.

Question 5

HOTSPOT
You are building a game in Touch Develop.
You want to draw a game board using canvas.
The canvas should appear as follows:

The top-left corner of the chessboard must be positioned at coordinate (60, 40).
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.

Add Comments

Your email address will not be published. Required fields are marked *

insert code
Type the characters from the picture.