which one is wrong?
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
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 Quizizz
25 questions
Javascript Basics

Quiz
•
Professional Development
27 questions
Python Quiz

Quiz
•
Professional Development
25 questions
core java 2

Quiz
•
Professional Development
29 questions
AI Selection Test

Quiz
•
Professional Development
31 questions
Quiz 7.1

Quiz
•
Professional Development
24 questions
Golang Fiber with GORM

Quiz
•
Professional Development
29 questions
Flutter_Q3 G4

Quiz
•
Professional Development
26 questions
Input and Output devices

Quiz
•
University - Professi...
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade