Search Header Logo

Flutter Q1.2

Authored by Mina Romany

Professional Development

Professional Development

Used 6+ times

Flutter Q1.2
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

var a = 9;

var b = 5;

print(a>b);

what is the output of this code?

true

error

false

a>b

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

print('6>7');

what is the output?

true

false

6>7

null

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Fill in the missing parentheses to have x equal 15.

int x =_2 + 3_* 3

{....}

<....>

|....|

(...)

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

which one print 10?

int num =9;

print ("the number is $num + 1");

int num =9;

print ("the number is ${num + 1}");

int num =9;

print ("the number is num +1");

int num =9;

print ("the number is " + (num +1));

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

var a ="4";

var b ="2";

print(a+b);

what is the output of this code?

error

null

42

6

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Dart is an open source programming language developed by ......?

microsoft

google

orcale

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Vs Code is .....?

ide

Framework

Programming language

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Professional Development