UiARD Exam QuestionsBrowse all questions from this exam

UiARD Exam - Question 106


A developer used as an attribute of a selector. Part of the name of the application window changes dynamically based on the file name. If the developer wants the selector to identify any file in this application window, how should the attribute be modified?

Show Answer
Correct Answer: A

In order to create a selector that can identify any file name in the ACME Application window, the developer should use a wildcard character to represent the dynamic part of the title. The asterisk (*) is the correct wildcard character to use in this context, as it matches any number of characters. Therefore, the attribute should be modified to <title=’* - ACME Application’>.

Discussion

4 comments
Sign in to comment
OnlineOption: A
Apr 5, 2024

Wrong answer

MirjalolOption: A
Jul 18, 2024

A is right

bhaskar5a5
Sep 6, 2024

Ans : A

IngvarnOption: A
Nov 28, 2024

A. <title=’* - ACME Application’>