Python Exam Section 1

Python Exam Section 1

University

40 Qs

quiz-placeholder

Similar activities

Test Akhir KMD 2023

Test Akhir KMD 2023

University

40 Qs

UTS Etika Profesi dan Hukum Pelayanan Kesehatan

UTS Etika Profesi dan Hukum Pelayanan Kesehatan

University

35 Qs

Clasificatoria POChE franja 1

Clasificatoria POChE franja 1

University

35 Qs

UTS Filsafat dan Logika GANJIL 2024/2025

UTS Filsafat dan Logika GANJIL 2024/2025

University

40 Qs

Quiz Komponen Komputer dan Microsoft Office

Quiz Komponen Komputer dan Microsoft Office

7th Grade - University

44 Qs

Ulangan Komputer Akuntansi 3

Ulangan Komputer Akuntansi 3

12th Grade - University

40 Qs

Komputer I Modul 1

Komputer I Modul 1

University

43 Qs

Rekap soal (D3) Perka nomor 2 Tahun 2014 tata naskah dinas

Rekap soal (D3) Perka nomor 2 Tahun 2014 tata naskah dinas

University

35 Qs

Python Exam Section 1

Python Exam Section 1

Assessment

Quiz

Other

University

Hard

Created by

Ridho Akbar

Used 1+ times

FREE Resource

40 questions

Show all answers

1.

OPEN ENDED QUESTION

30 sec • 2 pts

Tuliskan syntax untuk instalasi library python pandas

Evaluate responses using AI:

OFF

2.

OPEN ENDED QUESTION

30 sec • 2 pts

Bagaimana cara mengecek apakah substring "world" ada di string "Hello world" dalam Python?

Evaluate responses using AI:

OFF

3.

OPEN ENDED QUESTION

30 sec • 2 pts

Apa hasil dari kode berikut? (Python code) x = 10 if x > 5: if x > 8: print("x besar") else: print("x sedang") else: print("x kecil")

Evaluate responses using AI:

OFF

4.

OPEN ENDED QUESTION

30 sec • 2 pts

Apa output dari kode berikut? (Python code) x = 7 if x > 5: print("Lebih besar dari 5") if x > 8: print("Lebih besar dari 8") else: print("Tidak lebih besar dari 8")

Evaluate responses using AI:

OFF

5.

OPEN ENDED QUESTION

30 sec • 2 pts

Apa output dari kode berikut? (Python code) x = 3 if x == 3: print("Tiga") elif x == 5: print("Lima") else: print("Lainnya")

Evaluate responses using AI:

OFF

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Manakah dari berikut ini adalah pernyataan kondisi dalam Python?

for

while

if

def

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Apa output dari kode berikut? (Python code) my_list = [1, 2, 3] print(my_list[1])

1

2

3

4

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?