Python basic

Python basic

11th Grade

15 Qs

quiz-placeholder

Similar activities

IINFO-31 ARRAYS

IINFO-31 ARRAYS

11th Grade

18 Qs

Programming knowledge contest ( 1st level )

Programming knowledge contest ( 1st level )

9th - 12th Grade

20 Qs

Fundamentos de Python

Fundamentos de Python

11th Grade - University

16 Qs

Python repaso

Python repaso

9th - 12th Grade

10 Qs

Python Programming: Functions, Data Structures, and Loops Assessment

Python Programming: Functions, Data Structures, and Loops Assessment

9th - 12th Grade

20 Qs

Python IF statements Part 4

Python IF statements Part 4

9th - 12th Grade

20 Qs

IC3 GS6 Domain 4 Assessment

IC3 GS6 Domain 4 Assessment

6th - 12th Grade

17 Qs

3D Printing at NKN

3D Printing at NKN

6th Grade - University

16 Qs

Python basic

Python basic

Assessment

Quiz

Instructional Technology

11th Grade

Hard

Created by

Ahmad Setiyadi

Used 38+ 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?