Python Exam Section 1

Python Exam Section 1

University

40 Qs

quiz-placeholder

Similar activities

soal kelas 7 pi

soal kelas 7 pi

KG - Professional Development

35 Qs

PEMELIHARAAN SASIS SEPEDA MOTOR

PEMELIHARAAN SASIS SEPEDA MOTOR

University

40 Qs

Quiz Teknologi Informasi

Quiz Teknologi Informasi

University

41 Qs

Soal PAS 1 kelas X MPLB

Soal PAS 1 kelas X MPLB

10th Grade - University

40 Qs

Kuis Informatika Kelas 8

Kuis Informatika Kelas 8

7th Grade - University

40 Qs

UTS Etika Profesi dan Hukum Pelayanan Kesehatan

UTS Etika Profesi dan Hukum Pelayanan Kesehatan

University

35 Qs

SOAL PSTS PRE & P3E SMKN 1 Kab. Tangerang 2024 - 2025

SOAL PSTS PRE & P3E SMKN 1 Kab. Tangerang 2024 - 2025

11th Grade - University

35 Qs

17 agustus SMA Mondial

17 agustus SMA Mondial

University

40 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?