Dart Q_5

Dart Q_5

Professional Development

20 Qs

quiz-placeholder

Similar activities

PythonDS

PythonDS

Professional Development

21 Qs

Day3

Day3

Professional Development

15 Qs

Python Week 3

Python Week 3

Professional Development

18 Qs

PythonDS

PythonDS

Professional Development

16 Qs

Revisão Programação Web - 2

Revisão Programação Web - 2

10th Grade - Professional Development

15 Qs

Quiz 2 Internship on Fundamentals of Python

Quiz 2 Internship on Fundamentals of Python

Professional Development

15 Qs

BCS Systems & Architecture Quiz 1

BCS Systems & Architecture Quiz 1

University - Professional Development

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