Quiz Pemrograman Python dan HTML

Quiz Pemrograman Python dan HTML

12th Grade

41 Qs

quiz-placeholder

Similar activities

7-20

7-20

7th Grade - University

38 Qs

IT Board MCQ

IT Board MCQ

12th Grade

45 Qs

Quiz Pemrograman Web SMK BUDINIAH 2 (RPL)

Quiz Pemrograman Web SMK BUDINIAH 2 (RPL)

12th Grade

42 Qs

Soal SAS PWPB Semester Ganjil Kelas XII RPL

Soal SAS PWPB Semester Ganjil Kelas XII RPL

12th Grade

40 Qs

XII Asesmen Awal INF

XII Asesmen Awal INF

9th - 12th Grade

36 Qs

Web Design Diagnostic 1

Web Design Diagnostic 1

9th - 12th Grade

36 Qs

Quiz Xll-TKJ tentang Antivirus dan Keamanan Jaringan

Quiz Xll-TKJ tentang Antivirus dan Keamanan Jaringan

12th Grade - University

40 Qs

Python 01

Python 01

9th - 12th Grade

44 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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?