Python Exam Section 1

Python Exam Section 1

University

40 Qs

quiz-placeholder

Similar activities

PAS SEMESTER 1 TIK Informatika Kelas 8

PAS SEMESTER 1 TIK Informatika Kelas 8

8th Grade - University

35 Qs

FORENISIUS EKO JUNIANTO WIDODO

FORENISIUS EKO JUNIANTO WIDODO

10th Grade - University

40 Qs

UTS Etika Profesi dan Hukum Pelayanan Kesehatan

UTS Etika Profesi dan Hukum Pelayanan Kesehatan

University

35 Qs

Final Day Quiz for ICT Skill Share

Final Day Quiz for ICT Skill Share

4th Grade - Professional Development

41 Qs

Instrumentasi Kelautan 4

Instrumentasi Kelautan 4

University

40 Qs

24 10 20 (LA)

24 10 20 (LA)

University

35 Qs

QUIZZ KJD - PERAWATAN, PERMASALAHAN DAN PERBAIKAN PC

QUIZZ KJD - PERAWATAN, PERMASALAHAN DAN PERBAIKAN PC

KG - Professional Development

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?