Flutter Q_4.1

Flutter Q_4.1

11 Qs

quiz-placeholder

Similar activities

Ô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

  Cert Magento Frontend AD0-E710 - Javascript - Part 1

Cert Magento Frontend AD0-E710 - Javascript - Part 1

Professional Development

15 Qs

React Intro

React Intro

12th Grade

16 Qs

python dictionary and set

python dictionary and set

Professional Development

15 Qs

Digital Design Quiz 1

Digital Design Quiz 1

Professional Development

10 Qs

Lesson 42-Various opening modes in file

Lesson 42-Various opening modes in file

5th Grade

10 Qs

Flutter Q1.2

Flutter Q1.2

Professional Development

12 Qs

ABREDES - Devasc Python

ABREDES - Devasc Python

Professional Development

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