Quiz Python Dasar 1

Quiz Python Dasar 1

University

21 Qs

quiz-placeholder

Similar activities

Pre-Test

Pre-Test

University

20 Qs

Basic 1 Computer Intro

Basic 1 Computer Intro

12th Grade - University

20 Qs

Metode Ilmiah

Metode Ilmiah

6th Grade - University

18 Qs

Memahami dan Menghitung BEP

Memahami dan Menghitung BEP

10th Grade - University

23 Qs

Soal UTS Literasi Digital (Block Chain & Cloud Computing) Pendidikan Bahasa Inggris 2024

Soal UTS Literasi Digital (Block Chain & Cloud Computing) Pendidikan Bahasa Inggris 2024

University

18 Qs

Merancang Percobaan

Merancang Percobaan

7th Grade - University

20 Qs

Sistem Pernapasan dan Penglihatan Manusia

Sistem Pernapasan dan Penglihatan Manusia

5th Grade - University

20 Qs

Ujian Ilmu Pengetahuan Alam Kelas 7

Ujian Ilmu Pengetahuan Alam Kelas 7

7th Grade - University

26 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?