Quiz Python Dasar 1

Quiz Python Dasar 1

University

21 Qs

quiz-placeholder

Similar activities

Mechanical Op Kamis

Mechanical Op Kamis

University

20 Qs

Kuis Asumsi Klasik Analisis Regresi

Kuis Asumsi Klasik Analisis Regresi

University

20 Qs

Keselamatan Kerja di Laboratorium

Keselamatan Kerja di Laboratorium

10th Grade - University

20 Qs

Last Exam Basis Data

Last Exam Basis Data

University

20 Qs

UJIAN AKHIR METODOLOGI PENELITIAN

UJIAN AKHIR METODOLOGI PENELITIAN

University

20 Qs

Ujian Pengetahuan Sains

Ujian Pengetahuan Sains

7th Grade - University

20 Qs

EMPAT RUANG With Algomarine

EMPAT RUANG With Algomarine

University

20 Qs

PreTest Pemodelan SEM

PreTest Pemodelan SEM

University

20 Qs

Quiz Python Dasar 1

Quiz Python Dasar 1

Assessment

Quiz

Science

University

Medium

Created by

Fatkhul Huda

Used 1+ times

FREE Resource

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apa itu Google Colab?

Aplikasi pengedit gambar

Layanan cloud untuk menulis kode Python

Sistem operasi berbasis Linux

Program untuk membuat website

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apa fungsi dari perintah print() dalam Python?

Menyimpan data ke file

Mencetak teks atau variabel ke layar

Menghentikan program

Membaca input dari pengguna

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Bagaimana cara mendeklarasikan sebuah variabel dalam Python?

var x = 10

x = 10

int x = 10

declare x = 10

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Fungsi mana yang digunakan untuk menghitung panjang suatu string?

length()

size()

len()

count()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apa hasil dari ekspresi 2**3 dalam Python?

6

8

5

9

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apa output dari kode berikut? x = [1, 2, 3] x.append(4) print(x)

[1, 2, 3]

[1, 2, 3, 4]

[4, 1, 2, 3]

Error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Perintah import numpy as np digunakan untuk mengimpor library apa?

Matplotlib

Numpy

Pandas

Scikit-learn

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?