Python basic

Python basic

11th Grade

15 Qs

quiz-placeholder

Similar activities

Programming knowledge contest ( 1st level )

Programming knowledge contest ( 1st level )

9th - 12th Grade

20 Qs

2.5 Translators & Facilities - OCR GCSE Computer Science

2.5 Translators & Facilities - OCR GCSE Computer Science

7th - 12th Grade

13 Qs

Python IF statements Part 4

Python IF statements Part 4

9th - 12th Grade

20 Qs

Fundamentos de Python

Fundamentos de Python

11th Grade - University

16 Qs

Functions Basic

Functions Basic

8th Grade - University

20 Qs

Defensive Design/ Robust Coding

Defensive Design/ Robust Coding

9th Grade - University

10 Qs

IINFO-31 ARRAYS

IINFO-31 ARRAYS

11th Grade

18 Qs

Mid-Quiz

Mid-Quiz

9th - 12th Grade

10 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?