Python basic

Python basic

11th Grade

15 Qs

quiz-placeholder

Similar activities

UJIAN AKHIR SEMESTER XI E4

UJIAN AKHIR SEMESTER XI E4

11th Grade

20 Qs

Exploring Iteration in Programming

Exploring Iteration in Programming

11th Grade

20 Qs

Programming in Robotics

Programming in Robotics

6th - 11th Grade

10 Qs

Chapter 7-8 Review

Chapter 7-8 Review

11th Grade

20 Qs

Revisão Programação Web - 2

Revisão Programação Web - 2

10th Grade - Professional Development

15 Qs

Языки программирования

Языки программирования

9th Grade - University

10 Qs

HTML and CSS Review

HTML and CSS Review

11th Grade

12 Qs

Python Functions and Returns

Python Functions and Returns

9th - 12th Grade

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

Discover more resources for Instructional Technology