Quiz Pemrograman Python dan HTML

Quiz Pemrograman Python dan HTML

12th Grade

41 Qs

quiz-placeholder

Similar activities

]Examen Diagnostico

]Examen Diagnostico

12th Grade

38 Qs

Trắc nghiệm củng cố kiến thức lớp 11 HK2

Trắc nghiệm củng cố kiến thức lớp 11 HK2

11th Grade - University

40 Qs

Ujian Akhir Semester Informatika

Ujian Akhir Semester Informatika

7th Grade - University

40 Qs

Penilain Tengah Semester Ganjil INFORMATIKA

Penilain Tengah Semester Ganjil INFORMATIKA

12th Grade

40 Qs

Ulangan Harian.1.1

Ulangan Harian.1.1

10th Grade - University

36 Qs

Tema 3. Recepción y distribución de radio y TV terrestre

Tema 3. Recepción y distribución de radio y TV terrestre

2nd Grade - University

40 Qs

SAS GENAP INFORMATIKA 2024/2025 ( CADANGAN 2))

SAS GENAP INFORMATIKA 2024/2025 ( CADANGAN 2))

10th Grade - University

40 Qs

Quiz Editing Video

Quiz Editing Video

12th Grade - University

40 Qs

Quiz Pemrograman Python dan HTML

Quiz Pemrograman Python dan HTML

Assessment

Quiz

Information Technology (IT)

12th Grade

Practice Problem

Hard

Created by

ARIEF RIZKY

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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?