Python Exam Section 1

Python Exam Section 1

University

40 Qs

quiz-placeholder

Similar activities

Soal PAS 1 kelas X MPLB

Soal PAS 1 kelas X MPLB

10th Grade - University

40 Qs

Python Programming Quiz

Python Programming Quiz

University

40 Qs

Kuis Informatika Kelas 8

Kuis Informatika Kelas 8

7th Grade - University

40 Qs

Python Set

Python Set

University

40 Qs

UTS Jurnalistik

UTS Jurnalistik

University

40 Qs

Quiz Teknologi Informasi

Quiz Teknologi Informasi

University

41 Qs

PAS ADMINISTRASI SISTEM JARINGAN KELAS 11 SMSTR GENAP

PAS ADMINISTRASI SISTEM JARINGAN KELAS 11 SMSTR GENAP

11th Grade - University

45 Qs

ETIKA PROFESI X PS 2

ETIKA PROFESI X PS 2

12th Grade - 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?