98-382 무료 덤프문제 온라인 액세스
시험코드: | 98-382 |
시험이름: | Introduction to Programming Using JavaScript |
인증사: | Microsoft |
무료 덤프 문항수: | 40 |
업로드 날짜: | 2025-09-03 |
You are writing a function that calculates the remainder for integer division. The function receives two parameters, a and b, and must return the remainder that is left over when the integer a is divided by the integer b.
You create the following code. Line numbers are for reference only.
You want to complete the function for lines 02 and 03.
Which two sets of code segments should you use? Each correct answer presents a complete solution. (Choose two.)
DRAG DROP
Your instructor has asked you to implement code that would display a two-dimensional array of any size inside a <div> tag.
You write the following code:
You need to complete the code.
Which three segments should you use to develop the solution? To answer, move the appropriate code segments from the list of code segments to the answer area and arrange them in the correct order.
HOTSPOT
You are creating JavaScript code that manipulates dates. You want to initialize a Date object with the date January 1, 2017 by using the year, month, and date parameters.
How should you complete the code? To answer, select the appropriate code segment in the answer area.
DRAG DROP
You are developing a web page that uses JavaScript. The script needs to display information to the user using a popup box.
Match each function that displays a popup box with its appropriate scenario.
To answer, drag the appropriate function from the column on the left to its appropriate scenario on the right. Each function may be used once, more than once, or not at all.
NOTE: Each correct selection is worth one point.