Quizziz Python Lesson 1 dan Lesson 2

Quizziz Python Lesson 1 dan Lesson 2

3rd Grade

20 Qs

quiz-placeholder

Similar activities

Quiz1_7C

Quiz1_7C

3rd Grade - University

15 Qs

Introduction to Python

Introduction to Python

KG - University

25 Qs

TES AdS (20 JUNI 2022)

TES AdS (20 JUNI 2022)

1st - 12th Grade

18 Qs

Getting started with Python

Getting started with Python

3rd Grade

15 Qs

Seberapa pengetahuanmu tentang analisis data ? Kita uji kuy !

Seberapa pengetahuanmu tentang analisis data ? Kita uji kuy !

1st - 12th Grade

15 Qs

Python basics

Python basics

2nd - 9th Grade

20 Qs

Basic Python Quiz for Beginners

Basic Python Quiz for Beginners

3rd - 6th Grade

20 Qs

Python Basics

Python Basics

KG - University

16 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 5+ 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?