Kuis Google colaboratory

Kuis Google colaboratory

10th Grade

20 Qs

quiz-placeholder

Similar activities

J277 - basic testing and errors

J277 - basic testing and errors

9th - 12th Grade

22 Qs

Foundations of Programming

Foundations of Programming

9th - 10th Grade

18 Qs

Pemrograman

Pemrograman

9th - 12th Grade

15 Qs

Python Programming Quiz

Python Programming Quiz

9th Grade - University

20 Qs

quiz dasar python

quiz dasar python

1st Grade - University

20 Qs

Python Basics 2

Python Basics 2

9th - 12th Grade

20 Qs

python_1

python_1

5th - 12th Grade

22 Qs

Analisis Data X-1

Analisis Data X-1

10th Grade

20 Qs

Kuis Google colaboratory

Kuis Google colaboratory

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Ari Wiharsono

Used 8+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Perintah yang digunakan untuk mencetak data di Python adalah:

write()

print()

echo()

show()

log()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Manakah dari berikut ini adalah pemberian nilai yang benar pada variabel?

x == 5

5 = x

x := 5

x = 5

let x = 5

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Tipe data array di google colaboratory disebut:

set

tuple

dictionary

list

array

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Output dari kode berikut adalah: print("Halo", "Dunia")

Halo Dunia

HaloDunia

Halo\nDunia

"Halo", "Dunia"

Error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Untuk menambahkan item ke dalam list, digunakan fungsi:

push()

insert()

add()

append()

put()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Output dari kode berikut adalah: a = [1,2,3] print(a[1])

1

2

3

Error

[1]

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Kode yang benar untuk mencetak angka 1 sampai 5 adalah:

for i in 1..5: print(i)

for i in range(1,5): print(i)

for i in range(1,6): print(i)

while i < 5: print(i)

repeat i from 1 to 5

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?