If you are determined to gain MTA certification, our Microsoft 98-380 test online materials with high pass rate will be your best choice. 98-380: Introduction to Programming Using Block-Based Languages (Touch Develop) test online materials will help you pass test surely.

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

98-380 actual test
  • Exam Code: 98-380
  • Exam Name: Introduction to Programming Using Block-Based Languages (Touch Develop)
  • Updated: May 26, 2026
  • Q & A: 72 Questions and Answers
  • PDF Demo
  • PC Test Engine
  • Online Test Engine
  • Total Price: $59.99  

About Microsoft 98-380 Exam

If you are still looking for 98-380 test online materials, our products will be your good choice. We are a legal authorized enterprise offering all kinds of IT real test materials with high pass rate. Our 98-380 test online materials are edited by experienced experts who specialized in Microsoft MTA exams. We guarantee our test questions are high passing rate and can help most candidates pass test easily. In fact we are famous by our high-quality 98-380 test online materials. If you are still upset about your exam, choosing us will help you half the work with double results.

Free Download real 98-380 test passed rate

We release three versions of test questions for each exam: PDF version, Soft version and Test online version. Take 98-380 exam for example, the questions and answers for three versions are totally same. The difference is pattern of manifestation, easy to understand and remember.

PDF version of 98-380 test online materials is easy to download and print. People can write on paper and practice repeatedly. It is available for companies to make presentations and communications among co-workers and candidates. Many candidates think 98-380 test online materials are surefooted and dependable.

Soft version of 98-380 test online materials is software that simulates the real tests' scenarios. You will be familiar with examination atmosphere, boost your confidence and good psychological diathesis. 98-380 test online materials will help users take it easy while taking part in the real test. You can set up timed test like the real test; you can use our 98-380 test online materials any time to test your own exam simulation test scores. Our software will remind users of practicing day to day. This software version of Microsoft 98-380 test online materials is installed on JAVA and Windows operating system. Many candidates find our test questions are not available, as our 98-380 test online materials do not support downloading by Mobil Phone and Pad. Our software can be installed on multiple computers for self-paced at-your-convenience training. Our 98-380 test online materials can be installed more than 200 personal computers.

APP version of 98-380 test online materials is also client that its functions are similar with soft version. App version is much stabler than Soft version. Part of software version of 98-380 test online materials is not available for entering in but our APP version can. APP version of online test engine supports Windows / Mac / Android / iOS, etc. as it is the software based on WEB browser. Applicable range of APP version is wider than Soft version. Especially for exams we release great quantity of test questions, APP version of Microsoft 98-380 test online materials will be best choice for you.

Besides good products, we provide excellent customer service. We offer 7*24 online service support about 98-380 test online materials. Before passing test, we will be together with every user. We believe our test questions will help candidates pass Introduction to Programming Using Block-Based Languages (Touch Develop) exam for sure. If you are determined to gain MTA certification, our Microsoft 98-380 test online materials will be your best choice.

After purchase, Instant Download: Upon successful payment, Our systems will automatically send the product you have purchased to your mailbox by email. (If not received within 12 hours, please contact us. Note: don't forget to check your spam.)

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

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

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

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

What Clients Say About Us

Very similar questions and accurate answers for the 98-380 certification exam. I would like to recommend TestPassed to all giving the 98-380 exam. Helped me achieve 96% marks.

Humphrey Humphrey       4.5 star  

I got a good score on this subject.It is helpful. Many thanks.

Meredith Meredith       4 star  

I just know that I passed the exam, 98-380 exam dumps in TestPassed helped me pass the exam just one time, thank you!

Juliet Juliet       4 star  

I will also recommend TestPassed to other Microsoft candidates as it can give them what they mostly need.

Dick Dick       4.5 star  

It is worthy it. I am happy about my score. Thank you for the dumps.

Howar Howar       5 star  

I sit on the 98-380 exam and got the certification. I remembered every single question, and the 98-380 exam questions are valid, so i passed highly! Guys, you can buy them!

Melissa Melissa       4.5 star  

I did pass my 98-380 on first attempt and all credit goes to your dumps.

Hunter Hunter       4 star  

The customer service notified me soon once they have new version of 98-380 braindumps, Thanks very much.

Aaron Aaron       4.5 star  

The 98-380 practice dump is helpful and all questions from the dump but some answer choice were in diffrent orders. Do not memorize the test, try to understand the question and solution and defiantly you will pass.

Dana Dana       4 star  

The 98-380 exam materials are the best and troubleshooting exam materials! You will pass your exam as long as you choose them. I took the exam and passed with a satisfied score!

Stephanie Stephanie       4 star  

Can not believe the 98-380 study materials are so accurate! About 90% test questions are coming from this practice file. It is very useful and helps me get a high score. Good value for time and money.

Nicholas Nicholas       4 star  

I cleared my 98-380 certification exam in the first attempt. All because of the latest dumps available at TestPassed. Well explained pdf study guide for the exam. Suggested to all candidates.

Elaine Elaine       4.5 star  

LEAVE A REPLY

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

QUALITY AND VALUE

TestPassed 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 TestPassed 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

TestPassed 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