Flutter_Q3

Flutter_Q3

Professional Development

29 Qs

quiz-placeholder

Similar activities

Y19 Champions

Y19 Champions

Professional Development

25 Qs

Pre-Test Training Dec.2021

Pre-Test Training Dec.2021

KG - Professional Development

25 Qs

TECHNICIAN L1

TECHNICIAN L1

Professional Development

25 Qs

ಕೊರೋನಾ ರೋಗ ಕುರಿತ ಜಾಗೃತಿ ರಸಪ್ರಶ್ನೆ ಕಾರ್ಯಕ್ರಮ

ಕೊರೋನಾ ರೋಗ ಕುರಿತ ಜಾಗೃತಿ ರಸಪ್ರಶ್ನೆ ಕಾರ್ಯಕ್ರಮ

Professional Development

25 Qs

Beja Fry-Reassure

Beja Fry-Reassure

Professional Development

24 Qs

Chicken Game

Chicken Game

Professional Development

24 Qs

UF0517 Organización empresarial y de RRHH (Centil 2020)

UF0517 Organización empresarial y de RRHH (Centil 2020)

Professional Development

25 Qs

PAT ROBOTIC Elektronika Dasar 2019-2020

PAT ROBOTIC Elektronika Dasar 2019-2020

KG - Professional Development

25 Qs

Flutter_Q3

Flutter_Q3

Assessment

Quiz

Computers, Instructional Technology, Professional Development

Professional Development

Practice Problem

Hard

Created by

Mina Romany

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

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

29 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

which one is wrong?

var l =[2,4];

List l=[2,4];

List l=new List(2);

list l =[2,4];

no one is wrong

2.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

var l = [2,4,6,8];

print(l[2]);

what is the output of this code?

3.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

var l = [2,4,6,8];

print(l.index of (2));

what is the output of this code?

4.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

var l = [2,4,6,8];

print(l.elementAt(2));

what is the output of this code?

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

var l = [2,4,6,8];

print(l.reversed);

what is the output of this code?

(4,2,8,6)

(6,4,2,8)

(8,6,4,2)

(8,2,6,4)

6.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

var l = [2,4,6,8]; l[0]=100

print(l[0]);

what is the output of this code?

7.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

var l = [2,4,6,8]; l.add(200);

what is the index of 200?

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?