Cocokan simbol berikut dengan data collection yang sesuai!
Post Test #4 - Python Fundamental #3

Quiz
•
Computers
•
University
•
Hard
Rizki Tri Prasetio
Used 5+ times
FREE Resource
10 questions
Show all answers
1.
MATCH QUESTION
1 min • 10 pts
()
List
{}
Tuple
[]
Set
2.
MULTIPLE SELECT QUESTION
45 sec • 5 pts
Diantara data collection berikut, mana yang memiliki sifat Index Sequential
List
Tuple
Set
Dictionary
3.
MULTIPLE SELECT QUESTION
45 sec • 10 pts
Manakah diantara karakteristik berikut yang merupakan kriteria dari sebuah List?
Dideklarasikan menggunakan simbol []
Memiliki index yang berurutan
Mutable
Dideklarasikan menggunakan simbol ()
Immutable
4.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Manakah diantara potongan kode berikut ini yang akan menghasilkan output:
[10000, 15000]
list = [5000, 10000, 15000, 20000, 25000] print(list[1:3])
list = [5000, 10000, 15000, 20000, 25000] print(list[:3])
list = [5000, 10000, 15000, 20000, 25000] print(list[1:])
list = [5000, 10000, 15000, 20000, 25000] print(list[1:2])
list = [5000, 10000, 15000, 20000, 25000] print(list[1:4])
5.
MATCH QUESTION
1 min • 20 pts
Diketahui terdapat sebuah list dengan anggota list sebagai berikut:
list = [1, "dua", 3.0, 4, "lima", 6.0]
['lima', 6.0]
print(list[1:2])
[]
print(list[4:])
6.0
print(list[5])
['dua']
print(list[:3])
[1, 'dua', 3.0]
print(list[4:4])
6.
MULTIPLE CHOICE QUESTION
30 sec • 10 pts
Berapa output yang akan muncul apabila potongan kode berikut dijalankan?
coll = {"Januari", "Februari", "Januari", "Maret", "Februari", "April", "Mei", "Maret"} print(len(coll))
5
8
6
7
7.
DRAG AND DROP QUESTION
1 min • 10 pts
Lengkapi potongan kode berikut ini agar menjadi sebuah dictionary yang benar
dict (a) {'nilai' : 80 (b) 'status' (c) 'Lulus' (d)
Create a free account and access millions of resources
Similar Resources on Quizizz
15 questions
Python Basics

Quiz
•
University
15 questions
Тест з програмування на Python

Quiz
•
12th Grade - University
10 questions
Rainbow Six Siege

Quiz
•
5th Grade - University
15 questions
Python End of Topic Quiz

Quiz
•
8th Grade - University
5 questions
1045 week 4

Quiz
•
University
10 questions
Python Dictionaries

Quiz
•
University
15 questions
Python-Day-3

Quiz
•
12th Grade - University
15 questions
Cybernaut Analysis

Quiz
•
University
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