Soal Serius Day-5 DS 30

Soal Serius Day-5 DS 30

Professional Development

10 Qs

quiz-placeholder

Similar activities

ABREDES - Devasc Python

ABREDES - Devasc Python

Professional Development

14 Qs

GO4 x FE23! Quiz Zerius Day 3

GO4 x FE23! Quiz Zerius Day 3

Professional Development

8 Qs

Arrays & Strings using C

Arrays & Strings using C

Professional Development

15 Qs

02 - Python - Introduction & Installation

02 - Python - Introduction & Installation

University - Professional Development

10 Qs

Python Final Quiz

Python Final Quiz

Professional Development

13 Qs

Python Skills

Python Skills

1st Grade - Professional Development

15 Qs

Weekly Consultation #2

Weekly Consultation #2

Professional Development

9 Qs

Sequences-2

Sequences-2

Professional Development

10 Qs

Soal Serius Day-5 DS 30

Soal Serius Day-5 DS 30

Assessment

Quiz

Computers

Professional Development

Hard

Created by

PO Bootcamp

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

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

10

11

16

13

2.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

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

"Hello"

123

3.14

True

3.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

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

int

float

str

bool

4.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

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

3.1415

"100"

42

True

5.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

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 • 10 pts

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 • 10 pts

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?