Flutter Q_1.1

Flutter Q_1.1

Professional Development

10 Qs

quiz-placeholder

Similar activities

Capacitação Google Planilhas - Qualidade de Dados

Capacitação Google Planilhas - Qualidade de Dados

Professional Development

10 Qs

G Suite Review

G Suite Review

Professional Development

10 Qs

Kelas X 28 Spreadsheet 2020

Kelas X 28 Spreadsheet 2020

Professional Development

15 Qs

Star Wars Ships and shuttles

Star Wars Ships and shuttles

3rd Grade - Professional Development

13 Qs

PRE TEST 21 FEBRUARI 2024

PRE TEST 21 FEBRUARI 2024

Professional Development

10 Qs

Milling

Milling

Professional Development

15 Qs

HTML

HTML

Professional Development

10 Qs

Semana 6 JS

Semana 6 JS

Professional Development

10 Qs

Flutter Q_1.1

Flutter Q_1.1

Assessment

Quiz

Instructional Technology, Architecture

Professional Development

Hard

Created by

Mina Romany

Used 3+ times

FREE Resource

AI

Enhance your content in a minute

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

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

var text="TeXt";

print(text.touppercase());

what is the output?

text

tExT

TeXt

TEXT

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

var a = 9;

var b = 5;

print(a>b);

what is the output of this code?

true

error

9>5

a>b

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which operator can be used to compare two values?

==

=

><

<>

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

print(6>7);

what is the output?

true

false

6>7

error

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

int x=8;

//x=3;

print(x);

what is the output?

8

3

error

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Fill in the missing parentheses to have x equal 15.

int x =_2 + 3_* 3;

{....}

<....>

|....|

(...)

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

how to declare private variable?

private int x;

protected int x;

_int x;

int _x;

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?