1. What is Stream ? Junior A. a source that delivers a sequence of asynchronous events over time rather than a single result B. a widget that subscribes to a single async result and rebuilds itself across its waiting, done, and error phases C. a widget that listens to a sequence of async events and rebuilds with the latest snapshot each time D. a function marked async star that yields multiple values lazily into the sequence it returns Reveal the answer + AI explanation — free account
2. Which term means: "a source that delivers a sequence of asynchronous events over time rather than a single result"? Junior A. FutureBuilder B. Stream C. StreamBuilder D. async generator Reveal the answer + AI explanation — free account
3. Which statement is correct? Junior A. Stream — a widget that subscribes to a single async result and rebuilds itself across its waiting, done, and error phases B. Stream — a source that delivers a sequence of asynchronous events over time rather than a single result C. Stream — a widget that listens to a sequence of async events and rebuilds with the latest snapshot each time D. Stream — a function marked async star that yields multiple values lazily into the sequence it returns Reveal the answer + AI explanation — free account
4. What is FutureBuilder ? Mid A. a source that delivers a sequence of asynchronous events over time rather than a single result B. a widget that listens to a sequence of async events and rebuilds with the latest snapshot each time C. a widget that subscribes to a single async result and rebuilds itself across its waiting, done, and error phases D. a function marked async star that yields multiple values lazily into the sequence it returns Reveal the answer + AI explanation — free account
5. Which term means: "a widget that subscribes to a single async result and rebuilds itself across its waiting, done, and error phases"? Mid A. StreamBuilder B. Stream C. FutureBuilder D. async generator Reveal the answer + AI explanation — free account
6. Which statement is correct? Mid A. FutureBuilder — a widget that listens to a sequence of async events and rebuilds with the latest snapshot each time B. FutureBuilder — a widget that subscribes to a single async result and rebuilds itself across its waiting, done, and error phases C. FutureBuilder — a function marked async star that yields multiple values lazily into the sequence it returns D. FutureBuilder — a source that delivers a sequence of asynchronous events over time rather than a single result Reveal the answer + AI explanation — free account
7. What is StreamBuilder ? Mid A. a widget that subscribes to a single async result and rebuilds itself across its waiting, done, and error phases B. a source that delivers a sequence of asynchronous events over time rather than a single result C. a function marked async star that yields multiple values lazily into the sequence it returns D. a widget that listens to a sequence of async events and rebuilds with the latest snapshot each time Reveal the answer + AI explanation — free account
8. Which term means: "a widget that listens to a sequence of async events and rebuilds with the latest snapshot each time"? Mid A. FutureBuilder B. Stream C. StreamBuilder D. async generator Reveal the answer + AI explanation — free account
9. Which statement is correct? Mid A. StreamBuilder — a source that delivers a sequence of asynchronous events over time rather than a single result B. StreamBuilder — a function marked async star that yields multiple values lazily into the sequence it returns C. StreamBuilder — a widget that listens to a sequence of async events and rebuilds with the latest snapshot each time D. StreamBuilder — a widget that subscribes to a single async result and rebuilds itself across its waiting, done, and error phases Reveal the answer + AI explanation — free account
10. What is async generator ? Senior A. a widget that subscribes to a single async result and rebuilds itself across its waiting, done, and error phases B. a function marked async star that yields multiple values lazily into the sequence it returns C. a widget that listens to a sequence of async events and rebuilds with the latest snapshot each time D. a source that delivers a sequence of asynchronous events over time rather than a single result Reveal the answer + AI explanation — free account
11. Which term means: "a function marked async star that yields multiple values lazily into the sequence it returns"? Senior A. Stream B. FutureBuilder C. async generator D. StreamBuilder Reveal the answer + AI explanation — free account
12. Which statement is correct? Senior A. async generator — a function marked async star that yields multiple values lazily into the sequence it returns B. async generator — a source that delivers a sequence of asynchronous events over time rather than a single result C. async generator — a widget that listens to a sequence of async events and rebuilds with the latest snapshot each time D. async generator — a widget that subscribes to a single async result and rebuilds itself across its waiting, done, and error phases Reveal the answer + AI explanation — free account