FLUTTER Installation And Setup MCQ
Flutter MCQ- Home
- Tutorials
- Flutter
- Installation And Setup
- Multiple Choice Question
(1) The building blocks of flutter application development are called.
A) Components
B) Widgets
C) Tools
D) Routines
Explanation
Widgets are the building blocks of flutter application development. These widgets are used to design the UI (User Interface). Flutter provide a large variety of useful widgets.
(2) Which of the following programming language is used in flutter application development?
A) C
B) Java
C) Dart
D) Php
Explanation
Dart language is designed and developed by google. It is easy to learn language and used and flutter application development.
(3) Which of the following command is used for checking the proper installation and configurations of flutter framework?
A) flutter check
B) flutter inspect
C) flutter run
D) flutter doctor
Explanation
Flutter doctor command can be run in terminal that show the configuration options with warnings and errors (if any exist).
(4) Which of the following developed the flutter framework?
A) Facebook
B) Google
C) Sun Microsystems
D) Microsoft
Explanation
Google developed the flutter framework in 2018.
(5) Flutter framework is developed for which type of platform.
A) Android
B) iOS
C) Cross Platform
D) Windows
Explanation
Flutter SDK is a cross platform framework that provide single codebase for the development of applications for multiple operating systems.
(6) Which of the following code editor is recommended for flutter development.
A) VS Code
B) Notepad
C) Notepad++
D) Netbeans
Explanation
Visual Studio code editor comes with no of useful extension for flutter development. It is strongly recommended that developers should use VS code for development.
(7) What is the recommended RAM requirement for the installation and configuration of flutter application development environment?
A) 2 GB
B) 4 GB
C) 8 GB
D) 16 GB
Explanation
Flutter application development and testing required a no of software and one device simulator to run on computer system. So that is recommended that there must be at least 8 GB RAM available in system for flutter development environment.