Kuis Tambahan Python

Kuis Tambahan Python

9th - 12th Grade

25 Qs

quiz-placeholder

Similar activities

Computational Thinking & Flowchart Quiz

Computational Thinking & Flowchart Quiz

10th Grade

20 Qs

Quiz Roblox Studio 2

Quiz Roblox Studio 2

4th Grade - University

20 Qs

EVALUASI TENGAH SEMESTER GENAP

EVALUASI TENGAH SEMESTER GENAP

10th Grade - University

30 Qs

Simulasi Pra  Ujian SMT 1 Py

Simulasi Pra Ujian SMT 1 Py

10th Grade

20 Qs

Dasar Koding dan Kecerdasan Artifisial

Dasar Koding dan Kecerdasan Artifisial

10th Grade - University

25 Qs

Kuis Dasar Kejuruan TKJ

Kuis Dasar Kejuruan TKJ

10th Grade

20 Qs

Quiz Informatika E01 S01

Quiz Informatika E01 S01

10th Grade

25 Qs

Quiz Sistem Komputer

Quiz Sistem Komputer

9th Grade

20 Qs

Kuis Tambahan Python

Kuis Tambahan Python

Assessment

Quiz

Information Technology (IT)

9th - 12th Grade

Medium

Created by

Choirul Ihsan

Used 5+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apa yang akan ditampilkan jika kode berikut dijalankan? Python

print("Hello, World!")

Tidak ada output

Hello, World!

Error

Python

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Tipe data apa yang digunakan untuk mewakili bilangan desimal?

int

float

str

bool

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Manakah operator yang digunakan untuk perkalian?

/
*
-
%

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apa yang akan ditampilkan jika kode berikut dijalankan? Python

print(5 + 3)

8

53

Error

5 + 3

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Manakah operator yang digunakan untuk pembagian?

*

/

-

+

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Tipe data apa yang digunakan untuk mewakili nilai benar atau salah?

int

float

str

bool

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Bagaimana cara membuat list kosong dalam Python?

list_kosong = ()
list_kosong = ''
list_kosong = []
list_kosong = {}

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?