98-380 試験問題を無料オンラインアクセス
| 試験コード: | 98-380 |
| 試験名称: | Introduction to Programming Using Block-Based Languages (Touch Develop) |
| 認定資格: | Microsoft |
| 無料問題数: | 72 |
| 更新日: | 2026-08-29 |
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?
DRAG DROP
Best For You Organics Company just completed their annual inventory and found that their automated inventory system is not working correctly. The table below shows the results from the beginning inventory, physical inventory, and the reported inventory from the automated system.
The company wants you to look at their inventory program and devise a plan for solving their inventory problems.
What step-by-step proposal should you present to the company? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order.
Your coding team is creating a weather app. The application must allow the user to input a wind speed and see if the storm is a hurricane. If the storm is a hurricane, the app should also determine which category of storm it is on the Saffir-Simpson Hurricane Wind Scale.
The Saffir-Simpson Hurricane Wind Scale is defined as follows:
*
Category 1 is 74-95 MPH
*
Category 2 is 96-110 MPH
*
Category 3 is 111 to 129MPH
*
Category 4 is 130-156 MPH
*
Category 5 is 157 MPH and above
Four team members have proposed pseudocode to meet this requirement.
Which pseudocode is in the appropriate logical order?
HOTSPOT
Which scenarios are implemented using an event? For each of the following statements, select Yes if the statement is true. Otherwise, select No.
DRAG DROP
Southridge Video is computerizing its inventory procedures. You are creating a computer program that allows Southridge to add new videos as they arrive, remove videos as they are sold, check inventory for a specific video, and print reports for how many videos games are currently on hand.
You decide to create a collection to store the titles of the videos in stock. If multiple copies of the same title are in stock, they are stored as individual items in the collection.
You need to identify the programming process that will be used to implement each business process. To answer, drag the appropriate programming process from the column on the left to its business on the right. Each programming process may be used once, more than once, or not at all.


