exam questions

Exam PL-100 All Questions

View all questions & answers for the PL-100 exam

Exam PL-100 topic 5 question 27 discussion

Actual exam question from Microsoft's PL-100
Question #: 27
Topic #: 5
[All PL-100 Questions]

You are developing a canvas app to monitor time. The app includes a Text Input control named TIC1 and a Timer control named TIM1.
You need to set TIM1 to a default value.
What should you do?

  • A. Write code in the OnChange property of TIC1 that assigns the value of the Duration property of the Timer control to Text property of the TIC1. In the OnChange property of TIC1, assign the value to the Duration property for TIM1.
  • B. Assign the Text property of TIC1 to the Duration property of TIM1.
  • C. Set the Text property of TIC1 to the current system time.
  • D. Add the clock icon to the app and use the OnSelect property to set the Duration property for TIM1.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
AnitaR
Highly Voted 2 years, 7 months ago
Selected Answer: B
Sorry- B B. Assign the Text property of TIC1 to the Duration property of TIM1.
upvoted 9 times
...
BibiY
Most Recent 1 year, 8 months ago
This same question came for the 5th time. Examtopics chose B for some, and A "Write code" for some. The answer should be B- Assign the text property of TIC1 to the Duration property of TIM1
upvoted 1 times
...
pieromontas
2 years, 4 months ago
B caused if there is no Input there will be no default value
upvoted 1 times
...
W2S3
2 years, 5 months ago
B it is
upvoted 2 times
...
ptmk
2 years, 7 months ago
Under Topic 3, SAME QUESTION with answer marked as B. What is up with this?
upvoted 4 times
...
AnitaR
2 years, 7 months ago
Selected Answer: C
C. Set the Text property of TIC1 to the current system time.
upvoted 2 times
...
RazielLycas
2 years, 7 months ago
Selected Answer: B
IMHO is B
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...