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
28 questions
Q2-Tern2Midterm Computer

Quiz
•
Professional Development
30 questions
Module 2 Review

Quiz
•
Professional Development
30 questions
Hardware quizee

Quiz
•
Professional Development
24 questions
DATATYPES - INPUT/OUTPUT - OPERATORS

Quiz
•
Professional Development
24 questions
Julia - Quiz 1

Quiz
•
Professional Development
30 questions
C BASICS

Quiz
•
Professional Development
25 questions
AP CSA Unit 1&2 Test

Quiz
•
8th Grade - Professio...
25 questions
ReactJS Online Test

Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade