Android 2

Quiz
•
Computers
•
1st - 7th Grade
•
Hard
Hanan Elsaid
Used 10+ times
FREE Resource
7 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Q1) The activity life cycle does not contain.................
onStart()
onCreat()
onAttach()
onPause()
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Q2) If you need to pass data back from an activity, Which method you should use?
startActivity()
startActivityForResult()
ActivityForResult()
None of the above.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Q3) If you want to navigate from one activity to another then android provides you which class?
Object
startActivity
Intent
None of the above.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Q4) The types of intents in android is\are
A) Explicit intents
B) Implicit intents
C) Start intents
D) Option A and B are correct.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Q5) Suppose that there are two activities in an application named FirstActivity and SecondActivity. You want to send website name from ActivityOne to ActivityTwo. What code you will write? Suppose that website name is “CareerRide.com”
Intent intent=new Intent (this, SecondActivity.class);
intent.putExtra("name", “CareerRide.com”);
startActivity(intent);
Intent intent=new Intent (this, SecondActivity.class);
intent.putExtra( “CareerRide.com”);
startActivity(intent);
Intent intent=new Intent ();
intent.putExtra("name", “CareerRide.com”);
startActivity(intent);
None of the above.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Q6) How will you get the data in secondActivity? Refer question Q5
Intent intent=new Intent;
String str= intent.getStringExtra("name");
Toast.makeText(this, str , Toast.LENGTH_LONG).show();
Intent intent=getIntent();
String str= intent.getStringExtra("name");
Toast.makeText(this, str , Toast.LENGTH_LONG).show();
Intent intent=getIntent();
String str= intent.getText("name");
Toast.makeText(this, str , Toast.LENGTH_LONG).show();
None of the above
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
...........محلها intent ال
العين
الاذن
القلب
الرجل
Similar Resources on Wayground
11 questions
Online Safety

Quiz
•
6th - 12th Grade
10 questions
Python-Partie1

Quiz
•
1st Grade
10 questions
Sequencing in Flowcharts

Quiz
•
5th - 9th Grade
10 questions
Programming - Iteration, Basic Programming Constructs & Loop

Quiz
•
2nd - 12th Grade
9 questions
Python Basics

Quiz
•
7th Grade
11 questions
Python - operacje wejścia i wyjścia

Quiz
•
1st - 2nd Grade
11 questions
Curso de Programación Básica

Quiz
•
3rd Grade
11 questions
Python for Class 7

Quiz
•
7th - 8th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
8 questions
Time Management

Quiz
•
6th Grade
18 questions
Digital Footprint

Quiz
•
6th Grade
20 questions
typing

Quiz
•
6th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
10 questions
Exploring Cybersecurity Techniques and Threats

Interactive video
•
6th - 10th Grade
10 questions
Understanding the Internet and Data Transmission

Interactive video
•
7th - 12th Grade
25 questions
How to Email a Teacher- https://youtu.be/NioeNhfpVfI

Quiz
•
6th - 8th Grade