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

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

PDF Version

PC Test Engine

Online Test Engine

Total Price: $59.99

About Microsoft 98-380 Exam

Success does not come only from the future, but it continues to accumulate from the moment you decide to do it. At the moment you choose 98-380 practice quiz: Introduction to Programming Using Block-Based Languages (Touch Develop), you have already taken the first step to success. The next thing you have to do is stick with it. 98-380 training materials will definitely live up to your expectations. You will get your hands on the international certificate you want. Perhaps you can ask the people around you that 98-380 study engine have really helped many people pass the exam. Of course, you can also experience it yourself. Next, allow me to introduce the advantages of our 98-380 training materials.

98-380 exam dumps

Simulate the real test environment

Even though we have already passed many large and small examinations, we are still unconsciously nervous when we face examination papers. 98-380 practice quiz: Introduction to Programming Using Block-Based Languages (Touch Develop) provide you with the most realistic test environment, so that you can adapt in advance so that you can easily deal with formal exams. What we say is true, apart from the examination environment, also includes exam questions. The hit rate of 98-380 study engine is very high. Imagine how happy it would be to take a familiar examination paper in a familiar environment! You can easily pass the exam, after using 98-380 training materials. You no longer have to worry about after the exam. At the moment you put the paper down you can walk out of the examination room with confidence. 98-380 study engine is so amazing. What are you waiting for?

Free trial

It is indeed not easy to make a decision. 98-380 study engine is willing to give you a free trial. If you have some knowledge of our 98-380 training materials, but are not sure whether it is suitable for you, you can email us to apply for a free trial version. You know, we have provided three versions of 98-380 practice quiz: Introduction to Programming Using Block-Based Languages (Touch Develop). If you are really not sure which version you like best, you can also apply for multiple trial versions. We want our customers to make sensible decisions and stick to them. 98-380 study engine can be developed to today, and the principle of customer first is a very important factor. 98-380 training materials really hope to stand with you, learn together and grow together.

Microsoft Introduction to Programming Using Block-Based Languages (Touch Develop) Exam Certification Details:

Schedule ExamPearson VUE
Exam Price$127 (USD)
Exam NameMicrosoft Technology Associate (MTA) - Introduction to Programming Using Block-Based Languages
Duration45 mins
Passing Score700 / 1000
Number of Questions40-60
Sample QuestionsMicrosoft Introduction to Programming Using Block-Based Languages (Touch Develop) Sample Questions
Exam Code98-380

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

Let you rest assured with the high pass rate

I have already said that our 98-380 training materials have a very high hit rate, and as it should be, our pass rate is also very high. Maybe you will not consciously think that it is not necessary to look at the data for a long time to achieve such a high pass rate? While 98-380 practice quiz: Introduction to Programming Using Block-Based Languages (Touch Develop) give you a 99% pass rate, you really only need to spend very little time. If you are very busy, you can only take two or three hours a day to study our 98-380 study engine. Then I tell you this is enough! After ten days you can go to the exam. With such an efficient product, you really can't find the second one! In any case, many people have passed the exam after using 98-380 training materials. This is a fact that you must see. As long as you are still a sensible person, you will definitely choose 98-380 practice quiz: Introduction to Programming Using Block-Based Languages (Touch Develop). Don't hesitate! Time does not wait!

Microsoft 98-380 Exam Syllabus Topics:

TopicDetailsWeights
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%
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%
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%
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%
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%
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%

What Clients Say About Us

The preparation was perfect for the curve ball questions that are planted in the 98-380 exam.

Pamela Pamela       5 star  

Thanks a lot for Prep4away 98-380 real exam questions.

Michaelia Michaelia       4.5 star  

98-380 practice dumps is very good. I wrote it today and remembered every question. I found 90% questions of real exam was what I wrote. Very valid!

Hazel Hazel       5 star  

I can confirm it is valid! I took the 98-380 exam on Friday and passed it smoothly. If you try this 98-380 study materials, you may get success just as me.

Elsa Elsa       5 star  

When i was preparing for the 98-380 exam, i was in a panic, then i found the Prep4away which really gave me advice on how to pass the 98-380 test successfully! You should select this preparation options and tool to help you take the 98-380 exam as well! The 98-380 exam simulator is trustworthy!

Werner Werner       4 star  

I studied 98-380 exam preparation guide whenever I had the time and when the training was complete I gave the Microsoft exam. I am so pleased that I can pass the exam in my first attempt.

Abbott Abbott       4 star  

Great work team Prep4away. I found the latest exam dumps for the 98-380 exam here.

Murray Murray       4.5 star  

Best exam guide by Prep4away for 98-380 exam. I just studied for 2 days and confidently gave the exam. Got 94% marks. Thank you Prep4away.

Otto Otto       5 star  

I advise that you should buy dumps. It saves you much time and heart to play games and work. It is worthy this price.

Arlen Arlen       4.5 star  

Luckily, I got a satisfied score studied with your 98-380 dump. Very happy!

Hale Hale       4 star  

I finally passed my 98-380 exam at my second with this 98-380 practice dump! Thanks a lot to Prep4away for helping me and my best friend passed his exam as well.

Harry Harry       4.5 star  

Passed today with the 98-380 practice engine according to this site-Prep4away. Special thanks to your patient service who gave me the right guidence!

Lou Lou       4.5 star  

Your 98-380 training materials are so helpful.

Bennett Bennett       4 star  

When I heard the pass rate for 98-380 exma is 100%, I bought the 98-380 exam dumps at once and it is true because I passed it easily with 87% marks. Thank you!

Dora Dora       4 star  

98-380 is really difficult. Luckily I choose to purchase exam prep and pass exam or I may fail. Very Useful.

Lesley Lesley       4.5 star  

Excellent 98-380 course! After i passed the 98-380 exam, I reviewed this file and almost 90% are questions of the real exam, thank you for so accurate. You are doing a wonderful job!

Kevin Kevin       5 star  

I am very interested in this 98-380 course and i also have a brandnew study experience! The most improtant thing is that i have passed my 98-380 exam! Thank you!

Elliot Elliot       4.5 star  

LEAVE A REPLY

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

Try Before You Buy

Download a free sample of any of our exam questions and answers
  • 24/7 customer support, Secure shopping site
  • Free One year updates to match real exam scenarios
  • If you failed your exam after buying our products we will refund the full amount back to you.

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.