Flutter full quiz

Flutter full quiz

Professional Development

23 Qs

quiz-placeholder

Similar activities

Internet

Internet

5th Grade - Professional Development

20 Qs

Emerging Trends in Cloud Computing!

Emerging Trends in Cloud Computing!

Professional Development

18 Qs

Cloud Computing Unit-2-1

Cloud Computing Unit-2-1

Professional Development

20 Qs

Pascal Test 02

Pascal Test 02

Professional Development

20 Qs

Quiz on Computer Fundamentals

Quiz on Computer Fundamentals

Professional Development

20 Qs

KSK1014 - Pemasangan Sistem Komputer

KSK1014 - Pemasangan Sistem Komputer

University - Professional Development

21 Qs

DATATYPES - INPUT/OUTPUT - OPERATORS

DATATYPES - INPUT/OUTPUT - OPERATORS

Professional Development

24 Qs

2k16_Embedded_Module_3

2k16_Embedded_Module_3

Professional Development

20 Qs

Flutter full quiz

Flutter full quiz

Assessment

Quiz

Computers

Professional Development

Practice Problem

Medium

Created by

Mina Romany

Used 9+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

23 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

what is the output of this code?

int x =5.2;

print(x);

5

5.2

5.0

Error

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

var x = 14.9;

what is the type of variable x?

int

var

double

float

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Fill the gaps.

___Declaring an integer

and printing it___

int x = 42;

print(x);

//......//

<..............>

/*.....*/

?...........?

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

 

what is the output of this code?

const R = 3.1;

R=5;

print(R);

Error

5

3.1

null

5.

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

6.

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

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

 

Which operator is used to determine the remainder?

/

*

-

%

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?