Search Header Logo

[DS28] Ice Breaking - Day 4

Authored by PO Bootcamp

Information Technology (IT)

University

Used 4+ times

[DS28] Ice Breaking - Day 4
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apa hasil dari operasi berikut di Python: 5 + 3 * 2?

10

11

16

13

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Manakah dari berikut ini yang merupakan tipe data karakter di Python?

"Hello"

123

3.14

True

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Tipe data apa yang digunakan untuk menyimpan angka desimal di Python?

int

float

str

bool

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Berikut ini yang merupakan contoh tipe data integer adalah...

3.1415

"100"

42

True

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Manakah yang merupakan cara benar untuk membuat list di Python?


list = [1, 2, 3]

list = {1, 2, 3}

list = (1, 2, 3)

list = <1, 2, 3>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apa perbedaan utama antara tuple dan list di Python?

 List bersifat immutable, tuple mutable

Tuple bersifat immutable, list mutable

Keduanya mutable

Keduanya immutable

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Bagaimana cara mendeklarasikan dictionary di Python?

dict = {1, 2, 3}

dict = [1, 2, 3]

dict = {"name": "Alice", "age": 25}

dict = (1, 2, 3)

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?