Session 5

Session 5

KG - Professional Development

15 Qs

quiz-placeholder

Similar activities

QUIZ 7

QUIZ 7

University

10 Qs

MINECRAFT/PYTHON QUIZ

MINECRAFT/PYTHON QUIZ

12th Grade

20 Qs

Matrices

Matrices

7th Grade - Professional Development

10 Qs

Simocode Pro

Simocode Pro

University

10 Qs

MANAJEMEN PERHOTELAN DAN PARIWISATA ( ESSAY TEST)

MANAJEMEN PERHOTELAN DAN PARIWISATA ( ESSAY TEST)

University

11 Qs

Python

Python

Professional Development

19 Qs

Python b3

Python b3

6th Grade

11 Qs

Python Quiz For Starters

Python Quiz For Starters

3rd Grade - Professional Development

17 Qs

Session 5

Session 5

Assessment

Quiz

Special Education

KG - Professional Development

Medium

Created by

Karpagavalli Pauldurai

Used 5+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Is there any Data loss while upcasting conversion.?

Yes

No

Answer explanation

‌1. Converting lower data type into the higher one

2. This is safe process. Hence, no chance to lose data.

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is the name of parent to child conversion.?

Downcasting

Upcasting

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which operator is used to check the type?

is

as

as?

as!

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What will return while using the safe operator(as?) if the casting is failed.?

1

value of the variable

0

null/nil

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which keyword is used for force casting?

as!

as?

as

is!

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

‌What is the output of the program:

val integerValue: Int = 1234

val str: String = integerValue as String

println(str)

Throw an Exception

1234

0

null/nil

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which symbol is used to annotate?

?

;

:

!

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?