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: Sep 08, 2026
  • Q&As: 72 Questions and Answers

Buy Now

Total Price: $59.98

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.94  $79.98

About Microsoft 98-380 Real Exam

If you think that you have enough time to prepare your Introduction to Programming Using Block-Based Languages (Touch Develop) actual test, we will provide you with the latest study materials so that you can clear Introduction to Programming Using Block-Based Languages (Touch Develop) valid test with full confidence. Our website has focused on providing our candidates with the most reliable Microsoft braindumps torrent with the best quality service. We are here to offer you instant help so that you can get high scores in the 98-380 valid test. Our latest training materials and test questions will surely give you all want for Introduction to Programming Using Block-Based Languages (Touch Develop) pass test guaranteed. Many candidates realized that it is exhausted thing to join the classes and prefer to choose our Introduction to Programming Using Block-Based Languages (Touch Develop) exam braindumps as their prior pass guide. Our MTA test questions and answers are the best learning materials for preparing their certification.

Free Download real 98-380 valid test

You must be heard that our latest 98-380 test answers can ensure candidates clear exam with 100% and covers everything you want to solve the difficulties of Introduction to Programming Using Block-Based Languages (Touch Develop) test questions. All study materials are concluded and tested by our team of IT experts who are specialized in Introduction to Programming Using Block-Based Languages (Touch Develop) valid dumps. We always keep the updating of our study materials so that our candidates get high marks in the Microsoft actual test with great confidence. Besides, there are free demo you can download to check the accuracy of Introduction to Programming Using Block-Based Languages (Touch Develop) test answers.

There are three versions for the preparation of your Introduction to Programming Using Block-Based Languages (Touch Develop) braindumps torrent. One is Pdf version that can be printable and shared your Introduction to Programming Using Block-Based Languages (Touch Develop) test questions with your friends. The test engine and online test engine is exam simulation that bring you feel the atmosphere of 98-380 valid test. Online version allows you practice your questions in any electronic equipment without limitation. You can check the test result of Introduction to Programming Using Block-Based Languages (Touch Develop) exam braindumps after test.

Our aim is offering our customer the most accurate Introduction to Programming Using Block-Based Languages (Touch Develop) exam braindumps and the most comprehensive service, that's our key of success. You will enjoy one-year free update once you purchased our Introduction to Programming Using Block-Based Languages (Touch Develop) valid dumps. And once we have any updating about 98-380 test answers, we will send it to your email immediately. Besides, we promise you full refund if you failed exam with our Introduction to Programming Using Block-Based Languages (Touch Develop) pass test guaranteed materials. Please feel free to contact us if you have any questions.

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:

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

Microsoft 98-380 Exam Syllabus Topics:

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

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

What Clients Say About Us

Yesterday I passed my 98-380 exam with good marks. I was not thinking I will get 90% marks with the use of 98-380 dump.

Mabel Mabel       5 star  

Hey man, i spent 14 days to memorize all 98-380 exam questions and passed the exam today. It is accurate and valid. Just buy it and you won't regret!

Nelson Nelson       4.5 star  

Thank you so much GetValidTest for frequently updating the sample exam questions for 98-380 certification exam. I got a score of 93% today.

Agnes Agnes       4.5 star  

I am the only one of my colleagues who passed the 98-380 exam. So proud! And it is all because of your help! Many thinks!

Xavier Xavier       4.5 star  

I have used 98-380 learning materials as my only tool to prepare for my exam, thank you for the good 98-380 study dump that you provided!

Booth Booth       4.5 star  

I am pretty happy. I passed my exam with your 98-380 exam dump. Most of questions are from the dumps. Thank you.

Paula Paula       4 star  

I passed the 98-380 exam smoothly with your latest 98-380 study materials. Cheers! And i fould my best friend failed, i have recommended GetValidTest to him. I believe he will pass it for sure!

Lance Lance       5 star  

I took the 98-380 exam two days ago and cleared it, the 98-380 training dump helped a lot, almost all questions were from it!

Violet Violet       5 star  

Great work team GetValidTest. I studied with the pdf questions and answers for the 98-380 certification exam. Scored A 91% marks in the first attempt. Thank you so much GetValidTest.

Rudolf Rudolf       4.5 star  

All 98-380 exam subjects are from your Introduction to Programming Using Block-Based Languages dumps.

Stacey Stacey       4.5 star  

To the point study material make 98-380 exam guide a perfect time saving option when you need to pass your exam in within days.

Lyle Lyle       4 star  

Great! I passed the 98-380 exam only after i studied with the 98-380 exam materials for several hours. And i got 92% points. Thank you!

Megan Megan       4 star  

Successfully completed the 98-380 exam today with 94% scores. The 98-380 practice dump is valid though some of the answers are wrong i think. Still enough to pass!

Lillian Lillian       5 star  

Then I found GetValidTest by google, and I made a try that GetValidTest can help me, it is the truth, it helped me a lot.

Eden Eden       4.5 star  

Thank you god I found GetValidTest.

Page Page       4 star  

Amazing exam practising software and exam guide for the certified 98-380 exam. I am so thankful to GetValidTest for this amazing tool. Got 94% marks

Atalanta Atalanta       4 star  

Very useful 98-380 exam file and head to 98-380 Certifition! Thanks so much! I have gotten my certification now.

Berton Berton       5 star  

I need 98-380 dumps questions for exam preparation! If anyone has experience please help me decide on buying this one from GetValidTest. Thanks!

Hilary Hilary       5 star  

Though there are some missing questions shown in the real exam, i still passed the 98-380 exam. And the 98-380 exam dumps are almost covered 96% exam questions. Quite valid!

Betty Betty       4.5 star  

LEAVE A REPLY

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

Quality and Value

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

GetValidTest 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