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

98-380 real exams

Exam Code: 98-380

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

Updated: Aug 15, 2026

Q & A: 72 Questions and Answers

Already choose to buy "PDF"
Price: $59.99 

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

If you are still depressed with your Microsoft MTA exams, here is a good chance for you, we release new edition 98-380: Introduction to Programming Using Block-Based Languages (Touch Develop) exam cram sheet which will be the best assist for you. Professional handles professional affairs. It will be save-time, save-energy and cost-effective for all potential elites to choose Prep4cram. Introduction to Programming Using Block-Based Languages (Touch Develop) preparation materials are edited by top-level professional experts. We provide multi-complicated full-scale excellent service, our 98-380: Introduction to Programming Using Block-Based Languages (Touch Develop) exam cram sheet get all users' good recognition and favorable comments.

* 7/24 Online Service System Support
* Golden & Excellent Customer Service
* Valid, Latest Exam 98-380 Preparation Materials
* Easy to Read and Print PDF Edition 98-380 Exam Cram Sheet
* Interactive Test Engine that Simulates Real Test Scene
* One Year Service Support, One Year Free Updates
* Guaranteed Pass 100%, Full Refund If Fail
* Wonderful 99.39% Test Passing Rate

Free Download real 98-380 exam prep

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.)

All of our 98-380: Introduction to Programming Using Block-Based Languages (Touch Develop) exam cram sheets have three versions: PDF version, Soft (PC test engine), APP (Online test engine) for your choice.

PDF version of 98-380: Introduction to Programming Using Block-Based Languages (Touch Develop) Preparation Materials is traditional version which is easy to read and print. Many candidates like this simple version. Company customers can use this for presentation, 98-380: Introduction to Programming Using Block-Based Languages (Touch Develop) exam cram sheet is applicable for candidates who are used on studying and writing on paper.

PC test engine of 98-380: Introduction to Programming Using Block-Based Languages (Touch Develop) Preparation Materials is software. It is a new study method. As most people like playing computer, even many IT workers depend on computer, studying on computer is becoming a new method. 98-380: Introduction to Programming Using Block-Based Languages (Touch Develop) exam cram sheet is a new study method. It has many intelligent functions that will satisfy you: simulate real test scene, mark your performance, point out wrong questions, and remind users to practice. 98-380: Introduction to Programming Using Block-Based Languages (Touch Develop) Preparation Materials can be downloaded and installed in more than 200 computers. It is installed on Windows operating system, and running on the Java environment. Our 98-380: Introduction to Programming Using Block-Based Languages (Touch Develop) exam cram sheet will boost your confidence for real test. PC test engine will help you master questions and answers better so that you will clear exams successfully.

Online test engine of 98-380: Introduction to Programming Using Block-Based Languages (Touch Develop) Preparation Materials is similar with PC test engine. Their functions are quite same. The only difference is that this version is the software based on WEB browser. Online Test Engine of 98-380: Introduction to Programming Using Block-Based Languages (Touch Develop) exam cram sheet supports Windows/ Mac / Android / iOS, etc. and it is steadier and smoother than PC test engine.

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
Schedule ExamPearson VUE
Passing Score700 / 1000
Exam Code98-380
Duration45 mins
Exam NameMicrosoft Technology Associate (MTA) - Introduction to Programming Using Block-Based Languages
Exam Price$127 (USD)

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

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

We provide golden customer service; we stick to "Products First, Service Foremost"

7/24 online service support: We are 7*24 online service support, even large official holidays, if candidates have any advice and question about 98-380: Introduction to Programming Using Block-Based Languages (Touch Develop) Preparation Materials you will ask us any time you like. Our rule is that any contact and email will be replied in two hours.

One Year Service Support, One Year Free Updates: After you purchase our 98-380: Introduction to Programming Using Block-Based Languages (Touch Develop) exam cram sheet, you will share one year excellent customer service and one year free update. Within one year we will be together with you before you clear exam, we are willing to provide all information and assist about 98-380: Introduction to Programming Using Block-Based Languages (Touch Develop) Preparation Materials, also you are in no hurry to take in exam, we also provide on year update version free of charge, you can always download our latest 98-380 test preparation.

We guarantee: No Pass No Pay. We are engaging in providing the best and valid Microsoft 98-380: Introduction to Programming Using Block-Based Languages (Touch Develop) exam cram sheet. We are confident that our products can surely help you clear exam. If you are still upset about your test, our 98-380: Introduction to Programming Using Block-Based Languages (Touch Develop) Preparation Materials will be your wise choice. Choose us, you will get full success!

What Clients Say About Us

To my surprise, these real 98-380 questions are so valid in my preparation.

Baldwin Baldwin       5 star  

More than 90% 98-380 guide questions are contained! Passed 98-380 exam today! They are all likely questions! Special thanks to Prep4cram.

Madeline Madeline       4.5 star  

Check out 98-380 training tools and use the one that is related to 98-380 certification exam. I promise you will not be disappointed.

Candance Candance       5 star  

My boss said that if i could't pass the 98-380 exam and get the certification, he wouldn't give me a rise on the salary. Your 98-380 exam materials helped me to pass the exam successfully. Thanks so much!

Steward Steward       4 star  

Prep4cram exam dumps for the 98-380 certification exam are the latest.Questions in the dumps and actual exam were quite similar. Prep4cram made it possible for me to achieve 93% marks in the certified 98-380 exam. Thank you Prep4cram.

Noah Noah       5 star  

I purchased the 98-380 exam dumps 2 weeks ago and passed. Thank you. I have recommended your dumps to my friends.

Vivian Vivian       5 star  

There is no replacement for regular studies as compared to just passing exam through dumps. But at the other hand these real exam dumps are the only way to pass for the people who are stuck in their routine l Passed with 97% marks

Bennett Bennett       4.5 star  

Passed my 98-380 exams. Your exam closely matched the actual Microsoft exam. Thanks!!!

Murray Murray       5 star  

Thanks Prep4cram 98-380 exam questions.

Kim Kim       5 star  

If without this 98-380 dump, I don't know whether I can pass it for sure, Thanks for your help, the information is useful.

Willie Willie       4 star  

I have passed 98-380 exam with your material,so happy now.

Sam Sam       4 star  

This 98-380 training guide contains a total of all the keypoints on the subject. And you can pass the exam with it. I passed mine perfectly and i also learned a lot of specialized knowledge. Many thanks!

Tracy Tracy       4.5 star  

I think 98-380 test is so difficult and I never thought I would pass this 98-380 exam ever.

Salome Salome       4.5 star  

The 98-380 training dumps are well-written and latest for sure. I just took the 98-380 exam and passed without difficulty. Thank you for so helpful!

Gene Gene       5 star  

Thank you so much team Prep4cram for developing the exam questions and answers file . Passed my 98-380 exam in the first attempt. Exam answers file is highly recommended by me.

Mick Mick       4.5 star  

LEAVE A REPLY

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

Why Choose Prep4cram

Quality and Value

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

Prep4cram 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
vodafone