Flutter Q_1.1

Flutter Q_1.1

Professional Development

10 Qs

quiz-placeholder

Similar activities

Product Knowledge GCS

Product Knowledge GCS

Professional Development

15 Qs

Table and Data Types - 3

Table and Data Types - 3

Professional Development

6 Qs

Python

Python

Professional Development

7 Qs

Semana 2 Conocimientos Básicos de Python

Semana 2 Conocimientos Básicos de Python

Professional Development

10 Qs

7W GATE D3

7W GATE D3

Professional Development

10 Qs

PYTHON

PYTHON

KG - Professional Development

9 Qs

Funciones

Funciones

Professional Development

12 Qs

Teste turma 11

Teste turma 11

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

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?