IS4 PM_2025 – Telegram
IS4 PM_2025
736 subscribers
724 photos
47 videos
1.15K files
308 links
Download Telegram
بسم الله اللهم اني توكلت عليك وسلمت امري اليك لا منجا ولا منجى منك الا اليك اللهم لا سهل الا ماقد جعلته سهلا
7
The xml layout file is a file used to draw the content of an activity
Anonymous Quiz
91%
True
9%
False
Which of the following is not an Android component (i.e. a point from which the system can
enter your application)?
Anonymous Quiz
79%
Layout
6%
Activity
8%
Service
8%
Content Provider
Which one of the following is not a valid name for process state?
Anonymous Quiz
10%
Background
21%
A Visible
67%
Bound
2%
Foreground
👍3
If your application is throwing exception android.content.ActivityNotFoundException, which
of the following could resolve the problem?
Anonymous Quiz
8%
Create a new broadcast receiver
73%
Add the activity to AndroidManifest.xml]
6%
Create a new sub-class of the View class
14%
Create the activity layout
Consider the following code:
Intent intent = new Intent();
intent.setAction(Intent.ACTION_VIEW); intent.setData(android.net.Uri.parse("http://www.androidatc.com")); startActivity(intent); Which of the following is correct about the code above?
Anonymous Quiz
12%
It sends a result to a new Activity in a Bundle.
12%
It will not compile without adding the INTERNET permission the Manifest file.
19%
It starts any activity in the application that has a WebView in its layout.
57%
When it is executed, the system starts an intent resolution process to start the right Activity.
Which of the following Android View sub-classes uses the WebKit rendering engine to
display web pages?
Anonymous Quiz
12%
PageView
10%
MapView
5%
HttpClient
74%
WebView
You can create a custom view by extending class Activity؟
Anonymous Quiz
86%
False
14%
True
How many types of widgets ate there in FLUTTER
Anonymous Quiz
11%
1
71%
2
7%
3
4%
4
2%
5
2%
6
2%
7
When building for ios flutter is restricted to an _____ compilation strategy
Anonymous Quiz
15%
JIT
5%
Transaction
5%
Recompiling
76%
AOT(Ahead—Of—Time)
Access to a cloud database through flutter is available through which service?
Anonymous Quiz
14%
NOSQL
0%
SQL
2%
MYSQL
84%
FireBase database
For repeating content in flutter, which widget would you use?
Anonymous Quiz
10%
View
10%
Expanded View
5%
Stack
2%
Array View
74%
ListView
What method you should override to use ANDROID menu system?
Anonymous Quiz
71%
onCreateOptionsMenu()
17%
onCreate()
7%
onMenuCreated
5%
Not one of above
What activity method you use to retrieve a reference to an android view by using the ID attribute of a resource XML?
Anonymous Quiz
10%
findViewByReference(int id)
80%
findViewById(int id)
5%
All of above
5%
Not one of above
During the activity lifecycle what is the first callback method invoked by the system
Anonymous Quiz
5%
onStop()
0%
onStart()
93%
onCreate()
2%
onFreeze()
Which configuration file holds the permission to use the internet?
Anonymous Quiz
8%
XML
5%
Java
3%
Resources
85%
Manifest