1. What is setState ? Junior A. a lightweight observable holding a single value that notifies listeners when it is reassigned B. a method that marks a State dirty and schedules a rebuild after you mutate local data C. a pattern separating presentation from logic by mapping incoming events to outgoing states through streams D. a package wrapping inherited widgets to expose and listen to objects placed above in the tree Reveal the answer + AI explanation — free account
2. Which term means: "a method that marks a State dirty and schedules a rebuild after you mutate local data"? Junior A. BLoC B. InheritedWidget C. setState D. Riverpod Reveal the answer + AI explanation — free account
3. Which statement is correct? Junior A. setState — a method that marks a State dirty and schedules a rebuild after you mutate local data B. setState — a pattern separating presentation from logic by mapping incoming events to outgoing states through streams C. setState — a lightweight observable holding a single value that notifies listeners when it is reassigned D. setState — the low-level mechanism that propagates data down the tree and rebuilds dependents when its value changes Reveal the answer + AI explanation — free account
4. What is Provider ? Mid A. a pattern separating presentation from logic by mapping incoming events to outgoing states through streams B. a method that marks a State dirty and schedules a rebuild after you mutate local data C. the low-level mechanism that propagates data down the tree and rebuilds dependents when its value changes D. a package wrapping inherited widgets to expose and listen to objects placed above in the tree Reveal the answer + AI explanation — free account
5. Which term means: "a package wrapping inherited widgets to expose and listen to objects placed above in the tree"? Mid A. ValueNotifier B. setState C. Provider D. InheritedWidget Reveal the answer + AI explanation — free account
6. Which statement is correct? Mid A. Provider — a pattern separating presentation from logic by mapping incoming events to outgoing states through streams B. Provider — the low-level mechanism that propagates data down the tree and rebuilds dependents when its value changes C. Provider — a lightweight observable holding a single value that notifies listeners when it is reassigned D. Provider — a package wrapping inherited widgets to expose and listen to objects placed above in the tree Reveal the answer + AI explanation — free account
7. What is Riverpod ? Senior A. a pattern separating presentation from logic by mapping incoming events to outgoing states through streams B. a method that marks a State dirty and schedules a rebuild after you mutate local data C. a compile-safe rewrite of the provider pattern that declares shared state outside the tree without needing a context D. a lightweight observable holding a single value that notifies listeners when it is reassigned Reveal the answer + AI explanation — free account
8. Which term means: "a compile-safe rewrite of the provider pattern that declares shared state outside the tree without needing a context"? Senior A. ValueNotifier B. InheritedWidget C. Provider D. Riverpod Reveal the answer + AI explanation — free account
9. Which statement is correct? Senior A. Riverpod — a lightweight observable holding a single value that notifies listeners when it is reassigned B. Riverpod — a compile-safe rewrite of the provider pattern that declares shared state outside the tree without needing a context C. Riverpod — the low-level mechanism that propagates data down the tree and rebuilds dependents when its value changes D. Riverpod — a method that marks a State dirty and schedules a rebuild after you mutate local data Reveal the answer + AI explanation — free account
10. What is BLoC ? Senior A. the low-level mechanism that propagates data down the tree and rebuilds dependents when its value changes B. a lightweight observable holding a single value that notifies listeners when it is reassigned C. a method that marks a State dirty and schedules a rebuild after you mutate local data D. a pattern separating presentation from logic by mapping incoming events to outgoing states through streams Reveal the answer + AI explanation — free account
11. Which term means: "a pattern separating presentation from logic by mapping incoming events to outgoing states through streams"? Senior A. Riverpod B. setState C. InheritedWidget D. BLoC Reveal the answer + AI explanation — free account
12. Which statement is correct? Senior A. BLoC — a lightweight observable holding a single value that notifies listeners when it is reassigned B. BLoC — a pattern separating presentation from logic by mapping incoming events to outgoing states through streams C. BLoC — a method that marks a State dirty and schedules a rebuild after you mutate local data D. BLoC — the low-level mechanism that propagates data down the tree and rebuilds dependents when its value changes Reveal the answer + AI explanation — free account
13. What is InheritedWidget ? Mid A. a package wrapping inherited widgets to expose and listen to objects placed above in the tree B. a pattern separating presentation from logic by mapping incoming events to outgoing states through streams C. a compile-safe rewrite of the provider pattern that declares shared state outside the tree without needing a context D. the low-level mechanism that propagates data down the tree and rebuilds dependents when its value changes Reveal the answer + AI explanation — free account
14. Which term means: "the low-level mechanism that propagates data down the tree and rebuilds dependents when its value changes"? Mid A. InheritedWidget B. Riverpod C. ValueNotifier D. BLoC Reveal the answer + AI explanation — free account
15. Which statement is correct? Mid A. InheritedWidget — a method that marks a State dirty and schedules a rebuild after you mutate local data B. InheritedWidget — a pattern separating presentation from logic by mapping incoming events to outgoing states through streams C. InheritedWidget — a compile-safe rewrite of the provider pattern that declares shared state outside the tree without needing a context D. InheritedWidget — the low-level mechanism that propagates data down the tree and rebuilds dependents when its value changes Reveal the answer + AI explanation — free account
16. What is ValueNotifier ? Mid A. a compile-safe rewrite of the provider pattern that declares shared state outside the tree without needing a context B. a package wrapping inherited widgets to expose and listen to objects placed above in the tree C. a pattern separating presentation from logic by mapping incoming events to outgoing states through streams D. a lightweight observable holding a single value that notifies listeners when it is reassigned Reveal the answer + AI explanation — free account
17. Which term means: "a lightweight observable holding a single value that notifies listeners when it is reassigned"? Mid A. Provider B. ValueNotifier C. Riverpod D. setState Reveal the answer + AI explanation — free account
18. Which statement is correct? Mid A. ValueNotifier — a method that marks a State dirty and schedules a rebuild after you mutate local data B. ValueNotifier — a lightweight observable holding a single value that notifies listeners when it is reassigned C. ValueNotifier — a package wrapping inherited widgets to expose and listen to objects placed above in the tree D. ValueNotifier — a pattern separating presentation from logic by mapping incoming events to outgoing states through streams Reveal the answer + AI explanation — free account