Flutter Q_4.1

Flutter Q_4.1

11 Qs

quiz-placeholder

Similar activities

Reta numérica

Reta numérica

Professional Development

12 Qs

Tribe Night

Tribe Night

Professional Development

11 Qs

магические методы

магические методы

University

13 Qs

Cunoștințele Acumulate

Cunoștințele Acumulate

7th Grade

15 Qs

MS EXCEL էլեկտրոնային աղյուսակներ

MS EXCEL էլեկտրոնային աղյուսակներ

9th Grade

12 Qs

Adv Java Quiz TalentNext

Adv Java Quiz TalentNext

Professional Development

10 Qs

Lesson 7 - Test 1

Lesson 7 - Test 1

5th - 8th Grade

15 Qs

PreTrainingJavaScript

PreTrainingJavaScript

Professional Development

9 Qs

Flutter Q_4.1

Flutter Q_4.1

Assessment

Quiz

Professional Development

Hard

Created by

Mina Romany

Used 2+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Type casting is when you assign a value of one data type to another type.

true

false

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

var x=12.34;

print(x.floor());

what is the output of this code?

12

13

12.5

12.0

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

var text="a-b-c-d";

print(text.split("-"));

text.split("-")

[a,b,c,d]

abcd

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

var text=" a b c d ";

print('<${text.trim()}>');

< a b c d >

<abcd>

['<a','b','c','d>']

[<a,b,c,d>]

<a b c d>

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

var text=" a b c d ";

text.trim();

print('<$text>');

<a b c d>

[<a,b,c,d>]

['<a','b','c','d>']

<abcd>

< a b c d >

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

print(25.remainder(5));

is equivalent to?

print(25%5);

print(25/5);

print(25*5);

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

print(-50.abs()+5);

what is the output of this code?

-45

55

-55

45

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?