flutter g28

flutter g28

Professional Development

20 Qs

quiz-placeholder

Similar activities

HTML, CSS, JS Quiz

HTML, CSS, JS Quiz

Professional Development

20 Qs

Python - CDT

Python - CDT

Professional Development

20 Qs

Q1 Introduction to Python

Q1 Introduction to Python

Professional Development

15 Qs

C Operators

C Operators

University - Professional Development

15 Qs

Prueba 4º Eva I.I. 22_23

Prueba 4º Eva I.I. 22_23

Professional Development

20 Qs

flutter Q_5.2

flutter Q_5.2

Professional Development

15 Qs

Quiz 1 Internship

Quiz 1 Internship

Professional Development

15 Qs

core java 2

core java 2

Professional Development

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