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

98-380 real exams

Exam Code: 98-380

Exam Name: Introduction to Programming Using Block-Based Languages (Touch Develop)

Updated: Sep 11, 2026

Q & A: 72 Questions and Answers

Already choose to buy "PDF"
Price: $59.99 

About Microsoft 98-380 Exam

Most accurate dumps with good feedback

When you visit this page, your worries will be relieved to some extent. Here are the comprehensive and most-accurate Introduction to Programming Using Block-Based Languages (Touch Develop) exam dumps for you to choose. The questions and answers in Introduction to Programming Using Block-Based Languages (Touch Develop) exam cram are highly selective, some of which mirror the actual exam. The quality and quantities of 98-380 exam dumps are strictly controlled which will bring the candidates the best and perfect experiences. The expertise of Microsoft Introduction to Programming Using Block-Based Languages (Touch Develop) exam torrent is without any doubts. All the core works are done by the professional experts with decades of IT hands-on experience. With constantly endeavor and dedicated spirits, they are doing their best to help IT candidates optimize their IT technology by providing convenient, high quality MTA 98-380 exam dumps they can rely on. The Introduction to Programming Using Block-Based Languages (Touch Develop) exam dumps you find on our site are the latest and refined from the current pool of questions, so you don't worry the old information.

When you decide to buy the Introduction to Programming Using Block-Based Languages (Touch Develop) exam dumps, you may still have some doubts and confusion. According to the data estimates, an astonishing 93% of the customers check reviews before consumption. Actually, we should deal with the reviews of 98-380 exam dumps rationally. After all, the feedback is sometimes the subjective idea but it still has some effects on your decision. When it comes to Introduction to Programming Using Block-Based Languages (Touch Develop) exam questions &answers, the feedbacks from the customers are all positive and useful. You can find 98-380 exam reviews on our site. Some reviews praise for great exam result with the help of the Introduction to Programming Using Block-Based Languages (Touch Develop) exam cram. Some people say our 98-380 test engine is interesting and useful. Moreover, you will happy that someone shares their exam experience in actual test. Besides, you can pay attention to the dates of the Introduction to Programming Using Block-Based Languages (Touch Develop) exam reviews, the time can tell you the candidates attend the actual exam recently, and the information is newest and can ensure you 100% pass. In addition, if you have some questions about MTA Introduction to Programming Using Block-Based Languages (Touch Develop) exam dumps, you can leave a message through the feedback, we will solve your confusion as soon as possible. Sometimes, there is still someone complaining on the feedback because our customer services are too good so that they are surprised. Actually, we take the Introduction to Programming Using Block-Based Languages (Touch Develop) IT candidates not just as the customer but a friend. We hope you achieve your goals with the help of Introduction to Programming Using Block-Based Languages (Touch Develop) exam dumps.

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

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

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

Free update for one year

The purchase procedure is very simple and easy to operate. You will receive an email attached with the Introduction to Programming Using Block-Based Languages (Touch Develop) exam dumps as soon as you pay, and you can download and study it immediately. What's more, you can enjoy one year free update for 98-380 exam questions & answers. That is say you will master the latest information about Introduction to Programming Using Block-Based Languages (Touch Develop) exam test. In case of failure in the exam, we will give you full refund. With the latest information and valid Introduction to Programming Using Block-Based Languages (Touch Develop) exam dumps, I believe you can pass the Microsoft 98-380 exam test successfully.

Microsoft 98-380 Exam Syllabus Topics:

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

ITexamReview is a useful and valid platform to provide you with an array of 98-380 exam questions & answers. Due to the high-quality and best-valid Introduction to Programming Using Block-Based Languages (Touch Develop) exam torrent, it has attracted about 100000+ candidates to choose the exam dumps for Introduction to Programming Using Block-Based Languages (Touch Develop) certification. It goes without saying that the Introduction to Programming Using Block-Based Languages (Touch Develop) certification has played an important role in the IT industry and deeply affected the lifestyle of people. So far, there are countless people struggling to gain the 98-380 exam credential with a variety of ways. Now, the problem they face may be where to find the resource of Introduction to Programming Using Block-Based Languages (Touch Develop) exam test and how to confirm the validity and accuracy of Introduction to Programming Using Block-Based Languages (Touch Develop) exam torrent.

Free Download Microsoft 98-380 exam reviews

What Clients Say About Us

I passed the 98-380 today. The dump was in very good conditions and in a very good price. I definitely think that was a great deal. Thanks so much.

Abel Abel       5 star  

Updated dumps for 98-380 certification at ITexamReview. Older versions aren't as beneficial as the latest ones. Passed my exam 2 days ago with 95% marks. Thank you ITexamReview.

Philip Philip       4.5 star  

I can’t believe that I passed my 98-380! Thanks for making it so valid for the 98-380 training guide@

Sabina Sabina       5 star  

I took the 98-380 exam on Mondy. Well the good news is that I have passed 98-380 exam. The dumps from ITexamReview is very helpful for me. Thanks for the info.

Kimberley Kimberley       4.5 star  

Aced MTA certification exam!
Tried ITexamReview dumps for 98-380 and passed!

Augus Augus       4 star  

Very effective perp MTA material and great support! I read your prep material and it works for me.

Boyd Boyd       4.5 star  

Latest dumps for crtified 98-380 exam at ITexamReview. I got 90% marks studying and preparing with them. Thank you so much ITexamReview for the updated files.

Gustave Gustave       5 star  

Dumps did not have all questions. Mostly around 90% but should be good enough to pass with this 98-380 dump. You should have knowledge too.

Grace Grace       5 star  

I had checked all possible books and dumps for 98-380 exam until i found the 98-380 exam braindumps, then i felt satisfied and i passed the exam with them. You can trust them.

Bess Bess       5 star  

I took 98-380 exam last week and passed the test.

Sid Sid       5 star  

A friend of mine passed the exam using this dumps and recommend me ITexamReview, I used 98-380 dump and passed.

Mona Mona       5 star  

Thank you so much for all your help!
I finally got the latest real 98-380 questions.

Ellis Ellis       4.5 star  

Passed my 98-380 test yesterday! I'm so happy that i found ITexamReview, otherwise i would never be able to get Microsoft certification.

Alston Alston       4 star  

Valid 98-380 certification practice exam questions! Valid as always! I am a loyal buyer.

Adam Adam       5 star  

98-380 practice materials are easy-understanding. I just used it and passed my exam. Thanks for your help.

Regina Regina       5 star  

LEAVE A REPLY

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

Why Choose ITexamReview

Quality and Value

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

ITexamReview 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

bofa
timewarner
vodafone
amazon
charter
verizon
xfinity
earthlink
marriot
centurylink
comcast