flutter Q_5.2

flutter Q_5.2

Professional Development

15 Qs

quiz-placeholder

Similar activities

Digitala Funktioner

Digitala Funktioner

Professional Development

10 Qs

Révision HTML, CSS et JavaScript

Révision HTML, CSS et JavaScript

Professional Development

20 Qs

Words Ending in ED

Words Ending in ED

Professional Development

17 Qs

SOAL SEPUTAR PPPK

SOAL SEPUTAR PPPK

Professional Development

10 Qs

Pretest Pemanfaatan Chromebook

Pretest Pemanfaatan Chromebook

Professional Development

13 Qs

TGCS Week 3 pop quiz

TGCS Week 3 pop quiz

Professional Development

18 Qs

IVY SQL Internship Assessment

IVY SQL Internship Assessment

Professional Development

13 Qs

Python Test-2A

Python Test-2A

Professional Development

11 Qs

flutter Q_5.2

flutter Q_5.2

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

Mina Romany

Used 6+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

var y= 10 as double;

print(y);

10

10.0

error

null

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

print(10>8 && 1>8);

10>8 && 1>8

true

false

null

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

if(8>2)print(10);

else print(8);

10

8

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

String name;

print(name??'ali');

ali

null

name

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

int i=2;

print(i);

print(i++);

print(++i);

2

2

4

2

3

4

2

2

2

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

print(3~/2);

print(3/2);

1

1.5

1.5

1.5

1

1

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

x=x+5;

what is equivalent to?

x=+5;

5+=x;

x+=5;

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?