98-380 Online Test Engine

  • Online Tool, Convenient, easy to study.
  • 98-380 Practice Online Anytime
  • Instant Online Access 98-380 Dumps
  • Supports All Web Browsers
  • Test History and Performance Review
  • Supports Windows / Mac / Android / iOS, etc.
  • Try Online Engine Demo
  • Total Questions: 72
  • Updated on: Aug 21, 2026
  • Price: $69.00

98-380 Desktop Test Engine

  • Installable Software Application
  • Practice Offline Anytime
  • Builds 98-380 Exam Confidence
  • Simulates Real 98-380 Exam Environment
  • Two Modes For 98-380 Practice
  • Supports MS Operating System
  • Software Screenshots
  • Total Questions: 72
  • Updated on: Aug 21, 2026
  • Price: $69.00

98-380 PDF Practice Q&A's

  • Printable 98-380 PDF Format
  • Instant Access to Download 98-380 PDF
  • Study Anywhere, Anytime
  • Prepared by Microsoft Experts
  • Free 98-380 PDF Demo Available
  • 365 Days Free Updates
  • Download Q&A's Demo
  • Total Questions: 72
  • Updated on: Aug 21, 2026
  • Price: $69.00

100% Money Back Guarantee

ActualTestsIT has an unprecedented 99.6% first time pass rate among our customers. We're so confident of our products that we provide no hassle product exchange.

  • Best exam practice material
  • Three formats are optional
  • Learn anywhere, anytime
  • 100% Safe shopping experience
  • 10 years of excellence
  • 365 Days Free Updates

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

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

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

Free trial service

Students often feel helpless when purchasing test materials, because most of the test materials cannot be read in advance, students often buy some products that sell well but are actually not suitable for them. But if you choose 98-380 practice test, you will certainly not encounter similar problems. Before you buy 98-380 exam torrent, you can log in to our website to download a free trial question bank, and fully experience the convenience of PDF, APP, and PC three models of 98-380 quiz guide. During the trial period, you can fully understand the learning mode of 98-380 practice test, completely eliminate any questions you have about 98-380 exam torrent, and make your purchase without any worries.

May be you will meet some difficult or problems when you prepare for your 98-380 exam, you even want to give it up. It is no exaggeration to say that our study material is the most effective product for candidates to prepare for their exam. Because 98-380 exam torrent can help you to solve all the problems encountered in the learning process, 98-380 practice test will provide you with very flexible learning time so that you can easily pass the exam. At the same time, if you have any questions during the trial period of 98-380 quiz guide, you can feel free to communicate with our staffs, and we will do our best to solve all the problems for you.

DOWNLOAD DEMO

Flexible learning time

All the materials in 98-380 exam torrent can be learned online or offline. You can use your mobile phone, computer or print it out for review. With 98-380 practice test, if you are an office worker, you can study on commute to work, while waiting for customers, and for short breaks after work. If you are a student, 98-380 quiz guide will also make your study time more flexible. With 98-380 exam torrent, you don't need to think about studying at the time of playing. You can study at any time you want to study and get the best learning results with the best learning status.

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

Continuously update

The team of experts hired by 98-380 exam torrent constantly updates and supplements the contents of our study materials according to the latest syllabus and the latest industry research results, and compiles the latest simulation exam question based on the research results of examination trends. We also have dedicated staffs to maintain updating 98-380 practice test every day, and you can be sure that compared to other test materials on the market, 98-380 quiz guide is the most advanced. With 98-380 exam torrent, there will not be a situation like other students that you need to re-purchase guidance materials once the syllabus has changed. Even for some students who didn't purchase 98-380 quiz guide, it is impossible to immediately know the new contents of the exam after the test outline has changed. 98-380 practice test not only help you save a lot of money, but also let you know the new exam trends earlier than others.

1047 Customer ReviewsCustomers Feedback (* Some similar or old comments have been hidden.)

98-380 exam braindumps helped me pass the exam, and I will buy the preparation materials for you next time!

Tobey

Tobey     4.5 star  

I was cheated by several fake websites, so when i found ActualTestsIT which is a real and wonderful study materials website, i am so excited! And i passed my 98-380 exam as well.

Donna

Donna     4 star  

Passed the 98-380 exam yesterday! These 98-380 training dumps are valid, study hard guys!

Sidney

Sidney     5 star  

I had little idea about brain dumps before using ActualTestsIT 98-380 pdf exam guide but it really came up with fantastic success in this exam. I would say to the point, clear, easy to understand

Dora

Dora     5 star  

I tried this revolutionary 98-380 exam dumps and was stunned to see them really matching the actual exam. Highly appreciated!

Wright

Wright     5 star  

Your 98-380 dumps are valid.

Marvin

Marvin     5 star  

I attended the 98-380 exam today, in the real exam, I encountered most questions in the 98-380 training materials, and I had confidence that I can pass the exam this time.

Darcy

Darcy     4 star  

I purchased 98-380 exam material from ActualTestsIT and found it so worthwhile. Besides the complete knowledge about 98-380 exam, it had a very useful exam which was very useful.

Gustave

Gustave     4 star  

I have never imagined that that preparing for 98-380 exam could be easy until I meet 98-380 exam dumps on ActualTestsIT, I passed my exam and get a good grade, you can try it.

King

King     4 star  

I am grateful to ActualTestsIT for putting up such helpful 98-380 practice questions for candidates to use in preparing for their exam.

Xanthe

Xanthe     4.5 star  

I would recommend this to everyone aspirating to pass 98-380.

Aries

Aries     5 star  

I have used a few 98-380 practice dumps but the ones at ActualTestsIT are the best so far. I recommend buying them.

Trista

Trista     4.5 star  

I am thankful to my friend for introducing 98-380 exam materials to me. I passed my exam with flying colours. I would also like to suggest more candidates who want to excel in the field of IT. 98-380 exam materials proved to be very helpful.

Ruby

Ruby     5 star  

Your study materials helped me a lot in my 98-380 exam. Good job!

Margaret

Margaret     4 star  

The 98-380 practice dumps are valid! I have passed the paper recently and all questions that came in the paper were from the files. Thanks a lot!

Winfred

Winfred     5 star  

The ActualTestsIT pdf file for 98-380 certification exam is amazing. Includes the best preparatory stuff for the exam. I studied from it for 2-3 days and passed the exam with 98% marks. Great feature by ActualTestsIT. Highly suggested.

Lucien

Lucien     4 star  

LEAVE A REPLY

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

Instant Download 98-380

After Payment, our system will send you the products you purchase in mailbox in a minute after payment. If not received within 2 hours, please contact us.

365 Days Free Updates

Free update is available within 365 days after your purchase. After 365 days, you will get 50% discounts for updating.

Porto

Money Back Guarantee

Full refund if you fail the corresponding exam in 60 days after purchasing. And Free get any another product.

Security & Privacy

We respect customer privacy. We use McAfee's security service to provide you with utmost security for your personal information & peace of mind.