Diagnostik Kelas 9

Diagnostik Kelas 9

9th Grade

51 Qs

quiz-placeholder

Similar activities

MIT App Inventor (Mobile Application)

MIT App Inventor (Mobile Application)

9th Grade

50 Qs

PRAKTEK  8

PRAKTEK 8

8th Grade - University

53 Qs

Latihan Soal Akhir Semester

Latihan Soal Akhir Semester

7th Grade - University

50 Qs

Latihan Informatika 9 2025

Latihan Informatika 9 2025

9th Grade

50 Qs

UH 2 SCRTACH dan BLOCKLY KLS 9 GENAP

UH 2 SCRTACH dan BLOCKLY KLS 9 GENAP

9th Grade

50 Qs

Informatika 10b.python

Informatika 10b.python

9th Grade

50 Qs

LATIHAN SOAL SAS 2 INFORMATIKA KLS 9

LATIHAN SOAL SAS 2 INFORMATIKA KLS 9

9th Grade

50 Qs

Uji Pemahaman Scratch

Uji Pemahaman Scratch

9th Grade

50 Qs

Diagnostik Kelas 9

Diagnostik Kelas 9

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Mhd Habibi

Used 9+ times

FREE Resource

51 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 3 pts

Bagaimana cara yang benar untuk menampilkan "Hello, Python!" di konsol?

display("Hello, Python!")

System.out.println("Hello, Python!")

print("Hello, Python!")

console.log("Hello, Python!")

2.

MULTIPLE CHOICE QUESTION

20 sec • 3 pts

Ekstensi file standar untuk script Python adalah...

.pyt

.pth

.py

.pyn

3.

MULTIPLE CHOICE QUESTION

20 sec • 3 pts

Komentar satu baris dalam Python diawali dengan simbol...

#

--

/*

//

4.

MULTIPLE CHOICE QUESTION

20 sec • 3 pts

Tipe data apakah yang digunakan untuk menyimpan bilangan desimal?

float

bool

str

int

5.

MULTIPLE CHOICE QUESTION

20 sec • 3 pts

Tipe data manakah yang merepresentasikan nilai benar (True) atau salah (False)?

bool

str

int

dict

6.

MULTIPLE CHOICE QUESTION

20 sec • 3 pts

Jika a = [1, 2, 3] dan b = [4, 5], apa hasil dari a + b?

[5, 7, 3]

[1, 2, 3], [4, 5]

Error

[1, 2, 3, 4, 5]

7.

MULTIPLE CHOICE QUESTION

20 sec • 3 pts

Apa hasil dari len((10, 20, 30))?

2

Error

4

3

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?