Flutter Q_0

Flutter Q_0

Professional Development

15 Qs

quiz-placeholder

Similar activities

แบบทดสอบบทที่3

แบบทดสอบบทที่3

Professional Development

10 Qs

Random stuff

Random stuff

KG - Professional Development

12 Qs

CodeMonkey Platform Management & Resources

CodeMonkey Platform Management & Resources

Professional Development

10 Qs

Revisão LP 2023.1

Revisão LP 2023.1

Professional Development

10 Qs

ข้อสอบปลายภาควิชาเทคโนโลยี ม.3

ข้อสอบปลายภาควิชาเทคโนโลยี ม.3

Professional Development

20 Qs

Pre Test Hybrid

Pre Test Hybrid

Professional Development

15 Qs

Microsoft Office Advandces 2016

Microsoft Office Advandces 2016

9th Grade - Professional Development

20 Qs

Sains Komputer Tingkatan 5 - 1.3.1 Menerangkan get logik

Sains Komputer Tingkatan 5 - 1.3.1 Menerangkan get logik

1st Grade - Professional Development

20 Qs

Flutter Q_0

Flutter Q_0

Assessment

Quiz

Instructional Technology, Computers

Professional Development

Medium

Created by

Mina Romany

Used 19+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 8 pts

what is the output of this code?

const R = 3.1;

R=5;

print(R)

3.1

5

3

Error

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Fill the gaps.

___Declaring an integer

and printing it___

int x = 42;

print(x);

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

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

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

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

3.

MULTIPLE CHOICE QUESTION

30 sec • 6 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));

4.

MULTIPLE CHOICE QUESTION

30 sec • 6 pts

var a ="4";

var b ="2";

print(a+b);

what is the output of this code?

6

4+2

42

a+b

5.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

 

Which operator is used to determine the remainder?

/

%

*

!

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

var a = 9;

var b = 5;

print("a>b");

what is the output of this code?

true

9>5

a>b

error

7.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

var a = 9;

var b = 5;

print(a>b);

what is the output of this code?

false

true

Error

a>b && 4>7

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?