Flutter Q1.2

Flutter Q1.2

Professional Development

12 Qs

quiz-placeholder

Similar activities

C/C++ Fluxogram - Introdução

C/C++ Fluxogram - Introdução

Professional Development

17 Qs

301 L/S Abbreviations

301 L/S Abbreviations

KG - Professional Development

10 Qs

C programming

C programming

Professional Development

10 Qs

Kotlin Fundamentals

Kotlin Fundamentals

Professional Development

7 Qs

Web Development Workshop

Web Development Workshop

University - Professional Development

10 Qs

java AWT

java AWT

Professional Development

12 Qs

หน่วยที่ 4 การเขียนโปรแกรมแบบเลือกทำ

หน่วยที่ 4 การเขียนโปรแกรมแบบเลือกทำ

Professional Development

10 Qs

Putnu gaļas (miķelis)

Putnu gaļas (miķelis)

Professional Development

15 Qs

Flutter Q1.2

Flutter Q1.2

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

Mina Romany

Used 6+ times

FREE Resource

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

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?