flutter Q_5.2

flutter Q_5.2

Professional Development

15 Qs

quiz-placeholder

Similar activities

SQL Statements and Queries

SQL Statements and Queries

Professional Development

15 Qs

Javascript Assessment

Javascript Assessment

Professional Development

20 Qs

Python Functions

Python Functions

Professional Development

10 Qs

Python Basics - First step of Baby python

Python Basics - First step of Baby python

Professional Development

10 Qs

Nodejs: Database SQL

Nodejs: Database SQL

Professional Development

10 Qs

Flutter Q_2.1

Flutter Q_2.1

Professional Development

10 Qs

Quiz 1 Internship

Quiz 1 Internship

Professional Development

15 Qs

Python 71 Quiz

Python 71 Quiz

Professional Development

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