Unit Test 2 Reviewer ITE2
Unit Test 2 Reviewer ITE2
b) Desktop application
b) Programming language
2. Which pair represents dominant mobile
operating systems? c) User Interface (UI) toolkit or framework
b) Objective-C
b) HarmonyOS
10. In the context of mobile development, 14. Dart's primary purpose is to develop
what does "platform" primarily refer to? applications for:
b) The app store (Google Play, Apple App Store) b) Backend services exclusively
c) The combination of operating system and c) A wide range of platforms: mobile, web,
hardware desktop, server
11. Huawei's mobile operating system is 15. Which characteristic is NOT a core
called: feature of the Dart programming
language?
a) Android
a) Garbage collection
b) iOS
b) Strong typing with type inference
c) HarmonyOS
c) Exclusively functional programming
d) KaiOS
paradigm
d) Null safety
12. KaiOS is specifically designed for:
d) 2014
a) Python b) %
b) HTML c) ~/
d) Assembly language
a) && b) ||
c) ! d) ^
28. Which control flow statement allows you 32. Which category does the Container
to execute different code blocks based widget belong to?
on multiple conditions?
a) Interactive widget
a) for loop
b) Styling widget
b) while loop
c) Structural widget
c) if-else if ladder
d) Text and Image widget
d) do-while loop
a) Column widget
30. In Flutter, calling setState() within a
StatefulWidget's State object does b) Wrap widget
what?
c) Stack widget
a) Initializes the widget's state
d) Expanded widget
b) Builds the widget's UI for the first time
a) Margin b) Padding
c) Align d) SizedBox
d) Center
c) Container widget d) Image widget 45. The difference between padding and
margin is that padding:
41. For accepting text input from the user,
Flutter provides the: a) Adds space outside a widget, while margin
adds space inside
a) Text widget
b) Adds space inside a widget, while margin
b) Input widget
adds space outside
Unit Test 2 Reviewer (Generated)
c) Controls the widget's background color 50. What is the primary role of interactive
widgets in Flutter?
d) Defines the widget's size
a) To define the layout of the UI
c) mainAxisAlignment and
crossAxisAlignment
a) Stack
b) Expanded
c) Wrap
d) ListView