Python Exam Section 1

Python Exam Section 1

University

40 Qs

quiz-placeholder

Similar activities

Akuntansi Dasar Kelas X AK

Akuntansi Dasar Kelas X AK

KG - Professional Development

40 Qs

Soal PAS 1 kelas X MPLB

Soal PAS 1 kelas X MPLB

10th Grade - University

40 Qs

Pemrograman dan Arduino IDE

Pemrograman dan Arduino IDE

University

45 Qs

STS TEKNOLOGI PERKANTORAN KELAS XI

STS TEKNOLOGI PERKANTORAN KELAS XI

University

45 Qs

17 agustus SMA Mondial

17 agustus SMA Mondial

University

40 Qs

REMED TIK KELAS 8

REMED TIK KELAS 8

7th Grade - University

40 Qs

soal kelas 7 pi

soal kelas 7 pi

KG - Professional Development

35 Qs

Fundamental MVC dan Laravel

Fundamental MVC dan Laravel

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?