Flutter_Q3

Quiz
•
Computers, Instructional Technology, Professional Development
•
Professional Development
•
Hard
Mina Romany
Used 2+ times
FREE Resource
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
Similar Resources on Wayground
25 questions
class ,objects,variables & methods

Quiz
•
Professional Development
30 questions
Quiz 3.4

Quiz
•
Professional Development
31 questions
Quiz 7.1

Quiz
•
Professional Development
29 questions
Flutter_Q3 G4

Quiz
•
Professional Development
26 questions
Examen Python

Quiz
•
Professional Development
26 questions
Python Data Structures

Quiz
•
University - Professi...
24 questions
Tehnoloģiskā karte

Quiz
•
Professional Development
27 questions
Python Quiz

Quiz
•
Professional Development
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade