جدول_الاختبارات_النهائي_لكلية_الحاسوب_للعام_الجامعي_1445_1446هـ.pdf
896.2 KB
الجدول النهائي لاختبارات الفصل الأول 2023/2024
👌2💔1
AND-401 Exam Sample.pdf
448.5 KB
يُقال أن هذا الملف يدخل منه أسئلة كل عام
📛 في ما يخص الجافا فقط 📛
اما الفلاتر فهذا العام لأول مرة يُدرسها الدكتور
📛 في ما يخص الجافا فقط 📛
اما الفلاتر فهذا العام لأول مرة يُدرسها الدكتور
👍2
هذي روابط بنوك أسئلة في الجافا :-
https://www.freecram.net/question/Android.AND-401.v2018-03-22.q208/in-which-activity-life-cycle-method-you-should-do-all-of-your-normal-static-set-up-such-as-creating
https://www.interviewbit.com/android-mcq/
Top 30 Android MCQ Questions and Answers with Explanation
https://www.hackhackathon.com/content/top-30-android-mcq-questions-and-answers-with-explanation
Android MCQ (Multiple Choice Questions) - javatpoint
https://www.javatpoint.com/android-mcq
https://www.freecram.net/question/Android.AND-401.v2018-03-22.q208/in-which-activity-life-cycle-method-you-should-do-all-of-your-normal-static-set-up-such-as-creating
https://www.interviewbit.com/android-mcq/
Top 30 Android MCQ Questions and Answers with Explanation
https://www.hackhackathon.com/content/top-30-android-mcq-questions-and-answers-with-explanation
Android MCQ (Multiple Choice Questions) - javatpoint
https://www.javatpoint.com/android-mcq
www.freecram.net
AND-401 Exam Dumps | In which Activity life-cycle method you should do all of your normal static set up such as: creating
Android.AND-401.v2018-03-22.q208/No.190: In which Activity life-cycle method you should do all of your normal static set up such as: creating views and bind data to lists? A. onResume() B. onStart() C. onCreate() D. onPause() Answer: C Explanation: Expla…
👍1
وهذي روابط بنوك أسئلة في فلاتر :-
https://pangea.ai/blog/tech-stack/flutter-mcq-questions-and-answers
https://letsfindcourse.com/mobile-development-mcq/flutter-mcq-questions-and-answers
https://www.freshersnow.com/flutter-mcqs-and-answers-with-explanation/
https://pangea.ai/blog/tech-stack/flutter-mcq-questions-and-answers
https://letsfindcourse.com/mobile-development-mcq/flutter-mcq-questions-and-answers
https://www.freshersnow.com/flutter-mcqs-and-answers-with-explanation/
pangea.ai
25 Flutter MCQ Questions and Answers | Pangea.ai
Master Flutter with our comprehensive collection of MCQ questions and answers. Boost your knowledge and skills at Pangea.ai. Explore now!
🔥1
جدول اختبارات الحاسوب.pdf
179 KB
الجدول الجديد
ركزوا في الفترات ومكان الاختبار
حيث الاختبار الأول في الفترة الثالثة من 12 إلى 1:30
ومكان الاختبار في كلية الحاسوب
ركزوا في الفترات ومكان الاختبار
حيث الاختبار الأول في الفترة الثالثة من 12 إلى 1:30
ومكان الاختبار في كلية الحاسوب
💔3
بسم الله اللهم اني توكلت عليك وسلمت امري اليك لا منجا ولا منجى منك الا اليك اللهم لا سهل الا ماقد جعلته سهلا
❤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)?
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
What is the role of the R.java file in an Android application project?
Anonymous Quiz
6%
It contains the target SDK version number.
17%
It contains information about content providers of the Android application.
11%
It contains instructions to build the Android application project.
66%
It contains all resource IDs allowing the developer to reference them from the code using integers
What is a correct statement about an XML layout file?
Anonymous Quiz
6%
A layout PNG image file.
9%
A file that contains a single activity widget.
11%
A file that contains all application permission information.
74%
.A file used to draw the content of an Activity.
If your application is throwing exception android.content.ActivityNotFoundException, which
of the following could resolve the problem?
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?
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?
display web pages?
Anonymous Quiz
12%
PageView
10%
MapView
5%
HttpClient
74%
WebView
Which of the following lines of codes adds zoom controls to a WebView?
Anonymous Quiz
60%
webView.getSettings().setBuiltInZoomControls(true);
9%
webView.getZoomSettings().setControls(CONTROLS.enabled);
19%
webView.getSettings().setZoomControls(true);
12%
Zoom controls are included by default in WebViews