Quiz Pemrograman Python dan HTML

Quiz Pemrograman Python dan HTML

12th Grade

41 Qs

quiz-placeholder

Similar activities

Ice Breaking

Ice Breaking

4th Grade - University

36 Qs

STS grade 12

STS grade 12

12th Grade

42 Qs

XII LATIHAN SOAL 2 PSAS INFORMATIKA

XII LATIHAN SOAL 2 PSAS INFORMATIKA

9th - 12th Grade

45 Qs

Quiz Pengetahuan Umum TIK

Quiz Pengetahuan Umum TIK

9th Grade - University

39 Qs

ATS Informatika/ VII/ I/ 2025-2026

ATS Informatika/ VII/ I/ 2025-2026

7th Grade - University

40 Qs

Data Definition Language (DDL) Practice

Data Definition Language (DDL) Practice

12th Grade - University

45 Qs

Quiz Pra Asas 24 - Ganjil

Quiz Pra Asas 24 - Ganjil

7th Grade - University

45 Qs

Latihan Soal Materi Informatika kelas 8 smt 1

Latihan Soal Materi Informatika kelas 8 smt 1

8th Grade - University

40 Qs

Quiz Pemrograman Python dan HTML

Quiz Pemrograman Python dan HTML

Assessment

Quiz

Information Technology (IT)

12th Grade

Hard

Created by

ARIEF RIZKY

Used 1+ times

FREE Resource

41 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

Manakah pernyataan yang benar untuk menampilkan teks Hello World di Python?

echo("Hello World")

print("Hello World")

printf("Hello World")

System.out.println("Hello World")

console.log("Hello World")

2.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

Jika kita ingin memeriksa apakah nilai variabel x lebih besar dari 10, maka sintaks Python yang tepat adalah:

if x > 10 then:

if (x > 10)

if x > 10:

if x => 10:

if x >= 10 then

3.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

Diberikan kode berikut: nilai = 75 if nilai >= 80: print("A") elif nilai >= 70: print("B") else: print("C") Apa output yang dihasilkan?

A

B

C

75

Tidak ada output

4.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

Di Python, operator logika yang digunakan untuk menyatakan "dan" adalah:

&&

AND

and

&

All

5.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

Perhatikan kode berikut: x = 5 if x % 2 == 0: print("Genap") else: print("Ganjil") Output yang dihasilkan adalah:

0

Genap

Ganjil

5

Error

6.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

Komponen utama komputer yang berfungsi untuk melakukan pemrosesan data adalah …

Harddisk

RAM

CPU

Monitor

Keyboard

7.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

Sistem operasi yang umum digunakan untuk menginstal XAMPP adalah …

Android

Windows, Linux, dan macOS

iOS

DOS saja

ChromeOS

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?