Dart Q_5

Dart Q_5

Professional Development

20 Qs

quiz-placeholder

Similar activities

HACKATHON HUSTLE(ROUND 1)

HACKATHON HUSTLE(ROUND 1)

Professional Development

20 Qs

operators & loops

operators & loops

Professional Development

20 Qs

Flutter Online Quiz

Flutter Online Quiz

Professional Development

18 Qs

HACKATHON HUSTLE(ROUND 2)

HACKATHON HUSTLE(ROUND 2)

Professional Development

20 Qs

CPR_Midterm online Exam

CPR_Midterm online Exam

Professional Development

20 Qs

CPR _Chapter2 _Onlinequiz

CPR _Chapter2 _Onlinequiz

Professional Development

15 Qs

CPR_Quiz_Arrays and strings

CPR_Quiz_Arrays and strings

Professional Development

20 Qs

Python Basics

Python Basics

Professional Development

25 Qs

Dart Q_5

Dart Q_5

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

Mina Romany

Used 3+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

print('hh' is String);

true

false

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

var x =Duration(hours: 47);

print(x.inDays);

1

2

0

null

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

var x =DateTime.monday;

print(x);

1

2

3

7

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

print(3~/2);

print(3/2);

1

1

1.5

1.5

1

1.5

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

x=x+5;

what is equivalent to?

x+=5;

5+=x;

x=+5;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

int i=2;

print(i);

print(i++);

print(++i);

2

2

2

2

3

4

2

2

4

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

10>8 && 1>8

null

false

true

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?