Flutter_Q1

Flutter_Q1

Professional Development

21 Qs

quiz-placeholder

Similar activities

PLSQL_2324

PLSQL_2324

Professional Development

18 Qs

MS OFFICE QUIZ 01

MS OFFICE QUIZ 01

Professional Development

20 Qs

NM-BIG DATA Course

NM-BIG DATA Course

Professional Development

20 Qs

OAT (Quiz 2)

OAT (Quiz 2)

Professional Development

20 Qs

Excel Formula

Excel Formula

4th Grade - Professional Development

20 Qs

Introduction to central heating

Introduction to central heating

Professional Development

16 Qs

BCS Network Security Test 2

BCS Network Security Test 2

University - Professional Development

18 Qs

LPC 16 - AIO

LPC 16 - AIO

Professional Development

20 Qs

Flutter_Q1

Flutter_Q1

Assessment

Quiz

Computers, Instructional Technology

Professional Development

Practice Problem

Medium

Created by

Mina Romany

Used 4+ times

FREE Resource

AI

Enhance your content in a minute

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

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

what is the output of this code?

int x =5.2;

print(x);

5

5.2

Error

5.0

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

var x = 14.9;

what is the type of variable x?

Boolean

String

Int

double

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Fill the gaps.

___Declaring an integer

and printing it___

int x = 42;

print(x);

//.........//

<----...................----->

/*............*/

?-------------?

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

what is the output of this code?

const R = 3.1;

R=5;

print(R);

3.1

5

Error

3

5.

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

6.

FILL IN THE BLANK QUESTION

20 sec • 1 pt

var a ="4";

var b ="2";

print(a+b);

what is the output of this code?

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which operator is used to determine the remainder?

*

/

%

+

Create a free account and access millions of resources

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?