flutter g28

flutter g28

Professional Development

20 Qs

quiz-placeholder

Similar activities

C Operators

C Operators

University - Professional Development

15 Qs

Arrays & Strings using C

Arrays & Strings using C

Professional Development

15 Qs

TGCS Week 3 pop quiz

TGCS Week 3 pop quiz

Professional Development

18 Qs

list and dictionary

list and dictionary

Professional Development

17 Qs

FUNCTIONS - FILES - MODULES - OOPS

FUNCTIONS - FILES - MODULES - OOPS

Professional Development

25 Qs

Typescript Basics

Typescript Basics

Professional Development

20 Qs

DATA TYPES ,INPUT AND OUTPUT

DATA TYPES ,INPUT AND OUTPUT

Professional Development

25 Qs

Criar Cenários de Aprendizagem com ferramentas digitais

Criar Cenários de Aprendizagem com ferramentas digitais

Professional Development

22 Qs

flutter g28

flutter g28

Assessment

Quiz

Professional Development

Professional Development

Easy

Created by

Mina Romany

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

var a = 9;

var b = 5;

print(a>b);

what is the output of this code?

true

false

a>b

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

print('6>7');

what is the output?

true

false

null

none of these

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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));

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

var a ="4";

var b ="2";

print(a+b);

what is the output of this code?

error

null

42

6

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Microsoft

Google

Oracle

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Semicolons are .....?

Required

Optional

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

if you initialize a variable as var,once assigned type cannot change?

true

false

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?

Discover more resources for Professional Development