Python basic

Python basic

11th Grade

15 Qs

quiz-placeholder

Similar activities

Revisão Programação Web - 2

Revisão Programação Web - 2

10th Grade - Professional Development

15 Qs

CPA UNIT 1

CPA UNIT 1

9th - 12th Grade

10 Qs

Chapter 7-8 Review

Chapter 7-8 Review

11th Grade

20 Qs

HTML and CSS Review

HTML and CSS Review

11th Grade

12 Qs

Intro to Coding Week 4

Intro to Coding Week 4

9th - 12th Grade

16 Qs

Luyện tập rẽ nhánh

Luyện tập rẽ nhánh

1st - 12th Grade

19 Qs

Quiz de python

Quiz de python

11th Grade

20 Qs

COMPUTACIÓN - CLASSROOM 05

COMPUTACIÓN - CLASSROOM 05

1st - 12th Grade

20 Qs

Python basic

Python basic

Assessment

Quiz

Instructional Technology

11th Grade

Hard

Created by

Ahmad Setiyadi

Used 36+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Output dari:

print(10 + '10')

1010

20

SyntaxError

C

Answer explanation

Tipe data integr tidak bisa ditambahkan dengan tipe data string

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Cara merubah tipe data string menjadi interger

change('10')

int('10')

convert('10')

toInteger('10')

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

print( 30 * 2 + 10 - (28 // 3) )
61
62
64
66

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

print('python' == "python")

True

False

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

print('python' == "PYTHON")

True

False

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Menentukan panjang sebuah object
for
in
len
while

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Yang merupakan logical operator, KECUALI
if
or
and
nor

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?