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
Cocokan simbol berikut dengan data collection yang sesuai!
{}
List
[]
Set
()
Tuple
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]
[]
print(list[1:2])
['lima', 6.0]
print(list[:3])
[1, 'dua', 3.0]
print(list[4:4])
6.0
print(list[5])
['dua']
print(list[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 Wayground
10 questions
CSE 6R Midterm Review

Quiz
•
University
10 questions
Python Round 2

Quiz
•
University
15 questions
Жанар214

Quiz
•
9th Grade - University
10 questions
Python quiz

Quiz
•
10th Grade - Professi...
10 questions
PP_Week7_Batch1

Quiz
•
University
10 questions
ข้อสอบก่อนเรียนหน่วยที่ 6 โครงสร้างข้อมูลภาษาไพธอน

Quiz
•
University
12 questions
Типы данных Python2

Quiz
•
6th Grade - University
15 questions
Py-Hackathon - Week 2 - Day 2

Quiz
•
University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
21 questions
Spanish-Speaking Countries

Quiz
•
6th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
7 questions
Common and Proper Nouns

Interactive video
•
4th Grade - University
12 questions
Los numeros en español.

Lesson
•
6th Grade - University
7 questions
PC: Unit 1 Quiz Review

Quiz
•
11th Grade - University
7 questions
Supporting the Main Idea –Informational

Interactive video
•
4th Grade - University
12 questions
Hurricane or Tornado

Quiz
•
3rd Grade - University
7 questions
Enzymes (Updated)

Interactive video
•
11th Grade - University