Google Colab Remidi/ Susulan

Google Colab Remidi/ Susulan

11th Grade

20 Qs

quiz-placeholder

Similar activities

CP Module 2 Quiz Review

CP Module 2 Quiz Review

10th - 12th Grade

18 Qs

Quiz Time

Quiz Time

11th - 12th Grade

15 Qs

Evaluasi Modul kegiatan belajar 2

Evaluasi Modul kegiatan belajar 2

9th - 12th Grade

20 Qs

SOAL PENGETAHUAN UMUM CALON PASKIBRAKA KOTA BANDUNG 2021

SOAL PENGETAHUAN UMUM CALON PASKIBRAKA KOTA BANDUNG 2021

11th Grade

20 Qs

Functions in Python

Functions in Python

9th - 12th Grade

16 Qs

Kuis TIK C++

Kuis TIK C++

9th - 12th Grade

15 Qs

Season 4 #Spaic Python Weekly Quiz

Season 4 #Spaic Python Weekly Quiz

KG - Professional Development

20 Qs

Google Colab Remidi/ Susulan

Google Colab Remidi/ Susulan

Assessment

Quiz

Other

11th Grade

Medium

Created by

Ari Wiharsono

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Fungsi print() dalam Python digunakan untuk:

Menginput data

Menyimpan file

Menampilkan output ke layar

Menyusun array

Menghitung angka

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Manakah sintaks Python yang benar untuk mencetak “Halo Dunia”?

echo(“Halo Dunia”)

write(“Halo Dunia”)

print(“Halo Dunia”)

show(“Halo Dunia”)

log(“Halo Dunia”)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Perintah untuk memberi nilai 10 ke variabel x adalah:

x == 10

10 = x

let x = 10

x := 10

x = 10

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Output dari kode berikut adalah: x = 5 print(x)

x

5

= 5

print(x)

Error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python menyimpan banyak nilai dalam satu variabel menggunakan:

list

int

float

str

char

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Bentuk penulisan list yang benar adalah:

(1,2,3)

{1,2,3}

<1,2,3>

[1,2,3]

/1,2,3/

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Untuk menambahkan elemen ke dalam list digunakan fungsi:

push()

append()

add()

insert()

put()

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?