Quiz Pemrograman Dasar & SQL

Quiz Pemrograman Dasar & SQL

11th Grade

63 Qs

quiz-placeholder

Similar activities

Kuiz Persatuan dan Kelab (SEBARU)

Kuiz Persatuan dan Kelab (SEBARU)

10th - 12th Grade

60 Qs

PAS XI genap

PAS XI genap

11th Grade

58 Qs

UH 1 PKKWU KELAS XI TKR 2 DAN 3

UH 1 PKKWU KELAS XI TKR 2 DAN 3

11th Grade

60 Qs

OTKP Simulasi 2

OTKP Simulasi 2

1st - 12th Grade

60 Qs

Quiz Belum Berjudul

Quiz Belum Berjudul

11th Grade - University

63 Qs

LOMBA CERDAS CERMAT KECAMATAN JATIROGO

LOMBA CERDAS CERMAT KECAMATAN JATIROGO

6th Grade - University

60 Qs

TMK TAHUN 5

TMK TAHUN 5

11th Grade

64 Qs

usaha pertanian terpadu X

usaha pertanian terpadu X

9th - 12th Grade

60 Qs

Quiz Pemrograman Dasar & SQL

Quiz Pemrograman Dasar & SQL

Assessment

Quiz

Other

11th Grade

Medium

Created by

SURIANY SUKARDI

Used 1+ times

FREE Resource

63 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apa output dari kode berikut? python SalinEdit x = 10 if x % 2 == 0: print("Genap") else: print("Ganjil")

0

True

Genap ✅

Ganjil

Error

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Tipe data untuk menyimpan bilangan desimal di Python adalah...

int

char

float ✅

string

double

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Manakah berikut ini yang bukan keyword Python?

return

def

lambda

class

define ✅

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apa hasil dari: python SalinEdit print(len("PPLG"))

3

4 ✅

5

Error

0

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Simbol untuk operator or dalam Python adalah...

||

and

or ✅

|||

++

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apa yang dimaksud dengan rekursi dalam pemrograman?

Proses input

Perulangan biasa

Fungsi memanggil dirinya sendiri ✅

Kompilasi otomatis

Pemanggilan library

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Fungsi input() dalam Python digunakan untuk...

Menyimpan file

Menghapus variabel

Mengambil data dari pengguna ✅

Menampilkan output

Menutup program

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?