Huawei H14-231_V1.0 Practice Test - Questions Answers, Page 66

List of questions
Question 651

When designing a JavaScript UI based on HarmonyOS, if the text component itself cannot be focused, the focus cannot be moved to the component, and the focusable attribute of text is set to true. text component.
Question 652

When an engineer packages an application, DevEco Studio will package all the HAP (HarmonyOS Ability Package) modules in the project directory into the application, so if there are HAP modules in the project directory that do not need to be packaged into the application, the tool will automatically delete them and then compile and build the application.
Question 653

When an Intent is used to initiate a request, if both BundleName and Abilitylame are specified, the application can be started directly according to the full name of the Ability (for example, 'com.demcapp.FooAbility').
Question 654

MATCH_CONTENT indicates that the component size will expand to the maximum allowed by the parent component and occupy the remaining size in the direction of the parent component
Question 655

JavaScript FA (Feature Ability) lifecycle events are divided into application lifecycle and page lifecycle.
Question 656

The input division method of HarmonyOS is different from that of traditional operating systems, and multi-dimensional inputs will be integrated, so that developers can use application frameworks, UI components or interfaces that come with the system to implement applications with multi-dimensional and natural interaction characteristics.
Question 657

HarmonyOS's relational database and object relational mapping database are both based on SQLite.
Question 658

HarmonyOS maintains a stack of AbilitySlice instances for each Page, and each AbilityS1ice instance that enters the foreground will be added to the stack.
Question 659

HarmonyOS provides the NFC message notification function, through which developers can obtain the message of the NFC switch state change and the NFC field strength message.
Question 660

The way to find the object of the control declared in the Layout file by ID in HarmonyOS is findComponentByld().
Question