ExamGecko
Question list
Search
Search

Related questions











Question 491 - H14-231_V1.0 discussion

Report
Export

The following description of the basic components of the ArkTS declarative development paradigm is correct

A.
Decorator: Used to decorate classes, structs, methods, and variables to give them a special meaning, e.g. @Entry indicates that this is an entrance component.
Answers
A.
Decorator: Used to decorate classes, structs, methods, and variables to give them a special meaning, e.g. @Entry indicates that this is an entrance component.
B.
Custom components: Reusable UI units that can be combined with other components.
Answers
B.
Custom components: Reusable UI units that can be combined with other components.
C.
UI Description: A declarative method to describe the structure of the UI, such as a code block in the build() method.
Answers
C.
UI Description: A declarative method to describe the structure of the UI, such as a code block in the build() method.
D.
Built-in components: Built-in basic components and layout components in ArkTS by default, such as Column, Text, Divider, Button, etc., can be called by developers.
Answers
D.
Built-in components: Built-in basic components and layout components in ArkTS by default, such as Column, Text, Divider, Button, etc., can be called by developers.
E.
attribute method: used to configure component attributes, which are set through attribute methods, such as fontSize(), width(), height(), color(), etc.
Answers
E.
attribute method: used to configure component attributes, which are set through attribute methods, such as fontSize(), width(), height(), color(), etc.
F.
Event method: It is used to add the component's response logic to the event, which is set through the event method, such as onClick() following the Button.
Answers
F.
Event method: It is used to add the component's response logic to the event, which is set through the event method, such as onClick() following the Button.
Suggested answer: A, B, C, D, E, F
asked 18/09/2024
Nghia To Duc
53 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first