98-380 Learning Quiz can give you the most professional guidance. 98-380 Study Materials can support fast payment and delivery by the system. 98-380 Preparation Questions are available for abundant exercises which will add your pass chance.

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

98-380 Exam Questions
  • Exam Code: 98-380
  • Exam Name: Introduction to Programming Using Block-Based Languages (Touch Develop)
  • Updated: Sep 15, 2026
  • Q & A: 72 Questions and Answers
PDF
  • Microsoft 98-380 Q&A - in .pdf

  • Printable Microsoft 98-380 PDF Format. It is an electronic file format regardless of the operating system platform.
  • PDF Version Price: $59.99
  • Free Demo
Software
  • Microsoft 98-380 Q&A - Testing Engine

  • Install on multiple computers for self-paced, at-your-convenience training.
  • PC Test Engine Price: $59.99
  • Testing Engine
Online test
  • Microsoft 98-380 Value Pack

  • If you purchase Adobe 9A0-327 Value Pack, you will also own the free online test engine.
  • PDF Version + PC Test Engine + Online Test Engine (free)
  • Value Pack Total: $119.98  $79.99   (Save 50%)
    Online Engine (Free)

Contact US:

Support: Contact now 

Free Demo Download

Over 69418+ Satisfied Customers

About Microsoft 98-380 Exam Guide

Professional guidance

If you are the first time to prepare the 98-380 exam, it is better to choose a type of good study materials. After all, you cannot understand the test syllabus in the whole round. It is important to predicate the tendency of the 98-380 study materials if you want to easily pass the exam. Now, all complicate tasks have been done by our experts. They have rich experience in predicating the 98-380 exam. Then you are advised to purchase the study materials on our websites. Also, you can begin to prepare the 98-380 exam. You are advised to finish all exercises of our 98-380 preparation questions. In fact, you do not need other reference books. Our study materials will offer you the most professional guidance. In addition, our 98-380 learning quiz will be updated according to the newest test syllabus. So you can completely rely on our 98-380 study materials to pass the exam.

Fast payment and delivery

Once you have selected the 98-380 study materials, please add them to your cart. Then when you finish browsing our web pages, you can directly come to the shopping cart page and submit your orders of the 98-380 learning quiz. Our payment system will soon start to work. Then certain money will soon be deducted from your credit card to pay for the 98-380 preparation questions. The whole payment process only lasts a few seconds as long as there has money in your credit card. Then our system will soon deal with your orders according to the sequence of payment. Usually, you will receive the 98-380 study materials no more than five minutes. Then you can begin your new learning journey of our study materials. All in all, our payment system and delivery system are highly efficient.

Good opportunities are always for those who prepare themselves well. You should update yourself when you are still young. Our 98-380 study materials might be a good choice for you. The contents of our study materials are the most suitable for busy people. You can have a quick revision of the 98-380 learning quiz in your spare time. Also, you can memorize the knowledge quickly. There almost have no troubles to your normal life. You can make use of your spare moment to study our 98-380 preparation questions. The results will become better with your constant exercises. Please have a brave attempt.

98-380 exam dumps

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

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

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

Microsoft 98-380 Exam Syllabus Topics:

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

Available for abundant exercises

The number of questions of the 98-380 preparation questions you have done has a great influence on your passing rate. As for our study materials, we have prepared abundant exercises for you to do. You can take part in the real 98-380 exam after you have memorized all questions and answers accurately. Also, we just pick out the most important knowledge to learn. Through large numbers of practices, you will soon master the core knowledge of the 98-380 exam. It is important to review the questions you always choose mistakenly. You should concentrate on finishing all exercises once you are determined to pass the 98-380 exam.

Related Exam

Related Posts

What Clients Say About Us

I used 98-380 exam questions and i can say confidently these 98-380 exam dumps are valid!

Darren Darren       4.5 star  

With these real up-to-date 98-380 exam questions, i'm 100% sure that you will pass the 98-380 exam! I definitely passed mine.

Miriam Miriam       4.5 star  

I have bought the 98-380 online test engine, from the customizable test, I can knew about all my weakness of the 98-380. So lucky, I passed exam with 94%.

Amanda Amanda       4 star  

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

Dempsey Dempsey       4.5 star  

I passed my 98-380 exam with a high score.

Bernie Bernie       5 star  

Thank you
Just cleared 98-380 exam.

Maggie Maggie       5 star  

This 98-380 dumps is still valid in Spain. Nearly all questions can find from this dumps. you can depend on this without even fully study the course. Really valid dumps materials.

Kenneth Kenneth       4.5 star  

TorrentExam was very helpful,especially on the 98-380 QAs' coverage in the real test, in one side I don't need a study material bec I really studied for 3 months

Caesar Caesar       4.5 star  

Huge thanks! I passed my 98-380 exam using these exam dumps and 95% of the questions from the exam were from the this exam file.

Verne Verne       5 star  

My online search for latest and 98-380 real exam dumps landed me to the TorrentExam site. I was little reluctant at first but bought 98-380 study guide and started preparing. It turned into an excellent experience with TorrentExam that only help me passed

Ian Ian       4 star  

The 98-380 learning materials helped me a lot to pass 98-380 exam. Buy now if you need to pass the 98-380 exam!

Jodie Jodie       5 star  

I confirm your dumps are the latest.

Nina Nina       4 star  

Excellent pdf exam guide for 98-380 certification exam. Really similar questions in the actual exam. Suggested to all.

Boyd Boyd       4 star  

Using 98-380 study dump is one of the best ways to study for your 98-380 exam. I have passed already today!

Georgia Georgia       5 star  

Thanks, TorrentExam, for helping me out with so valid 98-380 exam dumps, i am so pround that i passed the exam last week.

Camille Camille       4 star  

LEAVE A REPLY

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

QUALITY AND VALUE

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

TorrentExam 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