IS4 PM_2025 – Telegram
IS4 PM_2025
736 subscribers
724 photos
47 videos
1.15K files
308 links
Download Telegram
IS4 PM_2025
Photo
What is the second layer from top called in the following diagram of Android’s Architecture
Anonymous Quiz
70%
Application framework.
8%
Linux kernel.
13%
Android runtime.
10%
Applications layer.
Consider the following code :
@Override
public void onCreateContextMenu(ContextMenu menu, View v,
ContextMenuInfo menuInfo) {
super.onCreateContextMenu(menu, v, menuInfo);
menu.setHeaderTitle("Menu");
AdapterContextMenuInfo cmi = (AdapterContextMenuInfo) menuInfo;
menu.add(1, cmi.position, 0, "Open file");
menu.add(2, cmi.position, 0, "Save file");
}
Flutter developed by:-
Anonymous Quiz
5%
Oracle
5%
Microsoft
3%
IBM
87%
Google
The first alpha version of flutter was released in
Anonymous Quiz
84%
2017
5%
2018
11%
2019
0%
2020
Flutter is not a language; It's an SDK
Anonymous Quiz
82%
True
18%
False
A widget that allows us to refresh the screen is called
Anonymous Quiz
8%
StatelessWidget
77%
StatefulWidget
3%
StateleastWidget
13%
All of above
Which of the following are the advantages of flutter
Anonymous Quiz
8%
Cross platform development
11%
Minimal code
5%
Faster development
76%
All of above
Which function is responsible for starting the program?
Anonymous Quiz
18%
runApp()
74%
main()
3%
run()
5%
flutter()
Flutter apps can run in :-
Anonymous Quiz
3%
IOS
5%
Android
90%
All of above
3%
Non of above
The example of the StatelessWidget are
Anonymous Quiz
3%
Row
3%
Column
13%
Text
82%
All of above
For the first build time in flutter, the app will take longer time
Anonymous Quiz
93%
True
7%
False
Which one of the following works in flutter
Anonymous Quiz
2%
Hot salsa
7%
Cold reload
71%
Hot reload
20%
Hot restart
The language that used in flutter is called Dart
Anonymous Quiz
95%
True
5%
False
Flutter was built by using
Anonymous Quiz
5%
C#
15%
Objective c
15%
Kotlin
65%
C++