[DS28] Ice Breaking - Day 4

[DS28] Ice Breaking - Day 4

University

10 Qs

quiz-placeholder

Similar activities

Python_Quiz_1

Python_Quiz_1

University

10 Qs

Codean - JavaScript Variablel & Function

Codean - JavaScript Variablel & Function

University

15 Qs

Quiz Informatika Genap KLs 7

Quiz Informatika Genap KLs 7

7th Grade - University

15 Qs

KUIS 2 Kelas B BM (Big Data)

KUIS 2 Kelas B BM (Big Data)

University

10 Qs

DSA (Quiz 1) Arrays and Linked Lists

DSA (Quiz 1) Arrays and Linked Lists

University

15 Qs

Quiz sobre Matrizes em Python

Quiz sobre Matrizes em Python

University

9 Qs

Mastering Python Control Flow

Mastering Python Control Flow

University

15 Qs

Quiz Pemrograman Python

Quiz Pemrograman Python

10th Grade - University

15 Qs

[DS28] Ice Breaking - Day 4

[DS28] Ice Breaking - Day 4

Assessment

Quiz

Information Technology (IT)

University

Medium

Created by

PO Bootcamp

Used 4+ times

FREE Resource

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)

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?