Microsoft 98-380 real exam prep : Introduction to Programming Using Block-Based Languages (Touch Develop)

  • Exam Code: 98-380
  • Exam Name: Introduction to Programming Using Block-Based Languages (Touch Develop)
  • Updated: Aug 06, 2026
  • Q&As: 72 Questions and Answers

Buy Now

Total Price: $59.99

Microsoft 98-380 Value Pack (Frequently Bought Together)

   +      +   

PDF Version: Convenient, easy to study. Printable Microsoft 98-380 PDF Format. It is an electronic file format regardless of the operating system platform.

PC Test Engine: Install on multiple computers for self-paced, at-your-convenience training.

Online Test Engine: Supports Windows / Mac / Android / iOS, etc., because it is the software based on WEB browser.

Value Pack Total: $179.97  $79.99

About Microsoft 98-380 Real Exam

The best content

As you know, when choosing a learning product, what we should value most is its content. The content of 98-380 study materials is absolutely rich. Our company collected a lot of information, and then our team of experts really spent a lot of energy to analyze and sort out this information. The 98-380 training prep you see are definitely the highest quality learning products on the market. Of course, the correctness of learning materials is also very important, after all, you are going to take the test after studying. Our company also arranges dedicated personnel to ensure the correctness of 98-380 learning quiz. As you know, 98-380 study materials are certified products and you can really use them with confidence. As for the structure of content, please believe that our team of experts has many years of experience. You can think of it, and we all think of it. No matter how high your request is, 98-380 learning quiz must satisfy you.

The most realistic simulation

Entering a strange environment, we will inevitably be very nervous. And our emotions will affect our performance. 98-380 has arranged a mock exam to ensure that the user can take the exam in the best possible state. We simulated the most realistic examination room environment so that users can really familiarize themselves with the examination room. In addition to the environment, we also provide simulations of papers. You really have to believe in the simulation paper of 98-380 study materials. Our users can prove to you that the hit rate of 98-380 is very high. You can walk into the examination room with peace of mind, after which you will experience a very calm examination. As for the result, please come home and wait. 98-380 training prep will not disappoint you.

If you don't work hard to improve your strength, you can't get the chance you want. Without chance, you will not be able to obtain your desired status and salary. This society is such a reality. It is also fair. Every year, many people purchase 98-380 study materials. Our users are all over the world. Therefore, we have seen too many people who rely on their own efforts to achieve counterattacks. Everyone's success is not easily obtained. Of course, they have worked hard, but having a competent assistant is also one of the important factors. 98-380 learning quiz has accompanied many people and they will help you if you like. Next, you will learn about some of the advantages of 98-380 training prep. You will understand that this is really a product that allows you to do more with less.

98-380 exam dumps

The most assured passing rate

I know that all your considerations are in order to finally pass the exam. 98-380 study materials have helped many people pass the exam and is about to help you. The 99% pass rate of 98-380 training prep is enough to make you feel at ease. Of course, we do everything we could do to ensure that you could think through it and that you also needed to pay a bit of your effort. The content and design of the 98-380 learning quiz are all perfect and scientific, and you will know it when you use this. Of course, we don't need you to spend a lot of time. As long as you make full use of your own piecemeal time after 20 to 30 hours of study, you can go to the exam. The users of 98-380 study materials have been satisfied with their results. I believe you are the next person to pass the exam!

Microsoft 98-380 Exam Syllabus Topics:

TopicDetailsWeights
Design Algorithms

Create Algorithms
-Differentiate problems as easy or hard for computers to solve, apply the concept of iteration, create simple algorithms

Analyze game play to identify the algorithmic sequences
-Analyze a game and create a sequence of instructions for playing it, identify an event, create the code for an event in block-based editors, explain the “on every frame” code and event handlers

Create and analyze algorithms used to implement animation and movement in code
-Describe animation that uses a series of individual frames, resolve errors in algorithms, create algorithms that can be translated into pseudocode or block-based code, use code to command items on the screen or device

Explain sequence, selection, and iteration
-Define loops, identify the control variable, predict the output of loop, random number, and control variable constructs, identify conditional statements; choose the appropriate Boolean logic for specific results

25-30%
Code Programs in Block-Based Programming

Implement solutions using code
-Identify the basic coding elements of the programming environment, create code for conditional statements, create conditional statements using AND, OR, and NOT, create loops, use counting variables

Use libraries and built-in functions to facilitate programming solutions
-Code by using ready-made functions related to objects including the game board, wall, obstacle, sprite, string, textbox, collection, and turtle

Make connections between elements of mathematics and computer science
-Plot points on a gaming coordinate system, analyze a game to discover how random numbers are used, use the random range function to generate random numbers, evaluate random numbers by using conditionals

15-20%
Solve Computational Problems by Using Modeling and Simulation

Solve computational problems by using computer and non-computer methods
-Use algorithms and Boolean logic, use games and apps to simulate practical tasks such as converting currencies

Represent events observed in the physical world by coding simulation and modeling programs
-Create programs and apps that mimic random occurrences, create programs and apps that demonstrate fundamentals of physics such as gravity, acceleration, and bounce

5-10%
Examine the Software Development Process

Plan and create programs
-Analyze problems in relation to your audience and identify which apps or games can be part of the solution and how they can be used, describe user-experience principles, gather user input, use code or text to create instructions for using a program

Describe software development processes used to solve problems
-Plan project tasks and delegate responsibilities, describe a cycle of create, evaluate, and revise

Analyze and evaluate completed programs
-Evaluate for readability and usability, give and receive feedback, evaluate feedback and revise the program accordingly

5-10%
Work with Data Representation in Block-Based Programming Languages

Represent data in text, sounds, pictures, and numbers
-Create code to add and position objects, such as sprites on a screen or device, identify data examples as text, sound, pictures, or numbers, change the parameters of “set frame grid” to work with different sprite sheets, explain the role of cloud variables, explain the impact of variable scope, including cloud variables, global variables, and local or temporary variables, design, create, and populate a table or two-dimensional array, describe multiple uses for data

Employ simple data structures to solve computational problems
-Declare and use variables in a program, use input and variables to calculate new information, describe arrays, lists, and collections, explain the differences between variables and arrays

Describe how data is accessed in apps and games
-Distinguish among variable data types, add, remove, and insert elements in a collection, iterate through collections using for loops and for-each loops, describe how random numbers are used

15-20%
Assess Personal Security in Internet Communications

Explain the basic components of Internet communication
-Explain how information travels across the Internet, define cloud computing, describe the Internet of Things, describe the roles of cloud computing and cloud storage and their uses

Explain the principles of security
-Describe how personal information can be used in inappropriate ways, describe how to prevent someone from gaining access to an online account, describe steps that websites take to keep passwords secure, describe the Caesar Cipher

Implement encryption and authentication strategies
-Encode and decode messages using Unicode, evaluate passwords based on security criteria, describe how hashed passwords enhance Internet security

5-10%
Apply Strategies to Solve Computational Problems

Identify basic algorithmic steps to solve simple problems
-Decompose simple problems into steps, sequence processes in the appropriate order, describe storyboards, resolve challenges and errors related to logic or pseudocode

Decompose a computational problem into sub-problems
-Describe computer programs that use logical subdivisions, describe solutions that use programmable strategies such as objects, functions, and parameters in the pseudo code provided, identify situations when code can be reviewed

15-20%

Reference: https://www.microsoft.com/en-us/learning/exam-98-380.aspx

912 Customer ReviewsCustomers Feedback (* Some similar or old comments have been hidden.)

A unique experience! Did it with grace!
Easy and Unique Dumps

Jerome

Jerome     4.5 star  

Have passed Microsoft 98-380. The questions from Prep4away are very good. Thanks for your help.

Murphy

Murphy     5 star  

I passed my 98-380 exam with it.

Alberta

Alberta     4 star  

Hi, your 98-380 exam materials are very outstanding. I have finished my 98-380 exam just now. Luckily, most of the questions in my exam are from your study materials. Perfect! Thank you, Prep4away!

Florence

Florence     4 star  

Using 98-380 exam dumps, I passed with a high score in my 98-380 exam. Most of questions are from the dumps. I am so happy! Thank you!

Will

Will     4.5 star  

I am lucky to order this exam cram and pass my 98-380 exam casually. Thank you!

Moses

Moses     4.5 star  

Passed the exam 98-380 with a perfect score. This 98-380 dump is valid (cheers mate!), although around 3 new questions. It is valid.

Harold

Harold     5 star  

Did not know where to go and search for reliable 98-380 exam materials to pass my exam within given time. One of my colleagues suggested me of Prep4away to make up my deficiencies of 98-380 exam preparations.

Fabian

Fabian     4 star  

Great pdf study material by Prep4away for the 98-380 exam. I passed my exam yesterday with a great score. Thank you Prep4away for this.

Moore

Moore     4.5 star  

Hello, it is unbelievable that your can update this 98-380 exam.

Marvin

Marvin     4.5 star  

Thank you Prep4away for making the exam for 98-380 much easier with the exam testing software. Highly recommended to all candidates. Passed my exam with 92% marks.

Steward

Steward     5 star  

Almost all the questions I had on exam were in 98-380 exam dump. I just passed my exam!yesterday.

Lou

Lou     4 star  

I passed the 98-380 today. The 98-380 exam dumps are valid and i bought them with a very good price. I definitely think it is a great deal! Thanks so much!

Malcolm

Malcolm     4.5 star  

They are the Introduction to Programming Using Block-Based Languages real questions.

Bartholomew

Bartholomew     5 star  

LEAVE A REPLY

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

Quality and Value

Prep4away Practice Exams are written to the highest standards of technical accuracy, using only certified subject matter experts and published authors for development - no all study materials.

Tested and Approved

We are committed to the process of vendor and third party approvals. We believe professionals and executives alike deserve the confidence of quality coverage these authorizations provide.

Easy to Pass

If you prepare for the exams using our Prep4away testing engine, It is easy to succeed for all certifications in the first attempt. You don't have to deal with all dumps or any free torrent / rapidshare all stuff.

Try Before Buy

Prep4away offers free demo of each product. You can check out the interface, question quality and usability of our practice exams before you decide to buy.

Our Clients

amazon
centurylink
charter
comcast
bofa
timewarner
verizon
vodafone
xfinity
earthlink
marriot