Quiz Pemrograman Phyton

Quiz Pemrograman Phyton

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Python - lists,loops,basics

Python - lists,loops,basics

9th - 11th Grade

20 Qs

Python Basics Recap

Python Basics Recap

8th - 11th Grade

23 Qs

Basic 2 Python

Basic 2 Python

12th Grade - Professional Development

20 Qs

Python

Python

10th Grade

23 Qs

ASK F2 -KOD ARAHAN (PYTHON)

ASK F2 -KOD ARAHAN (PYTHON)

1st Grade - University

15 Qs

Variables, Inputs and Concatenation

Variables, Inputs and Concatenation

9th Grade

16 Qs

Computer Science (Python)

Computer Science (Python)

9th Grade

18 Qs

Python First Steps Homework Quiz

Python First Steps Homework Quiz

7th - 9th Grade

20 Qs

Quiz Pemrograman Phyton

Quiz Pemrograman Phyton

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Muhammad Salim

Used 11+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Apa fungsi dari perintah `print()` di Python?
Menghentikan program
Mencetak teks ke layar
Membuat variabel baru
Menjalankan perulangan

2.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Sintaks yang benar untuk mencetak 'Hello, World!' di Python adalah...
echo 'Hello, World!'
console.log('Hello, World!')
print('Hello, World!')
printf('Hello, World!')

3.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Variabel dalam Python dapat digunakan untuk menyimpan...
Hanya angka
Hanya teks
Semua tipe data (angka, teks, list, dll.)
Hanya karakter khusus

4.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Apa hasil dari kode berikut ini? `x = 5; y = 2; print(x + y)`
10
7
3
Error

5.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Bagaimana cara mendeklarasikan variabel `name` dengan nilai 'Alice' di Python?
name: Alice
var name = 'Alice'
name = 'Alice'
let name = Alice

6.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Operator mana yang digunakan untuk menghitung sisa bagi di Python?
%
/
//
**

7.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Kode berikut akan menghasilkan apa? `print(3 ** 2)`
9
6
8
12

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?