0% found this document useful (0 votes)
12 views

Null محلول2

The document contains questions and answers about Flutter and mobile app development. It covers topics like stateless vs stateful widgets, Dart language features, advantages of native vs hybrid vs cross-platform apps, and components of the Flutter framework like widgets, layers, and hot reload.

Uploaded by

proomisee14
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views

Null محلول2

The document contains questions and answers about Flutter and mobile app development. It covers topics like stateless vs stateful widgets, Dart language features, advantages of native vs hybrid vs cross-platform apps, and components of the Flutter framework like widgets, layers, and hot reload.

Uploaded by

proomisee14
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

?

Which type of widget does not have any internal state-

a) Stateless widget

b) Stateful widget

c) Ephemeral widget

?What is the programming language used in Flutter

a) Java

b) Swift

c) Dart

?What is the purpose of the "late" keyword when declaring instance variables in Dart -

.a) It indicates that the variable can only be assigned once

.b) It indicates that the variable is a constant

c) It indicates that the variable's value will be assigned at a later time

?Which type of app development allows targeting every device with one technology

a) Native apps

b) Hybrid apps

c) Cross-platform
?What are the advantages of Native apps-

a) Quality, Speed, Native Look and Feel

b) Reduced Development Costs, Simplified Maintenance

c) Reduced Development Costs, Ease of Integration

?What are the advantages of Progressive Web Apps

a) Reduced Development Costs, Easy installation

b) Quality, Speed, Advanced UI Interactions

c) Native Look and Feel, Usability, New Features

?What is Flutter

a) Google's open-source SDK for cross-platform app development

b) An iOS programming language

c) A native app development framework

?What is an anonymous function in Dart-

a) A function with no name

b) A function with multiple return types

c) A function that cannot be called


?Which compiler in Dart compiles code just before program execution

)a) JIT (Just-In-Time

)b) AOT (Ahead-of-Time

)c) JVM (Java Virtual Machine

?What are the advantages of Flutter

a) Highly productive in terms of time & cost, Develop for iOS and Android from a
single codebase

b) Platform-specific look and feel, Large file-size apps

c) Lower performance, Long wait time for new features

Which type of mobile application is written in the SDK offered by the developing
?company

a) Native apps

b) Hybrid apps

c) Progressive Web Apps

?What is the purpose of an embedder in Flutter

a) To manage the message event loop

b) To provide an entrypoint for Flutter code

c) To coordinate with the underlying operating system


?What are the advantages of Native apps

a) Reduced Development Costs

b) Advanced UI Interactions

c) Maintaining 2 different code basis is hard and costly

?Which layer in Flutter provides an abstraction for dealing with layout

a) Rendering layer

b) Widgets layer

c) Embedders layer

?What are Flutter widgets

a) The building blocks of Flutter applications

b) The core API of Flutter

c) The low-level implementation of Flutter's core functionality

?What is the disadvantage of Flutter in terms of file size -

a) Platform specific look and feel

)b) Large file-size apps (Correct

c) Advanced/limited platform-specific features


?What is the purpose of the "hot reload" feature in Flutter

a) To fix crashes and continue debugging

b) To prototype and iterate easily

c) To develop cross-platform applications

?Which category of Flutter widgets deals with animation

a) Accessibility

b) Animation and Motion

c) Scrolling

Which type of mobile application is written in the SDK offered by the developing
?company

a) Native apps

b) Hybrid apps

c) Progressive Web Apps

?What is the main advantage of a Stateless Widget in Flutter

a) It can be easily accessed from an in-house production backend

b) It supports async functionality in a Flutter application

c) It is okay with being destroyed and only displays information and UI


?What is the purpose of the Flutter engine

a) To manage the message event loop

b) To support all Flutter applications

c) To provide the low-level implementation of Flutter's core API

?Which layer in Flutter introduces the reactive programming model

a) Rendering layer

b) Widgets layer

c) Material and Cupertino libraries

?What are the two types of widgets in Flutter

a) Stateful Widget and Stateless Widget

b) Basic Widget and Advanced Widget

c) Native Widget and Hybrid Widget

Which category of Flutter widgets is responsible for placing other widgets on the
?screen

a) Accessibility

b) Interaction Models

c) Layout
?What are the advantages of Native apps

a) Quality, Speed, Native Look and Feel

b) Reduced Development Costs, Simplified Maintenance

c) Reduced Development Costs, Ease of Integration

?What is Flutter

a) Google's open-source SDK for cross-platform app development

b) An iOS programming language

c) A native app development framework

?Which widget is used to create a Checkbox in Flutter

a) Checkbox Widget

b) Check Button

c) Checkbox

?What are the advantages of using Flutter for mobile app development

a) Platform specific look and feel

)b) Develop for iOS and Android from a single codebase

c) Lower performance and longer wait time for new features

You might also like