Flutter Q_4.1

Flutter Q_4.1

11 Qs

quiz-placeholder

Similar activities

Reta numérica

Reta numérica

Professional Development

12 Qs

JavaScript Basics

JavaScript Basics

12th Grade - University

15 Qs

Ôn tập về tệp và quản lí tệp

Ôn tập về tệp và quản lí tệp

11th Grade

9 Qs

Quiz3

Quiz3

1st - 3rd Grade

15 Qs

Adv Java Quiz TalentNext

Adv Java Quiz TalentNext

Professional Development

10 Qs

CPR Quiz_chapter 5_structure

CPR Quiz_chapter 5_structure

Professional Development

10 Qs

  Cert Magento Frontend AD0-E710 - Javascript - Part 1

Cert Magento Frontend AD0-E710 - Javascript - Part 1

Professional Development

15 Qs

Lesson 7 - Test 1

Lesson 7 - Test 1

5th - 8th Grade

15 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?