1. What is StatelessWidget ? Junior A. a widget with no mutable state that rebuilds only when its parent passes new configuration B. the immutable, declarative description of the UI formed by nesting configuration objects from a root down to leaves C. a handle to a widget's location in the tree, used to look up ancestors, theme, media query, and inherited data D. a helper that supplies a fresh descendant context inside a callback so lookups resolve below the current node Reveal the answer + AI explanation — free account
2. Which term means: "a widget with no mutable state that rebuilds only when its parent passes new configuration"? Junior A. Builder B. the widget tree C. StatefulWidget D. StatelessWidget Reveal the answer + AI explanation — free account
3. Which statement is correct? Junior A. StatelessWidget — a widget that pairs with a State object so it can hold mutable data and rebuild over its lifetime B. StatelessWidget — the long-lived companion to a stateful widget that survives rebuilds and exposes initState, build, and dispose C. StatelessWidget — a widget with no mutable state that rebuilds only when its parent passes new configuration D. StatelessWidget — a handle to a widget's location in the tree, used to look up ancestors, theme, media query, and inherited data Reveal the answer + AI explanation — free account
4. What is StatefulWidget ? Junior A. a helper that supplies a fresh descendant context inside a callback so lookups resolve below the current node B. a widget that pairs with a State object so it can hold mutable data and rebuild over its lifetime C. a widget with no mutable state that rebuilds only when its parent passes new configuration D. a handle to a widget's location in the tree, used to look up ancestors, theme, media query, and inherited data Reveal the answer + AI explanation — free account
5. Which term means: "a widget that pairs with a State object so it can hold mutable data and rebuild over its lifetime"? Junior A. Builder B. State object C. the widget tree D. StatefulWidget Reveal the answer + AI explanation — free account
6. Which statement is correct? Junior A. StatefulWidget — the long-lived companion to a stateful widget that survives rebuilds and exposes initState, build, and dispose B. StatefulWidget — a widget with no mutable state that rebuilds only when its parent passes new configuration C. StatefulWidget — a helper that supplies a fresh descendant context inside a callback so lookups resolve below the current node D. StatefulWidget — a widget that pairs with a State object so it can hold mutable data and rebuild over its lifetime Reveal the answer + AI explanation — free account
7. What is the widget tree ? Mid A. the immutable, declarative description of the UI formed by nesting configuration objects from a root down to leaves B. the long-lived companion to a stateful widget that survives rebuilds and exposes initState, build, and dispose C. a widget with no mutable state that rebuilds only when its parent passes new configuration D. a helper that supplies a fresh descendant context inside a callback so lookups resolve below the current node Reveal the answer + AI explanation — free account
8. Which term means: "the immutable, declarative description of the UI formed by nesting configuration objects from a root down to leaves"? Mid A. StatelessWidget B. Builder C. the widget tree D. StatefulWidget Reveal the answer + AI explanation — free account
9. Which statement is correct? Mid A. the widget tree — a widget with no mutable state that rebuilds only when its parent passes new configuration B. the widget tree — a helper that supplies a fresh descendant context inside a callback so lookups resolve below the current node C. the widget tree — a handle to a widget's location in the tree, used to look up ancestors, theme, media query, and inherited data D. the widget tree — the immutable, declarative description of the UI formed by nesting configuration objects from a root down to leaves Reveal the answer + AI explanation — free account
10. What is BuildContext ? Junior A. a widget with no mutable state that rebuilds only when its parent passes new configuration B. a helper that supplies a fresh descendant context inside a callback so lookups resolve below the current node C. a widget that pairs with a State object so it can hold mutable data and rebuild over its lifetime D. a handle to a widget's location in the tree, used to look up ancestors, theme, media query, and inherited data Reveal the answer + AI explanation — free account
11. Which term means: "a handle to a widget's location in the tree, used to look up ancestors, theme, media query, and inherited data"? Junior A. BuildContext B. StatelessWidget C. Builder D. the widget tree Reveal the answer + AI explanation — free account
12. Which statement is correct? Junior A. BuildContext — a handle to a widget's location in the tree, used to look up ancestors, theme, media query, and inherited data B. BuildContext — a widget that pairs with a State object so it can hold mutable data and rebuild over its lifetime C. BuildContext — the long-lived companion to a stateful widget that survives rebuilds and exposes initState, build, and dispose D. BuildContext — the immutable, declarative description of the UI formed by nesting configuration objects from a root down to leaves Reveal the answer + AI explanation — free account
13. What is Builder ? Mid A. a widget that pairs with a State object so it can hold mutable data and rebuild over its lifetime B. a widget with no mutable state that rebuilds only when its parent passes new configuration C. a helper that supplies a fresh descendant context inside a callback so lookups resolve below the current node D. a handle to a widget's location in the tree, used to look up ancestors, theme, media query, and inherited data Reveal the answer + AI explanation — free account
14. Which term means: "a helper that supplies a fresh descendant context inside a callback so lookups resolve below the current node"? Mid A. StatelessWidget B. the widget tree C. StatefulWidget D. Builder Reveal the answer + AI explanation — free account
15. Which statement is correct? Mid A. Builder — a helper that supplies a fresh descendant context inside a callback so lookups resolve below the current node B. Builder — the immutable, declarative description of the UI formed by nesting configuration objects from a root down to leaves C. Builder — a widget with no mutable state that rebuilds only when its parent passes new configuration D. Builder — a widget that pairs with a State object so it can hold mutable data and rebuild over its lifetime Reveal the answer + AI explanation — free account
16. What is State object ? Mid A. the immutable, declarative description of the UI formed by nesting configuration objects from a root down to leaves B. the long-lived companion to a stateful widget that survives rebuilds and exposes initState, build, and dispose C. a widget with no mutable state that rebuilds only when its parent passes new configuration D. a helper that supplies a fresh descendant context inside a callback so lookups resolve below the current node Reveal the answer + AI explanation — free account
17. Which term means: "the long-lived companion to a stateful widget that survives rebuilds and exposes initState, build, and dispose"? Mid A. State object B. Builder C. StatefulWidget D. the widget tree Reveal the answer + AI explanation — free account
18. Which statement is correct? Mid A. State object — a handle to a widget's location in the tree, used to look up ancestors, theme, media query, and inherited data B. State object — the long-lived companion to a stateful widget that survives rebuilds and exposes initState, build, and dispose C. State object — a widget that pairs with a State object so it can hold mutable data and rebuild over its lifetime D. State object — a helper that supplies a fresh descendant context inside a callback so lookups resolve below the current node Reveal the answer + AI explanation — free account