Quizziz Python Lesson 1 dan Lesson 2

Quizziz Python Lesson 1 dan Lesson 2

3rd Grade

20 Qs

quiz-placeholder

Similar activities

Quizz

Quizz

1st - 12th Grade

16 Qs

พื้นฐาน Python ม2

พื้นฐาน Python ม2

1st Grade - University

21 Qs

Python Basics

Python Basics

3rd Grade

25 Qs

Their Python Exam

Their Python Exam

3rd - 4th Grade

15 Qs

lesson 31 2

lesson 31 2

2nd - 5th Grade

15 Qs

Python Variables and Properties

Python Variables and Properties

3rd Grade

16 Qs

Cơ bản - 3

Cơ bản - 3

1st - 5th Grade

16 Qs

Text, Math and Loops

Text, Math and Loops

1st - 3rd Grade

15 Qs

Quizziz Python Lesson 1 dan Lesson 2

Quizziz Python Lesson 1 dan Lesson 2

Assessment

Quiz

Computers

3rd Grade

Medium

Created by

Denny Mario

Used 8+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apa fungsi dari perintah print() dalam Python?

Menerima input dari user

Mencetak output ke layar

Mengubah tipe data

Menjalankan program

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Manakah yang benar untuk mencetak 'Hello, Denny' menggunakan f-string?

print(f'Hello, {name}')

print('Hello, ' + name)

print(f'Hello, {Denny}')

print('Hello, ' name)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apa hasil dari kode berikut: print(10 + 5 * 2)?

30

20

15

25

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Tipe data apakah yang digunakan untuk menyimpan bilangan desimal?

int

float

str

bool

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Bagaimana cara mendeklarasikan variabel my_grade dengan nilai 100?

my_grade = 100

100 = my_grade

my_grade: 100

let my_grade = 100

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Manakah yang termasuk logical operator?

+

and

=

%

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apa hasil dari kode berikut: print(5 == 5 and 3 > 1)?

True

False

Error

None

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?