Dictionary Python

Dictionary Python

University

15 Qs

quiz-placeholder

Similar activities

Komputasi Numerik

Komputasi Numerik

University

11 Qs

Java Programming

Java Programming

University

20 Qs

Python Test1 (If Statement)

Python Test1 (If Statement)

University

10 Qs

Computer quize

Computer quize

11th Grade - University

17 Qs

Computer Science Quiz 02

Computer Science Quiz 02

10th Grade - University

19 Qs

Chapter 7: Microsoft Word (part 2)

Chapter 7: Microsoft Word (part 2)

University

10 Qs

Python Quiz 2.0

Python Quiz 2.0

University

14 Qs

Post Test #4 - Python Fundamental #3

Post Test #4 - Python Fundamental #3

University

10 Qs

Dictionary Python

Dictionary Python

Assessment

Quiz

Computers

University

Medium

Created by

Muhammad Rafi Al Basyary

Used 19+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

Dictionary adalah tipe data python yang menggunakan pendekatan "--- - ---"

"key - item"

"key - value"

"item - value"

"item - key"

2.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

A = {"AP" : "Basis Data", "PU" : "Statistika", "AH" : "Data Preparation"}

- - - - -

print(B)

#['AP', 'SDW', 'AH']#

B = list(A.keys())

B = set(A.keys())

B = list(A.items())

B = set(A.items())

3.

MULTIPLE CHOICE QUESTION

10 sec • 6 pts

Pola pada Dictionary menggunakan

{ = }

( = )

{ : }

( : )

4.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

Tipe data berikut dapat digunakan pada Key dalam Dictionary , kecuali

String

Boolean

Tuple

Angka

5.

MULTIPLE CHOICE QUESTION

30 sec • 9 pts

SDA = {"A1" : "C", "A2" : "C++", "A3" : "PYTHON"}

- - - - -

#None#

print(SDA.get("A4"))

print(SDA.get(("A4")

print(SDA("A4"))

print(SDA(("A4")

6.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

Yang bukan merupakan sifat dari Dictionary adalah

Unordered

Changeable

Unique

Fatigue

7.

MULTIPLE CHOICE QUESTION

20 sec • 10 pts

Mantan = {"Icha" : "Keanu", "Yushin" : "Kim Davin", "Ilham" : "Lucinta" }

print(Mantan.get["Yushin"])

# - - - - - #

None

Kim Davin

['Kim Davin']

Error

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?