Quiz Informatika

Quiz Informatika

10th Grade

45 Qs

quiz-placeholder

Similar activities

Soal PTS Informatika SMA X SMT 1

Soal PTS Informatika SMA X SMT 1

10th Grade

40 Qs

DASAR-DASAR KOMPUTER

DASAR-DASAR KOMPUTER

10th Grade

40 Qs

LatProgram C

LatProgram C

10th Grade

50 Qs

PRETES berpikir kritis Algoritma

PRETES berpikir kritis Algoritma

10th Grade

40 Qs

Rancangan Program Dengan Pseudocode

Rancangan Program Dengan Pseudocode

10th Grade

45 Qs

SUMATIF AKHIR SEMESTER KLS 8 2024/2025

SUMATIF AKHIR SEMESTER KLS 8 2024/2025

8th Grade - University

40 Qs

Latihan Pra ASASG Kelas X TA 2024/2025

Latihan Pra ASASG Kelas X TA 2024/2025

10th Grade

50 Qs

Uji Pengetahuan Teknologi Informasi

Uji Pengetahuan Teknologi Informasi

10th Grade

50 Qs

Quiz Informatika

Quiz Informatika

Assessment

Quiz

Information Technology (IT)

10th Grade

Hard

Created by

Rohman Rohman

FREE Resource

45 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

Output dari kode berikut adalah: x = 10 y = 3 z = x // y print(z)

3.33

3

4

10/3

Error

2.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

Output dari kode program berikut adalah: nilai = 75 if nilai >= 70: print("Lulus") else: print("Tidak Lulus")

nilai >= 70

Tidak Lulus

Lulus

Error

True

3.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

Output yang dihasilkan dari kode berikut adalah: for i in range(2): print("Baris", i)

Baris 1

Baris 2

Baris 0 Baris 1

Baris 0 Baris 1

Baris 0 Baris 1 Baris 2

4.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

Output dari program berikut adalah: x = 5 x = x + 2 print("Nilai x sekarang adalah", x)

Nilai x sekarang adalah 5

Nilai x sekarang adalah x + 2

Nilai x sekarang adalah 2

Nilai x sekarang adalah 7

Nilai x sekarang adalah x

5.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

Hasil output dari kode berikut adalah: a = 4 b = 2 print(a ** b)

6

8

2

16

4

6.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

Perhatikan kode berikut: Nama = "Andi" print(nama) Output yang dihasilkan di Google Colab adalah:

Andi

andi

NAMA

Error karena variabel nama belum didefinisikan

Nama

7.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

Berikut ini adalah hasil output dari kode berikut: jumlah = 10 Jumlah = 20 print(jumlah) print(Jumlah) Output yang benar adalah:

10 10

20 20

10 20

20 10

Error

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?