Dasar Pemrograman Python

Dasar Pemrograman Python

9th Grade

10 Qs

quiz-placeholder

Similar activities

Tingkatan 2 - Kod Arahan (Bab 3)

Tingkatan 2 - Kod Arahan (Bab 3)

7th - 9th Grade

10 Qs

while loop

while loop

9th Grade

10 Qs

Komputer dan Jaringan Dasar

Komputer dan Jaringan Dasar

1st - 10th Grade

15 Qs

Variables List and Function in Python Coding

Variables List and Function in Python Coding

9th Grade

10 Qs

ASK Ting 2: Pentaksiran Bab 3 (BTeks- Objektif)

ASK Ting 2: Pentaksiran Bab 3 (BTeks- Objektif)

8th - 9th Grade

14 Qs

HIGHER Python Subroutines Quiz

HIGHER Python Subroutines Quiz

9th Grade

12 Qs

Python: Funciones

Python: Funciones

9th - 12th Grade

8 Qs

Informatika Kelas IX Semester 1

Informatika Kelas IX Semester 1

9th Grade

10 Qs

Dasar Pemrograman Python

Dasar Pemrograman Python

Assessment

Quiz

Computers

9th Grade

Easy

Created by

Deddy Rusdiansyah

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Manakah dari pernyataan berikut yang benar untuk membuat variabel nama dengan nilai "Andi" dalam Python?

string nama = "Andi"

var nama = "Andi"

nama := "Andi"

nama = "Andi"

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apa tipe data dari hasil type(3.14) di Python?

int

str

float

double

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Hasil dari ekspresi berikut: 10 // 3 adalah ...

3.33

3

4

3.0

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apa hasil dari True and False or True?

False

True

Error

None

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Operator ** dalam Python digunakan untuk ...

Pembagian

Perkalian

Pangkat

Modulus

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

x = 5

if x > 3:

print("A")

else:

print("B")

Apa output dari kode tersebut?

A

B

Error

Tidak ada output

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Manakah pernyataan while yang benar di Python?

while x > 0 {}

while (x > 0):

while x > 0:

do while (x > 0)

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?